summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2008-08-03 18:53:48 +0000
committerSamuel Thibault <sthibault@debian.org>2008-08-03 18:53:48 +0000
commit7fefde206e266d8e0242b1cfac27c44ff7d4fa05 (patch)
tree4dbce378fdc129c2c81a33c01559927e5e917a2b /debian/changelog
parentb818805402470cde72da5eb420800fc9ff752605 (diff)
* debian/ patches/libpthread_mutex-no-include.patch: New patch to drop
useless (and problematic) inclusion from mutex.h. * debian/patches/libpthread_spin-lock-inline.patch: New patch to split off inlines from spin-lock.h into spin-lock-inline.h to avoid including too many headers from pthreadtypes.h (fixes glibc 2.7-13 compilation).
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 50c49f51..20573a16 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,11 @@ hurd (20080607-4) UNRELEASED; urgency=low
* debian/patches/pflocal-port-leak.patch: New patch to fix port leaks in
pflocal which was making tcl-related builds hang.
* debian/patches/lock-memory-clobber.patch: New patch to fix lock safety.
+ * debian/ patches/libpthread_mutex-no-include.patch: New patch to drop
+ useless (and problematic) inclusion from mutex.h.
+ * debian/patches/libpthread_spin-lock-inline.patch: New patch to split off
+ inlines from spin-lock.h into spin-lock-inline.h to avoid including too
+ many headers from pthreadtypes.h (fixes glibc 2.7-13 compilation).
-- Michael Banck <mbanck@debian.org> Sat, 12 Jul 2008 16:45:36 +0200