[Winpt-commits] r163 - trunk
scm-commit at wald.intevation.org
scm-commit at wald.intevation.org
Thu Jan 19 19:07:12 CET 2006
Author: twoaday
Date: 2006-01-19 19:07:12 +0100 (Thu, 19 Jan 2006)
New Revision: 163
Modified:
trunk/TODO
trunk/configure.ac
Log:
Prepare a new release.
Modified: trunk/TODO
===================================================================
--- trunk/TODO 2006-01-19 18:06:10 UTC (rev 162)
+++ trunk/TODO 2006-01-19 18:07:12 UTC (rev 163)
@@ -4,6 +4,7 @@
* On modern P4 CPUs the thread scheduling mechanism seems to
cause trouble and the result is that any GPG operation will
be take much longer as expected.
+ * File register code needs an additional param "%1".
* Handle the case that while WinPT tries to change GPG data,
but before GPG is executed, an external event changed the
keyring. So do not use BUG but issue an error.
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2006-01-19 18:06:10 UTC (rev 162)
+++ trunk/configure.ac 2006-01-19 18:07:12 UTC (rev 163)
@@ -15,7 +15,7 @@
# Version number: Remember to change it immediately *after* a release.
# Add a "-cvs" prefix for non-released code.
-AC_INIT(WinPT, 0.11.6-cvs, http://www.winpt.org)
+AC_INIT(WinPT, 0.11.6, http://www.winpt.org)
NEED_GPG_VERSION=1.4.2
NEED_GPGME_API=1
NEED_GPGME_VERSION=1.1.1
@@ -185,7 +185,8 @@
# Add some extra libs here so that previous tests don't fail for
# mysterious reasons - the final link step should bail out.
if test "$have_w32_system" = yes; then
- W32LIBS="-lwsock32"
+ #W32LIBS="-lwsock32"
+ W32LIBS="-lws2_32"
fi
if test "$GCC" = yes; then
More information about the Winpt-commits
mailing list