summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorSebastian Wilhelmi <seppi@seppi.de>2004-02-26 14:44:42 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>2004-02-26 14:44:42 +0000
commit76c213543aa92511f07dbea5acd85d73a9c57c90 (patch)
treebbb67c9c74a5bd961f5944d70bf816fad253dfc6 /ChangeLog.pre-2-4
parentdbbb29f608fb5ffd31d1294b0d41e4a45b077e62 (diff)
downloadglib-76c213543aa92511f07dbea5acd85d73a9c57c90.tar.gz
Removed the PID niceness surrogate for thread priorities as requested by
2004-02-26 Sebastian Wilhelmi <seppi@seppi.de> * configure.in, config.h.win32.in, glib/gthread.c: Removed the PID niceness surrogate for thread priorities as requested by Tim. It does more harm than good. * glib/tmpl/threads.sgml: Updated to reflect removal of the PID niceness surrogate for thread priorities.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-44
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index a6852a369..67bfd3a2e 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,5 +1,9 @@
2004-02-26 Sebastian Wilhelmi <seppi@seppi.de>
+ * configure.in, config.h.win32.in, glib/gthread.c: Removed the PID
+ niceness surrogate for thread priorities as requested by Tim. It
+ does more harm than good.
+
* glib/gatomic.c, glib/gatomic.h: New files to implement atomic
operations for different platforms. Fixes bug #63621.