[Gpg4win-commits] r285 - in trunk: . doc/manual-de packages src

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Apr 25 20:37:42 CEST 2006


Author: werner
Date: 2006-04-25 20:37:41 +0200 (Tue, 25 Apr 2006)
New Revision: 285

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/doc/manual-de/Makefile.am
   trunk/packages/packages.current
   trunk/src/Makefile.am
   trunk/src/installer.nsi
Log:
Ready for a 1.0.1


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2006-04-25 15:40:07 UTC (rev 284)
+++ trunk/ChangeLog	2006-04-25 18:37:41 UTC (rev 285)
@@ -1,5 +1,9 @@
 2006-04-25  Werner Koch  <wk at g10code.com>
 
+	* src/Makefile.am (clean-local): Also remove the light installer.
+
+	* src/installer.nsi (PrintNonAdminWarning): Use Quit instead of Abort.
+
 	* src/uninst-glib.nsi: Delete console helper.
 
 	* configure.ac: Define manual versions.

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2006-04-25 15:40:07 UTC (rev 284)
+++ trunk/NEWS	2006-04-25 18:37:41 UTC (rev 285)
@@ -23,7 +23,7 @@
 GnuPG: 1.4.3
 WinPT: 0.11.12
 GPA:   0.7.3
-GPGol: 0.9.9 
+GPGol: 0.9.10
 GPGee: 1.3.1
 Einsteiger:   2.0.0
 Durchblicker: 2.0.0

Modified: trunk/doc/manual-de/Makefile.am
===================================================================
--- trunk/doc/manual-de/Makefile.am	2006-04-25 15:40:07 UTC (rev 284)
+++ trunk/doc/manual-de/Makefile.am	2006-04-25 18:37:41 UTC (rev 285)
@@ -68,7 +68,7 @@
 	     gpg4win-logo.eps gpg4win-logo.png
 
 CLEANFILES = $(eps_files_bb) $(png_files_eps) \
-             *.pdf *.pdf *.toc *.log *.aux *.out
+             *.dvi *.pdf *.pdf *.toc *.log *.aux *.out
 DISTCLEANFILES = version.tex $(eps_files_png)
 
 pkgdata_DATA = einsteiger.pdf durchblicker.pdf

Modified: trunk/packages/packages.current
===================================================================
--- trunk/packages/packages.current	2006-04-25 15:40:07 UTC (rev 284)
+++ trunk/packages/packages.current	2006-04-25 18:37:41 UTC (rev 285)
@@ -154,8 +154,8 @@
 # GPGol
 server ftp://ftp.g10code.com/g10code/gpgol
 
-file gpgol-0.9.9.tar.bz2
-chk e7aebbd17ba3a15f37f5c8b7c9dd424f79b69cbb 
+file gpgol-0.9.10.tar.bz2
+chk 64d6abead30ae48ea61921bf6a982e0b75d9d142
 
 # GnuPG stuff. 
 

Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am	2006-04-25 15:40:07 UTC (rev 284)
+++ trunk/src/Makefile.am	2006-04-25 18:37:41 UTC (rev 285)
@@ -267,4 +267,5 @@
 all-local: gpg4win-$(VERSION).exe $(all_light) $(all_src)
 
 clean-local:
-	rm -f gpg4win-$(VERSION).exe gpg4win-src-$(VERSION).exe
+	rm -f gpg4win-$(VERSION).exe gpg4win-light-$(VERSION).exe \
+            gpg4win-src-$(VERSION).exe

Modified: trunk/src/installer.nsi
===================================================================
--- trunk/src/installer.nsi	2006-04-25 15:40:07 UTC (rev 284)
+++ trunk/src/installer.nsi	2006-04-25 18:37:41 UTC (rev 285)
@@ -378,7 +378,7 @@
   Pop $1
   StrCmp $1 "Admin" leave +1
   MessageBox MB_OK "$(T_AdminNeeded)"
-  Abort
+  Quit
 
  leave:
 FunctionEnd



More information about the Gpg4win-commits mailing list