[Gpg4win-commits] r822 - in trunk: . packages patches/gpa
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed May 28 11:06:20 CEST 2008
Author: werner
Date: 2008-05-28 11:06:19 +0200 (Wed, 28 May 2008)
New Revision: 822
Removed:
trunk/patches/gpa/01-no-uiserver.patch
Modified:
trunk/ChangeLog
trunk/Makefile.am
trunk/NEWS
trunk/packages/packages.current
Log:
Updated GPA.
Updated GpgOL (prevent sending empty encrypted mails).
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-05-27 19:39:36 UTC (rev 821)
+++ trunk/ChangeLog 2008-05-28 09:06:19 UTC (rev 822)
@@ -1,3 +1,11 @@
+2008-05-28 Werner Koch <wk at g10code.com>
+
+ * patches/gpa/01-no-uiserver.patch: Remove.
+
+ * patches/gpgol/01-last-minute.patch: Remove.
+
+ * packages/packages.current: Update gpgol and gpa.
+
2008-05-27 Werner Koch <wk at g10code.com>
* packages/packages.current: Update kdelibs packages.
Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am 2008-05-27 19:39:36 UTC (rev 821)
+++ trunk/Makefile.am 2008-05-28 09:06:19 UTC (rev 822)
@@ -52,9 +52,7 @@
patches/gnupg2-2.0.9/03-i18n+etc.patch \
patches/gnupg2-2.0.9/04-ks-w32init.patch \
patches/gnupg2-2.0.9/05-w32-http.patch \
- patches/gpa/01-no-uiserver.patch \
- patches/gpgol-0.9.91/01-gpgme.patch \
- patches/gpgol/01-last-minute.patch
+ patches/gpgol-0.9.91/01-gpgme.patch
copy-news:
cp NEWS doc/website/NEWS.last
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2008-05-27 19:39:36 UTC (rev 821)
+++ trunk/NEWS 2008-05-28 09:06:19 UTC (rev 822)
@@ -3,6 +3,31 @@
# The version number given below are for the standard installers as
# distributed by www.gpg4win.org.
+Noteworthy changes in version 1.9.2 (2008-05-28)
+------------------------------------------------
+
+(en) This is a BETA version of the new Gpg4win/2 architecture.
+ This version shall not be used in a production environment.
+(de) Dies ist eine BETA Version der neuen Gpg4win/2 Architektur.
+ Diese Version soll nicht in einer Produktivumgebung
+ eingesetzt werden.
+
+~~~~~~~~~~~~~~~
+GnuPG: 1.4.9
+GnuPG2: 2.0.10-svn4773
+DirMngr: 1.0.2-svn299
+Kleopatra: 20080526-2
+GPA: 0.7.7-svn897
+GpgOL: 0.10.14
+GpgEX: 0.9.0
+WinPT: 1.2.0
+Claws-Mail: 3.4.0
+Novices: 1.0.0
+Einsteiger: 2.0.2
+Durchblicker: 2.0.2
+~~~~~~~~~~~~~~~
+
+
Noteworthy changes in version 1.9.1 (2008-05-13)
------------------------------------------------
Modified: trunk/packages/packages.current
===================================================================
--- trunk/packages/packages.current 2008-05-27 19:39:36 UTC (rev 821)
+++ trunk/packages/packages.current 2008-05-28 09:06:19 UTC (rev 822)
@@ -230,8 +230,8 @@
#
server ftp://ftp.g10code.com/g10code/gpgol/alpha
-file gpgol-0.10.13.tar.bz2
-chk bd65353b20c53201e307d6f0cfecb71b666a1c51
+file gpgol-0.10.14.tar.bz2
+chk 79a44c9b4eb6ca996ef26659255e4dd86af03b80
#
@@ -303,6 +303,7 @@
chk 526325d020e533a0a9ebe4b34b581ad287c08d18
+
#
# adns
#
@@ -321,8 +322,8 @@
#chk bb9182cd4c6bd6677ba9cdcca262dcc1b1d22c3c
server ftp://ftp.g10code.com/g10code/scratch
-file gpa-0.7.7-svn859.tar.bz2
-chk 3f855b5dcae2159602cfad7d5757f776fa5532e9
+file gpa-0.7.7-svn897.tar.bz2
+chk 712f829ae5f5c44665371ace1810ab95fa646f39
#
Deleted: trunk/patches/gpa/01-no-uiserver.patch
===================================================================
--- trunk/patches/gpa/01-no-uiserver.patch 2008-05-27 19:39:36 UTC (rev 821)
+++ trunk/patches/gpa/01-no-uiserver.patch 2008-05-28 09:06:19 UTC (rev 822)
@@ -1,31 +0,0 @@
-#! /bin/sh
-patch -p0 -f $* < $0
-exit $?
-
-To avoid problems with other UI servers (e.g.Kleopatra), we do not
-want to start in server mode by default.
-
-
---- src/gpa.c (revision 874)
-+++ src/gpa.c (working copy)
-@@ -410,11 +410,14 @@
- keyservers->data);
- }
-
-- /* Fire up the server. */
-- gpa_start_server ();
--
-- if (! args.start_only_server)
-+ if (args.start_only_server)
- {
-+ /* Fire up the server. Note that the server allows to start the
-+ other parts too. */
-+ gpa_start_server ();
-+ }
-+ else
-+ {
- /* Don't open the keyring editor if any files are given on the
- command line. Dito for the clipboard. */
- if (args.start_keyring_editor && (optind >= argc))
-
-
More information about the Gpg4win-commits
mailing list