[Glibc-bsd-commits] r4746 - trunk/libbsd/debian

Guillem Jover guillem at alioth.debian.org
Sun Jul 14 12:31:05 UTC 2013


Author: guillem
Date: 2013-07-14 12:31:04 +0000 (Sun, 14 Jul 2013)
New Revision: 4746

Modified:
   trunk/libbsd/debian/changelog
   trunk/libbsd/debian/control
   trunk/libbsd/debian/libbsd0.symbols
Log:
Release libbsd 0.6.0-1

New upstream release.
- Move setproctitle() constructor into a new libbsd-ctor static library,
  to avoid breakage on dlopen()+threads+constructor situations, like
  when using samba NSS modules for example.
- Export setproctitle_init().


Modified: trunk/libbsd/debian/changelog
===================================================================
--- trunk/libbsd/debian/changelog	2013-07-13 21:27:55 UTC (rev 4745)
+++ trunk/libbsd/debian/changelog	2013-07-14 12:31:04 UTC (rev 4746)
@@ -1,3 +1,13 @@
+libbsd (0.6.0-1) unstable; urgency=medium
+
+  * New upstream release.
+    - Move setproctitle() constructor into a new libbsd-ctor static library,
+      to avoid breakage on dlopen()+threads+constructor situations, like
+      when using samba NSS modules for example.
+    - Export setproctitle_init().
+
+ -- Guillem Jover <guillem at debian.org>  Sun, 14 Jul 2013 14:29:59 +0200
+
 libbsd (0.5.2-1) unstable; urgency=medium
 
   * New upstream release.

Modified: trunk/libbsd/debian/control
===================================================================
--- trunk/libbsd/debian/control	2013-07-13 21:27:55 UTC (rev 4745)
+++ trunk/libbsd/debian/control	2013-07-14 12:31:04 UTC (rev 4746)
@@ -34,12 +34,13 @@
   * fgetln, fparseln, fgetwln, flopen, fpurge.
   * getmode, setmode, strmode,
   * getpeereid.
-  * getprogname, setprogname, setproctitle.
+  * getprogname, setprogname.
   * heapsort, radixsort, mergesort, sradixsort.
   * nlist (ELF and a.out support).
   * pidfile_open, pidfile_write, pidfile_close, pidfile_remove.
   * readpassphrase.
   * reallocf.
+  * setproctitle (initialized via libbsd-ctor or setproctitle_init).
   * strlcpy, strlcat.
   * strnstr.
   * strnvis, strnunvis, strunvis, strunvisx, strvis, strvisx, unvis, vis.

Modified: trunk/libbsd/debian/libbsd0.symbols
===================================================================
--- trunk/libbsd/debian/libbsd0.symbols	2013-07-13 21:27:55 UTC (rev 4745)
+++ trunk/libbsd/debian/libbsd0.symbols	2013-07-14 12:31:04 UTC (rev 4746)
@@ -5,3 +5,4 @@
  (symver)LIBBSD_0.3 0.3.0
  (symver)LIBBSD_0.4 0.4.0
  (symver)LIBBSD_0.5 0.5.0
+ (symver)LIBBSD_0.6 0.6.0




More information about the Glibc-bsd-commits mailing list