[svn] w32pth - r41 - trunk

svn author wk cvs at cvs.gnupg.org
Mon Aug 2 20:30:23 CEST 2010


Author: wk
Date: 2010-08-02 20:30:22 +0200 (Mon, 02 Aug 2010)
New Revision: 41

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.ac
   trunk/libw32pth.def
Log:
Stupid bug fix


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2010-07-30 08:01:33 UTC (rev 40)
+++ trunk/ChangeLog	2010-08-02 18:30:22 UTC (rev 41)
@@ -1,3 +1,11 @@
+2010-08-02  Werner Koch  <wk at g10code.com>
+
+	Release 2.0.4.
+
+	* configure.ac: Set LT version to C2/A2/R1.
+
+	* libw32pth.def (pth_enter, pth_leave): New.
+
 2010-07-30  Werner Koch  <wk at g10code.com>
 
 	Release 2.0.3.

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2010-07-30 08:01:33 UTC (rev 40)
+++ trunk/NEWS	2010-08-02 18:30:22 UTC (rev 41)
@@ -1,3 +1,9 @@
+Noteworthy changes in version 2.0.4 (2010-08-02) 
+------------------------------------------------
+
+ * Bug fix: Export pth_enter and pth_leave.
+
+
 Noteworthy changes in version 2.0.3 (2010-07-30) 
 ------------------------------------------------
 

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2010-07-30 08:01:33 UTC (rev 40)
+++ trunk/configure.ac	2010-08-02 18:30:22 UTC (rev 41)
@@ -26,7 +26,7 @@
 # Remember to change the version number immediately *after* a release.
 # Set my_issvn to "yes" for non-released code.  Remember to run an
 # "svn up" and "autogen.sh" right before creating a distribution.
-m4_define([my_version], [2.0.3])
+m4_define([my_version], [2.0.4])
 m4_define([my_issvn], [no])
 
 m4_define([svn_revision], m4_esyscmd([echo -n $( (svn info 2>/dev/null \
@@ -41,7 +41,7 @@
 # Please remember to document interface changes in the NEWS file.
 W32PTH_LT_CURRENT=2
 W32PTH_LT_AGE=2
-W32PTH_LT_REVISION=0
+W32PTH_LT_REVISION=1
 #-------------------
 # If the API is changed in an incompatible way: increment the next counter.
 W32PTH_CONFIG_API_VERSION=1

Modified: trunk/libw32pth.def
===================================================================
--- trunk/libw32pth.def	2010-07-30 08:01:33 UTC (rev 40)
+++ trunk/libw32pth.def	2010-08-02 18:30:22 UTC (rev 41)
@@ -76,3 +76,6 @@
 
       pth_cancel @44
 
+      pth_enter @45
+      pth_leave @46
+





More information about the Gnupg-commits mailing list