[Gpg4win-commits] r798 - in trunk: . packages patches/gpgol
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue May 6 11:14:14 CEST 2008
Author: werner
Date: 2008-05-06 11:14:14 +0200 (Tue, 06 May 2008)
New Revision: 798
Removed:
trunk/patches/gpgol/01-always-decrypt.patch
Modified:
trunk/ChangeLog
trunk/Makefile.am
trunk/NEWS
trunk/packages/packages.current
Log:
Update gpgol and gpgme
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-05-06 07:54:13 UTC (rev 797)
+++ trunk/ChangeLog 2008-05-06 09:14:14 UTC (rev 798)
@@ -1,6 +1,7 @@
2008-05-06 Werner Koch <wk at g10code.com>
- * packages/packages.current: Update gpgme.
+ * patches/gpgol/01-always-decrypt.patch: Remove.
+ * packages/packages.current: Update gpgme and gpgol.
2008-04-30 Werner Koch <wk at g10code.com>
Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am 2008-05-06 07:54:13 UTC (rev 797)
+++ trunk/Makefile.am 2008-05-06 09:14:14 UTC (rev 798)
@@ -44,7 +44,6 @@
patches/libetpan-0.54/02-index.patch \
patches/gnupg-1.4.8/01-gpgconf-list.patch \
patches/winpt/01-gpg-path.patch \
- patches/gpgol/01-always-decrypt.patch \
patches/gnupg2/01-version.patch.in \
patches/gnupg2-2.0.9/01-close-all-handle.patch \
patches/gnupg2-2.0.9/02-de.po-fix.patch \
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2008-05-06 07:54:13 UTC (rev 797)
+++ trunk/NEWS 2008-05-06 09:14:14 UTC (rev 798)
@@ -6,7 +6,29 @@
Noteworthy changes in version 1.9.1
------------------------------------------------
+(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.9
+DirMngr: 1.0.2-svn297
+Kleopatra: 20080421
+GPA: 0.7.7-svn859
+GpgOL: 0.10.13
+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.0 (2008-04-23)
------------------------------------------------
Modified: trunk/packages/packages.current
===================================================================
--- trunk/packages/packages.current 2008-05-06 07:54:13 UTC (rev 797)
+++ trunk/packages/packages.current 2008-05-06 09:14:14 UTC (rev 798)
@@ -230,9 +230,10 @@
#
server ftp://ftp.g10code.com/g10code/gpgol/alpha
-file gpgol-0.10.12.tar.bz2
-chk b1e9c9aba1ae094a8b23f7365442bd94a08ed55a
+file gpgol-0.10.13.tar.bz2
+chk bd65353b20c53201e307d6f0cfecb71b666a1c51
+
#
# GpgEX
#
Deleted: trunk/patches/gpgol/01-always-decrypt.patch
===================================================================
--- trunk/patches/gpgol/01-always-decrypt.patch 2008-05-06 07:54:13 UTC (rev 797)
+++ trunk/patches/gpgol/01-always-decrypt.patch 2008-05-06 09:14:14 UTC (rev 798)
@@ -1,22 +0,0 @@
-#! /bin/sh
-patch -p0 -f $* < $0
-exit $?
-
-
-
---- src/message-events.cpp (revision 247)
-+++ src/message-events.cpp (working copy)
-@@ -127,6 +127,11 @@
- shows a grey window with a notice that the message can't be
- shown due to active content. */
-
-+ /* The is_inspector_display function is not reliable enough.
-+ Missing another solution we set it to true for now with the
-+ result that the preview decryption can't be disabled. */
-+ m_gotinspector = 1;
-+
- if (m_gotinspector || opt.preview_decrypt)
- {
- eecb->GetObject (&mdb, (LPMAPIPROP *)&message);
-
-
More information about the Gpg4win-commits
mailing list