[Winpt-commits] r267 - trunk
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Sat Sep 30 12:29:59 CEST 2006
Author: twoaday
Date: 2006-09-30 12:29:58 +0200 (Sat, 30 Sep 2006)
New Revision: 267
Modified:
trunk/AUTHORS
trunk/NEWS
trunk/TODO
trunk/configure.ac
Log:
Modified: trunk/AUTHORS
===================================================================
--- trunk/AUTHORS 2006-09-30 10:29:47 UTC (rev 266)
+++ trunk/AUTHORS 2006-09-30 10:29:58 UTC (rev 267)
@@ -18,11 +18,8 @@
(wptImageList.{cpp,h}, a lot of patches, see ChangeLog)
Daniel James <dan.james at btinternet.com>
-the icons
+The icons
-Janne Bergmann <fixme>
-GNU G++ patches to allow to compile WinPT with the GNU toolchain.
-
wptTrayPop.cpp - Prasenjeet Dutta
wptNLS.cpp - Ulrich Drepper <ulrich at cygnus.com>
rmd160.c, random.c - Free Software Foundation <fsf at gnu.org>,
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2006-09-30 10:29:47 UTC (rev 266)
+++ trunk/NEWS 2006-09-30 10:29:58 UTC (rev 267)
@@ -925,9 +925,16 @@
[updated translation: Slovak, German]
-Noteworthy changes in version 1.0.1 (unreleased)
+Noteworthy changes in version 1.0.1 (2006-09-16)
================================================
* Allow to generate a key on a smart card on the first start.
* Some polishing for the smart card related dialogs.
+
+* Fix possible crash in the HTTP code under some circumstances.
+
+* Fix problem that icon were not correctly displayed on some systems.
+
+* Only enable PC/SC related program parts when the system really
+ support smart card operations.
Modified: trunk/TODO
===================================================================
--- trunk/TODO 2006-09-30 10:29:47 UTC (rev 266)
+++ trunk/TODO 2006-09-30 10:29:58 UTC (rev 267)
@@ -2,9 +2,7 @@
* change the file manager verify error message when an expired
key has been used to sign a file.
- * offer to generate a key which is stored on the smart card
- on the first start.
- * set imported private keys automatically to "ultimate" ownertrust?
+ * set imported private keys automatically to "ultimate" ownertrust?
* there is a problem with the +E hotkey in EURO countries.
- migrate keyserver code to use the HTTP class.
Implement proxy authentication into the HTTP class.
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2006-09-30 10:29:47 UTC (rev 266)
+++ trunk/configure.ac 2006-09-30 10:29:58 UTC (rev 267)
@@ -11,11 +11,11 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-min_automake_version="1.9.4"
+min_automake_version="1.9.2"
# Version number: Remember to change it immediately *after* a release.
# Add a "-cvs" prefix for non-released code.
-AC_INIT(WinPT, 1.0.1-cvs, http://www.winpt.org)
+AC_INIT(WinPT, 1.0.1, http://www.winpt.org)
NEED_GPG_VERSION=1.4.2
NEED_GPGME_API=1
NEED_GPGME_VERSION=1.1.1
More information about the Winpt-commits
mailing list