diff options
author | Sebastian Wilhelmi <seppi@seppi.de> | 2004-02-26 14:44:42 +0000 |
---|---|---|
committer | Sebastian Wilhelmi <wilhelmi@src.gnome.org> | 2004-02-26 14:44:42 +0000 |
commit | 76c213543aa92511f07dbea5acd85d73a9c57c90 (patch) | |
tree | bbb67c9c74a5bd961f5944d70bf816fad253dfc6 /ChangeLog.pre-2-4 | |
parent | dbbb29f608fb5ffd31d1294b0d41e4a45b077e62 (diff) | |
download | glib-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-4 | 4 |
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. |