[Lunar-commits] r18622 - moonbase/trunk/libs/pth

Dennis Veatch stumbles at lunar-linux.org
Fri Feb 10 02:44:43 UTC 2006


Author: stumbles
Date: 2006-02-10 02:44:41 +0000 (Fri, 10 Feb 2006)
New Revision: 18622

Modified:
   moonbase/trunk/libs/pth/DETAILS
Log:

Add a missing "break" in pth_attr.c:pth_attr_ctrl(
Return an error if pth_kill() is called before pth_init()

and some others.



Modified: moonbase/trunk/libs/pth/DETAILS
===================================================================
--- moonbase/trunk/libs/pth/DETAILS	2006-02-10 02:22:19 UTC (rev 18621)
+++ moonbase/trunk/libs/pth/DETAILS	2006-02-10 02:44:41 UTC (rev 18622)
@@ -1,11 +1,11 @@
           MODULE=pth
-         VERSION=2.0.3
+         VERSION=2.0.6
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=ftp://ftp.gnu.org/gnu/pth/
-      SOURCE_VFY=sha1:c2445bcf24ce3615cfbfbd58b79bbab36542617d
+      SOURCE_VFY=sha1:90eb60fae56c423d93b68b53692fa93daa9f4cc7
         WEB_SITE=ftp://ftp.gnu.org/gnu/pth/
          ENTERED=20050208
-         UPDATED=20050208
+         UPDATED=20060209
            SHORT="GNU portable threads library"
 cat << EOF
 a portable threading library



More information about the Lunar-commits mailing list