[svn] w32pth - r29 - trunk
svn author marcus
cvs at cvs.gnupg.org
Fri Oct 17 23:08:30 CEST 2008
Author: marcus
Date: 2008-10-17 23:08:30 +0200 (Fri, 17 Oct 2008)
New Revision: 29
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/configure.ac
Log:
2008-10-17 Marcus Brinkmann <marcus at g10code.com>
Released 2.0.2.
* configure.ac (W32PTH_LT_CURRENT, W32PTH_LT_AGE): Bump.
(W32PTH_LT_REVISION): Reset.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-10-15 13:02:18 UTC (rev 28)
+++ trunk/ChangeLog 2008-10-17 21:08:30 UTC (rev 29)
@@ -1,3 +1,10 @@
+2008-10-17 Marcus Brinkmann <marcus at g10code.com>
+
+ Released 2.0.2.
+
+ * configure.ac (W32PTH_LT_CURRENT, W32PTH_LT_AGE): Bump.
+ (W32PTH_LT_REVISION): Reset.
+
2008-10-15 Werner Koch <wk at g10code.com>
* w32-pth.c (thread_counter): New.
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2008-10-15 13:02:18 UTC (rev 28)
+++ trunk/NEWS 2008-10-17 21:08:30 UTC (rev 29)
@@ -1,4 +1,4 @@
-Noteworthy changes in version 2.0.2
+Noteworthy changes in version 2.0.2 (2008-10-17)
------------------------------------------------
* Support pipes created with non-standard extensions pth_pipe and
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2008-10-15 13:02:18 UTC (rev 28)
+++ trunk/configure.ac 2008-10-17 21:08:30 UTC (rev 29)
@@ -1,5 +1,5 @@
# configure.ac - for w32pth
-# Copyright (C) 2007 g10 Code GmbH
+# Copyright (C) 2007, 2008 g10 Code GmbH
#
# This file is part of W32PTH
#
@@ -27,7 +27,7 @@
# 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.2])
-m4_define([my_issvn], [yes])
+m4_define([my_issvn], [no])
m4_define([svn_revision], m4_esyscmd([echo -n $( (svn info 2>/dev/null \
|| echo 'Revision: 0')|sed -n '/^Revision:/ s/[^0-9]//gp'|head -1)]))
@@ -39,9 +39,9 @@
# (Interfaces added: CURRENT++, AGE++, REVISION=0)
# (No interfaces changed: REVISION++)
# Please remember to document interface changes in the NEWS file.
-W32PTH_LT_CURRENT=0
-W32PTH_LT_AGE=0
-W32PTH_LT_REVISION=1
+W32PTH_LT_CURRENT=1
+W32PTH_LT_AGE=1
+W32PTH_LT_REVISION=0
#-------------------
# If the API is changed in an incompatible way: increment the next counter.
W32PTH_CONFIG_API_VERSION=1
More information about the Gnupg-commits
mailing list