[Gpg4kde-commits] r5 - trunk/doc/website

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue May 27 20:00:27 CEST 2008


Author: jan
Date: 2008-05-27 20:00:27 +0200 (Tue, 27 May 2008)
New Revision: 5

Removed:
   trunk/doc/website/Makefile.am
   trunk/doc/website/build-history.awk
   trunk/doc/website/change-history-de.htm4
   trunk/doc/website/change-history.htm4
Modified:
   trunk/doc/website/Makefile
Log:
Removed handling of change history. It is not relevant
here.


Modified: trunk/doc/website/Makefile
===================================================================
--- trunk/doc/website/Makefile	2008-05-27 17:56:56 UTC (rev 4)
+++ trunk/doc/website/Makefile	2008-05-27 18:00:27 UTC (rev 5)
@@ -1,8 +1,10 @@
 # Build html from m4 macrofiles
 # $Id$
 #
-# (c)2005,2006 by Intevation GmbH
-# Author(s): Sascha Wilde
+# (c)2005,2006,2008 by Intevation GmbH
+# Authors:
+# Sascha Wilde <sascha.wilde at intevation.de>
+# Jan-Oliver Wagner <jan-oliver.wagner at intevation.de>
 #
 # This is Free Software licensed under the GPL
 
@@ -11,7 +13,7 @@
 PPFLAGS = --prefix-builtins
 
 # Build configuration
-TARGETS = $(patsubst %.htm4,%.html,$(wildcard *.htm4)) change-history.html change-history-de.html
+TARGETS = $(patsubst %.htm4,%.html,$(wildcard *.htm4))
 SUBDIRS = 
 
 # Installation configuration
@@ -39,12 +41,6 @@
 	  $(MAKE) -C $$dir SUBDIRS="" ; \
 	done
 
-change-history.htm4: build-history.awk NEWS.last
-	awk -f build-history.awk < NEWS.last > $@
-
-change-history-de.htm4: build-history.awk NEWS.last
-	awk -f build-history.awk -v lang=de < NEWS.last > $@
-
 online: all
 	echo "Going to put current contents online for www.gpg4kde.org ..."
 	rsync -urvP --exclude='.svn' $(ADD_INST_TYPES) $(TARGETS) $(ADD_INST_DIRS) \

Deleted: trunk/doc/website/Makefile.am
===================================================================
--- trunk/doc/website/Makefile.am	2008-05-27 17:56:56 UTC (rev 4)
+++ trunk/doc/website/Makefile.am	2008-05-27 18:00:27 UTC (rev 5)
@@ -1,25 +0,0 @@
-# Makefile.am - Documentation for the GnuPG 4 Windows Website
-# Copyright (C) 2005 g10 Code GmbH
-# 
-# This file is part of GPG4Win.
-# 
-# GPG4Win is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-# 
-# GPG4Win is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-# 
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
-
-EXTRA_DIST = README buildhtml.mk gpg4win.css index-de.htm4 index.htm4 \
-             template.m4 template_header.m4 versions.m4 build-history.awk \
-             pix/disk.png pix/lock.png pix/logo.png mk-chksums NEWS.last
-
-
-

Deleted: trunk/doc/website/build-history.awk
===================================================================
--- trunk/doc/website/build-history.awk	2008-05-27 17:56:56 UTC (rev 4)
+++ trunk/doc/website/build-history.awk	2008-05-27 18:00:27 UTC (rev 5)
@@ -1,170 +0,0 @@
-# build-history.awk - Build a history HTML         -*- coding: latin1 *-*
-#                     page from the NEWS file
-# Copyright (C) 2006 g10 Code GmbH
-# 
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License as
-# published by the Free Software Foundation; either version 2 of
-# the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
-# USA.
-
-# We use a slightly modified format of the NEWS file to cope with i18n
-# issues.  Here is an example of such a news file:
-#
-#    Noteworthy changes in version 42.1 (2000-01-01)
-#    -----------------------------------------------
-#    
-#    (en) New: Script to build a HTML version 
-#         of the NEWS.
-#    (de) Neu: Script zum Erzeugen der HTML Version
-#    
-#    (en) Blurb
-#    (de) Blabla
-#    
-#    ~~~~~~~~~~~~~~~
-#    foo.lisp:  1.17
-#    bar.lisp:  7.53.1
-#    ~~~~~~~~~~~~~~~
-#    
-#    Noteworthy changes in version 42.0 (1999-12-31)
-#    ------------------------------------------------
-#    
-# Empty lines as well as lines starting with a hash mark are entirly
-# ignored.  Paragraphs are indicated by the language tags.  A new
-# revision history starts with the "Noteworthy .." line; the release
-# date is expected in parentheses on that line.  If it is not given the
-# section won't be rendered.  
-
-
-BEGIN {
-  if ( lang == "" )
-    lang = "en";
-  in_section = 0;
-  in_para = 0;
-  in_vers = 0;
-  any_para = 0;
-  version = "";
-  reldate = "";
-    
-  header_text["en"] = "" \
-    "m4_dnl -*-html-*-\n" \
-    "m4_include(`template.m4')\n" \
-    "m4_define(`EN')\n" \
-    "m4_define(`DE_FILE', `change-history-de.html')\n" \
-    "PAGE_START\n" \
-    "<h1>Change History of Gpg4win</h1>\n" \
-    "<p>Please note that old release still contain meanwhile fixed\n" \
-    "security issues.</p>\n" ;
-
-  header_text["de"] = "" \
-    "m4_dnl -*-html-*-\n" \
-    "m4_include(`template.m4')\n" \
-    "m4_define(`DE')\n" \
-    "m4_define(`EN_FILE', `change-history.html')\n" \
-    "PAGE_START\n" \
-    "<h1>Änderungshistorie von Gpg4win</h1>\n" \
-    "<p>Die deutsche Übersetzung der Historie ist nicht notwendigerweise\n" \
-    "vollständig. Begonnen wurde sie mit Version 1.0.0.</p>\n" \
-    "<p>Bitte beachten Sie, dass die alten Versionen die ggf.\n" \
-    "zwischenzeitlich beseitigten Sicherheitslöcher weiterhin enthalten!</p>\n";
-
-  release_text["en"] = "released ";
-  release_text["de"] = "veröffentlicht ";
-  noreldate_text["en"] = "[ in progress; not yet released ]";
-  noreldate_text["de"] = "[ in Arbeit; bisher noch nicht veröffentlicht ]";
-  explicit_dl_text["en"] = "Explicit download of this version:";
-  explicit_dl_text["de"] = "Expliziter Download dieser Version:";
-
-  print header_text[lang];
-}
-
-/^#/   { next }
-/^---/ { next }
-
-in_section && $0 ~ /^Noteworthy/ {
-  if (in_para)
-    print "</ul>"
-  if (in_vers)
-    print "</pre>"
-  in_section = 0;
-  in_para = 0;
-  in_vers = 0;
-  any_para = 0;
-}
-
-
-!in_section {
-  if ($0 !~ /^Noteworthy/)
-    next;
-  version = $5;
-  reldate = "";
-  if (index ($0, "(")) {
-    sub (/^.*\(/, "");
-    sub (/\).*$/, "");
-    reldate = $0;
-    print "<h2>Version " version " " release_text[lang] " " reldate "</h2>"
-  } else {
-    reldate = noreldate_text[lang];
-    print "<h2>Version " version " " reldate "</h2>"
-  }
-  in_section = 1;
-  in_para = 0;
-  in_vers = 0;
-  any_para = 0;
-
-  next;
-}
-
-in_section && $0 ~ /^\([a-zA-Z]+\)/ {
-  in_para = 0;
-  if ( $0 ~ ("^\\(" lang "\\)" ) ) {
-    in_para = 1;
-    any_para = 1;
-    print "<li>"
-    print substr ($0, 5);
-  }
-  next;
-}
-    
-in_section && !in_vers && /^~~~/ {
-  if (in_para && any_para)
-    print "</ul>"
-  in_para = 0; 
-  in_vers = 1;
-  print ""
-  print "<pre>"
-  next;
-}
-
-in_para {
-  print $0;
-}
-
-in_vers && /^~~~/ {
-  in_vers = 0;
-  print "</pre>"
-
-  printf "<p>%s ", explicit_dl_text[lang];
-  printf "<a href=\"http://ftp.gpg4win.org/gpg4win-%s.exe\">gpg4win-%s.exe</a><br>", version, version;
-  printf "</p>"
-}
-
-in_vers {
-  split ( $0, a, ":" );
-  printf "%s: %s\n", a[1], a[2];
-}
-
-
-END {
-  if (in_para && any_para)
-    print "</ul>"
-}

Deleted: trunk/doc/website/change-history-de.htm4
===================================================================
--- trunk/doc/website/change-history-de.htm4	2008-05-27 17:56:56 UTC (rev 4)
+++ trunk/doc/website/change-history-de.htm4	2008-05-27 18:00:27 UTC (rev 5)
@@ -1,355 +0,0 @@
-m4_dnl -*-html-*-
-m4_include(`template.m4')
-m4_define(`DE')
-m4_define(`EN_FILE', `change-history.html')
-PAGE_START
-<h1>Änderungshistorie von Gpg4win</h1>
-<p>Die deutsche Übersetzung der Historie ist nicht notwendigerweise
-vollständig. Begonnen wurde sie mit Version 1.0.0.</p>
-<p>Bitte beachten Sie, dass die alten Versionen die ggf.
-zwischenzeitlich beseitigten Sicherheitslöcher weiterhin enthalten!</p>
-
-<h2>Version 1.1.3 veröffentlicht  2007-09-17</h2>
-<li>
- GpgOL wurde auf 0.9.92 aktualisiert und mit einer korrigierten Version von GPGME gebaut.
-
-</ul>
-
-<pre>
-GnuPG:   1.4.7 
-GnuPG2:  2.0.7
-DirMngr:  1.0.2-svn267
-GPA:     0.7.6
-GPGol:   0.9.92
-GPGee:   1.3.1
-WinPT:   1.2.0
-Claws-Mail:  3.0.0-rc2
-Novices:         1.0.0
-Einsteiger:      2.0.2
-Durchblicker:    2.0.2
-</pre>
-<p>Expliziter Download dieser Version: <a href="http://ftp.gpg4win.org/gpg4win-1.1.3.exe">gpg4win-1.1.3.exe</a><br></p><h2>Version 1.1.2 veröffentlicht  2007-08-16</h2>
-<li>
- Claws-Mail Version wurde aktualisiert, und einige schwere Fehler behoben.
-
-<li>
- Zusätzliche Konfigurationsdateien können mit der Option /C=FILE
-     installiert werden.
-
-<li>
- GnuPG2 wurde aktualisiert um das Kettenmodell zu unterstützen.
-
-<li>
- DirMngr wird nun zusammen mit GnuPG2 installiert.
-
-
-</ul>
-
-<pre>
-GnuPG:   1.4.7 
-GnuPG2:  2.0.5
-DirMngr:  1.0.1
-GPA:     0.7.6
-GPGol:   0.9.91
-GPGee:   1.3.1
-WinPT:   1.2.0
-Claws-Mail:  3.0.0-rc2
-Novices:         1.0.0
-Einsteiger:      2.0.2
-Durchblicker:    2.0.2
-</pre>
-<p>Expliziter Download dieser Version: <a href="http://ftp.gpg4win.org/gpg4win-1.1.2.exe">gpg4win-1.1.2.exe</a><br></p><h2>Version 1.1.1 veröffentlicht  2007-07-10</h2>
-<li>
- Sylpheed-Claws ist durch eine aktuelle Claws-Mail Version ersetzt worden.
-
-<li>
- Der Standardinstaller ist um Kommandozeilenwerkzeuge für CMS
-     (S/MIME) erweitert worden.
-
-<li>
- Übersetzungen des Installers werden nun auf dem gebräuchlichen
-     GNU gettext Weg erstellt.
-
-<li>
- Einige Programmfehler wurden behoben.
-
-
-</ul>
-
-<pre>
-GnuPG:   1.4.7 
-GnuPG2:  2.0.5
-GPA:     0.7.6
-GPGol:   0.9.91
-GPGee:   1.3.1
-WinPT:   1.2.0
-Claws-Mail:  2.10.0
-Novices:         1.0.0
-Einsteiger:      2.0.2
-Durchblicker:    2.0.2
-</pre>
-<p>Expliziter Download dieser Version: <a href="http://ftp.gpg4win.org/gpg4win-1.1.1.exe">gpg4win-1.1.1.exe</a><br></p><h2>Version 1.1.0 veröffentlicht  2007-05-24</h2>
-<li>
- Brigitte Hamiltons englische Übersetzung des Einsteiger Handbuchs
-     with nun mit installiert.
-
-<li>
- Die Programm GPG, GPGV, GPGSPLIT und GPA werden nun so
-     installiert, daß sie über den PATH gefunden werden.
-
-<li>
- Update der GTK+ Bibliothek auf die aktuelle Version (2.10).
-
-<li>
- Dateien können nun per Drag&Drop in die Dateiverwaltung von GPA
-     gezogen werden
-
-
-</ul>
-
-<pre>
-GnuPG:  1.4.7
-GPA:    0.7.6
-GPGol:  0.9.91
-GPGee:  1.3.1
-WinPT:  1.2.0
-Sylpheed-Claws:  2.4.0
-Novices:         1.0.0
-Einsteiger:      2.0.2
-Durchblicker:    2.0.2
-</pre>
-<p>Expliziter Download dieser Version: <a href="http://ftp.gpg4win.org/gpg4win-1.1.0.exe">gpg4win-1.1.0.exe</a><br></p><h2>Version 1.0.9 veröffentlicht  2007-03-09</h2>
-<li>
- Update von GnuPG um eine Problem in Sylpheed-Claws and GPGol zu
-     beheben.  Siehe 
-     http://lists.gnupg.org/pipermail/gnupg-announce/2007q1/000252.html .
-
-<li>
- GnuPG gibt nun auf der Kommandozeile Meldungen auch auf Deutsch aus.
-
-<li>
- Einige lang bekannte Fehler wurde in GPA behoben.
-
-<li>
- Eine neue Version von WinPT is nun enthalten.
-
-
-</ul>
-
-<pre>
-GnuPG:  1.4.7
-WinPT:  1.2.0
-GPA:    0.7.5
-GPGol:  0.9.91
-GPGee:  1.3.1
-Sylpheed-Claws:  2.4.0
-Einsteiger:      2.0.2
-Durchblicker:    2.0.2
-</pre>
-<p>Expliziter Download dieser Version: <a href="http://ftp.gpg4win.org/gpg4win-1.0.9.exe">gpg4win-1.0.9.exe</a><br></p><h2>Version 1.0.8 veröffentlicht  2006-12-06</h2>
-<li>
- Ein schwerer und ausnutzbarer Fehler wurde in GnuPG behoben. 
-     [CVE-2006-6235]
-
-<li>
- Ein Pufferüberlauf, der bei interaktiver Nutzung auf der
-     Kommandzeile auftreten kann, wurde behoben.  [CVE-2006-6169]
-
-<li>
- Ein selten auftretender Fehler beim Entschlüsseln von
-     komprimierten Nachrichten wurde in GnuPG behoben. 
-
-
-</ul>
-
-<pre>
-GnuPG:  1.4.6
-WinPT:  1.0.1
-GPA:    0.7.4
-GPGol:  0.9.91
-GPGee:  1.3.1
-Sylpheed-Claws:  2.4.0
-Einsteiger:      2.0.2
-Durchblicker:    2.0.2
-</pre>
-<p>Expliziter Download dieser Version: <a href="http://ftp.gpg4win.org/gpg4win-1.0.8.exe">gpg4win-1.0.8.exe</a><br></p><h2>Version 1.0.7 veröffentlicht  2006-10-13</h2>
-<li>
- Neue Versionen von GPGol und WinPT.
-
-<li>
- Ein Fehler beim Entschlüsseln einiger komprimierter und
-     verschlüsselter Nachrichten wurde behoben.
-
-<li>
- Ein Absturz von GPGOl wurde behoben.
-
-
-</ul>
-
-<pre>
-GnuPG:  1.4.5
-WinPT:  1.0.1
-GPA:    0.7.4
-GPGol:  0.9.91
-GPGee:  1.3.1
-Sylpheed-Claws:  2.4.0
-Einsteiger:      2.0.2
-Durchblicker:    2.0.2
-</pre>
-<p>Expliziter Download dieser Version: <a href="http://ftp.gpg4win.org/gpg4win-1.0.7.exe">gpg4win-1.0.7.exe</a><br></p><h2>Version 1.0.6 veröffentlicht  2006-08-28</h2>
-<li>
- Neue Versionen von GPGol, Sylpheed-Claws und WinPT.
-
-</ul>
-
-<pre>
-GnuPG:  1.4.5
-WinPT:  1.0.0
-GPA:    0.7.4
-GPGol:  0.9.90
-GPGee:  1.3.1
-Sylpheed-Claws:  2.4.0
-Einsteiger:      2.0.2
-Durchblicker:    2.0.2
-</pre>
-<p>Expliziter Download dieser Version: <a href="http://ftp.gpg4win.org/gpg4win-1.0.6.exe">gpg4win-1.0.6.exe</a><br></p><h2>Version 1.0.5 veröffentlicht  2006-08-02</h2>
-<li>
- Ein weiterer sicherheitskritischer Fehler wurde in GnuPG behoben. 
-
-</ul>
-
-<pre>
-GnuPG:  1.4.5
-WinPT:  0.12.3
-GPA:    0.7.4
-GPGol:  0.9.10
-GPGee:  1.3.1
-Sylpheed-Claws:  2.3.1
-Einsteiger:      2.0.2
-Durchblicker:    2.0.2
-</pre>
-<p>Expliziter Download dieser Version: <a href="http://ftp.gpg4win.org/gpg4win-1.0.5.exe">gpg4win-1.0.5.exe</a><br></p><h2>Version 1.0.4 veröffentlicht  2006-07-25</h2>
-<li>
-GnuPG wurde geändert, so daß einige Frontends wieder
-    funktionieren.
-
-<li>
-Icons werden nun für GPA und Sylpheed-Claws angezeigt.
-
-<li>
-Ein englisches Handbuch zu Sylpheed-Claws wird nun installiert.
-
-</ul>
-
-<pre>
-GnuPG:  1.4.4
-WinPT:  0.12.3
-GPA:    0.7.4
-GPGol:  0.9.10
-GPGee:  1.3.1
-Sylpheed-Claws:  2.3.1
-Einsteiger:      2.0.2
-Durchblicker:    2.0.2
-</pre>
-<p>Expliziter Download dieser Version: <a href="http://ftp.gpg4win.org/gpg4win-1.0.4.exe">gpg4win-1.0.4.exe</a><br></p><h2>Version 1.0.3 veröffentlicht  2006-06-26</h2>
-<li>
- Ein sicherheitskritischer Fehler wurde in GnuPG behoben. 
-
-<li>
- Update von Sylpheed-Claws aufgrund von Sicherheitsfehlern.
-
-</ul>
-
-<pre>
-GnuPG:  1.4.4
-WinPT:  0.12.3
-GPA:    0.7.3
-GPGol:  0.9.10
-GPGee:  1.3.1
-Sylpheed-Claws:  2.3.1
-Einsteiger:      2.0.2
-Durchblicker:    2.0.2
-</pre>
-<p>Expliziter Download dieser Version: <a href="http://ftp.gpg4win.org/gpg4win-1.0.3.exe">gpg4win-1.0.3.exe</a><br></p><h2>Version 1.0.2 veröffentlicht  2006-05-30</h2>
-<li>
- Fehler beim Backup mittels GPA behoben.  Dieser Fehler trat bei
-     einigen Windows Versionen auf.
-
-<li>
- Sylpheed-Claws ist nun in der aktuellen stabilen Version eingebunden.
-
-</ul>
-
-<pre>
-GnuPG:  1.4.3
-WinPT:  0.12.1
-GPA:    0.7.3
-GPGol:  0.9.10
-GPGee:  1.3.1
-Sylpheed-Claws:  2.2.0
-Einsteiger:      2.0.2
-Durchblicker:    2.0.2
-</pre>
-<p>Expliziter Download dieser Version: <a href="http://ftp.gpg4win.org/gpg4win-1.0.2.exe">gpg4win-1.0.2.exe</a><br></p><h2>Version 1.0.1 veröffentlicht  2006-04-26</h2>
-<li>
- Neu: Eine weitere Version des Installers, ohne die PDF Handbücher wird
-     nun auch gebaut.
-
-<li>
- Die Handbücher werden nun nicht mehr in der Schnellstartleise
-     installiert.
-
-<li>
- Die Handbücher können nun auch nach Wörtern mit Umlauten
-     durchsucht werden.
-
-</ul>
-
-<pre>
-GnuPG:  1.4.3
-WinPT:  0.11.12
-GPA:    0.7.3
-GPGol:  0.9.10
-GPGee:  1.3.1
-Sylpheed-Claws:  1.9.100cvs124
-Einsteiger:      2.0.1
-Durchblicker:    2.0.1
-</pre>
-<p>Expliziter Download dieser Version: <a href="http://ftp.gpg4win.org/gpg4win-1.0.1.exe">gpg4win-1.0.1.exe</a><br></p><h2>Version 1.0.0 veröffentlicht  2006-04-06</h2>
-<li>
- Neu: Warnung und Hinweise falls GnuPP, GnuPT oder Windows Privacy
-     Tools gefunden wird.  Falls GnuPG-Pack gefunden wird, stoppt die
-     Installation da dieses Paket nicht parallel betrieben werden
-     kann.
-
-<li>
- Neu: Eine Seite im Installer erlaubt es, Start-Links für
-     den Desktop mitzuinstallieren.
-
-<li>
- Kein Splash-Screen mehr. Dafür Logo in Installer-Dialog eingebaut.
-
-</ul>
-
-<pre>
-GnuPG:  1.4.3
-WinPT:  0.11.10 
-GPA:    0.7.3
-GPGol:  0.9.8 
-GPGee:  1.3.0
-Sylpheed-Claws:  1.9.100cvs124
-Einsteiger:      2.0.0
-Durchblicker:    2.0.0
-</pre>
-<p>Expliziter Download dieser Version: <a href="http://ftp.gpg4win.org/gpg4win-1.0.0.exe">gpg4win-1.0.0.exe</a><br></p><h2>Version 0.8.0 veröffentlicht  2006-03-09</h2>
-<h2>Version 0.7.0 veröffentlicht  2006-02-15</h2>
-<h2>Version 0.6.0 veröffentlicht  2006-01-26</h2>
-<h2>Version 0.5.1 veröffentlicht  2006-01-09</h2>
-<h2>Version 0.5.0 veröffentlicht  2006-01-05</h2>
-<h2>Version 0.3.1 veröffentlicht  2005-12-07</h2>
-<h2>Version 0.3.0 veröffentlicht  2005-12-06</h2>
-<h2>Version 0.2.1 veröffentlicht  2005-11-28</h2>
-<h2>Version 0.2.0 veröffentlicht  2005-11-24</h2>
-<h2>Version 0.1.0 veröffentlicht  2005-11-21</h2>
-<h2>Version 0.0.2 veröffentlicht  2005-11-08</h2>
-<h2>Version 0.0.1 veröffentlicht  2005-11-04</h2>

Deleted: trunk/doc/website/change-history.htm4
===================================================================
--- trunk/doc/website/change-history.htm4	2008-05-27 17:56:56 UTC (rev 4)
+++ trunk/doc/website/change-history.htm4	2008-05-27 18:00:27 UTC (rev 5)
@@ -1,421 +0,0 @@
-m4_dnl -*-html-*-
-m4_include(`template.m4')
-m4_define(`EN')
-m4_define(`DE_FILE', `change-history-de.html')
-PAGE_START
-<h1>Change History of Gpg4win</h1>
-<p>Please note that old release still contain meanwhile fixed
-security issues.</p>
-
-<h2>Version 1.1.3 released  2007-09-17</h2>
-<li>
- Update GpgOL to 0.9.92 and build with a fixed version of GPGME.
-
-<pre>
-GnuPG:   1.4.7 
-GnuPG2:  2.0.7
-DirMngr:  1.0.2-svn267
-GPA:     0.7.6
-GPGol:   0.9.92
-GPGee:   1.3.1
-WinPT:   1.2.0
-Claws-Mail:  3.0.0-rc2
-Novices:         1.0.0
-Einsteiger:      2.0.2
-Durchblicker:    2.0.2
-</pre>
-<p>Explicit download of this version: <a href="http://ftp.gpg4win.org/gpg4win-1.1.3.exe">gpg4win-1.1.3.exe</a><br></p><h2>Version 1.1.2 released  2007-08-16</h2>
-<li>
- Updated the Claws-Mail package.  A couple of serious bugs are fixed.
-<li>
- Additional configuration files can be installed with the
-     /C=FILE option.
-<li>
- Update GnuPG2 to support the chain model.
-<li>
- Install DirMngr along with GnuPG2.
-
-<pre>
-GnuPG:   1.4.7 
-GnuPG2:  2.0.5
-DirMngr:  1.0.1
-GPA:     0.7.6
-GPGol:   0.9.91
-GPGee:   1.3.1
-WinPT:   1.2.0
-Claws-Mail:  3.0.0-rc2
-Novices:         1.0.0
-Einsteiger:      2.0.2
-Durchblicker:    2.0.2
-</pre>
-<p>Explicit download of this version: <a href="http://ftp.gpg4win.org/gpg4win-1.1.2.exe">gpg4win-1.1.2.exe</a><br></p><h2>Version 1.1.1 released  2007-07-10</h2>
-<li>
- Replaced Sylpheed-Claws by a current Claws-Mail package.
-<li>
- Add command line tools for CMS (S/MIME) to the standard installer.
-<li>
- Translations of the installer are now done in the usual GNU
-     gettext way.
-<li>
- Fixed a couple of bugs.
-
-<pre>
-GnuPG:   1.4.7 
-GnuPG2:  2.0.5
-GPA:     0.7.6
-GPGol:   0.9.91
-GPGee:   1.3.1
-WinPT:   1.2.0
-Claws-Mail:  2.10.0
-Novices:         1.0.0
-Einsteiger:      2.0.2
-Durchblicker:    2.0.2
-</pre>
-<p>Explicit download of this version: <a href="http://ftp.gpg4win.org/gpg4win-1.1.1.exe">gpg4win-1.1.1.exe</a><br></p><h2>Version 1.1.0 released  2007-05-24</h2>
-<li>
- Included Brigitte Hamilton's english translation of the novice's
-     manual.
-<li>
- The programs GPG, GPGV, GPGSPLIT and GPA are now installed so
-     that they are searched via PATH.
-<li>
- Updated to the latest stable version of GTK+ libraries (2.10).
-<li>
- Files may now be dropped on GPA's file manager window.
-
-<pre>
-GnuPG:  1.4.7
-GPA:    0.7.6
-GPGol:  0.9.91
-GPGee:  1.3.1
-WinPT:  1.2.0
-Sylpheed-Claws:  2.4.0
-Novices:         1.0.0
-Einsteiger:      2.0.2
-Durchblicker:    2.0.2
-</pre>
-<p>Explicit download of this version: <a href="http://ftp.gpg4win.org/gpg4win-1.1.0.exe">gpg4win-1.1.0.exe</a><br></p><h2>Version 1.0.9 released  2007-03-09</h2>
-<li>
- Updated GnuPG to fix a problem in Sylpheed-Claws and GPGol. See
-     http://lists.gnupg.org/pipermail/gnupg-announce/2007q1/000252.html .
-<li>
- GnuPG prints German messages when used on the command line (when
-     used on a German system).
-<li>
- Some long standing bugs have been resolved in GPA.
-<li>
- A new version of WinPT is included.
-
-<pre>
-GnuPG:  1.4.7
-WinPT:  1.2.0
-GPA:    0.7.5
-GPGol:  0.9.91
-GPGee:  1.3.1
-Sylpheed-Claws:  2.4.0
-Einsteiger:      2.0.2
-Durchblicker:    2.0.2
-</pre>
-<p>Explicit download of this version: <a href="http://ftp.gpg4win.org/gpg4win-1.0.9.exe">gpg4win-1.0.9.exe</a><br></p><h2>Version 1.0.8 released  2006-12-06</h2>
-<li>
- Fixed a serious and exploitable GnuPG bug in processing encrypted
-     packages. [CVE-2006-6235]
-<li>
- Fixed a buffer overflow occuring when using gpg in interactive
-     mode on the command line. [CVE-2006-6169]
-<li>
- Fixed a GnuPG bug while decrypting certain compressed and
-     encrypted messages.
-
-<pre>
-GnuPG:  1.4.6
-WinPT:  1.0.1
-GPA:    0.7.4
-GPGol:  0.9.91
-GPGee:  1.3.1
-Sylpheed-Claws:  2.4.0
-Einsteiger:      2.0.2
-Durchblicker:    2.0.2
-</pre>
-<p>Explicit download of this version: <a href="http://ftp.gpg4win.org/gpg4win-1.0.8.exe">gpg4win-1.0.8.exe</a><br></p><h2>Version 1.0.7 released  2006-10-13</h2>
-<li>
- Packaged new versions of GPGol and WinPT.
-<li>
- Fixed a bug while decrypting certain compressed and encrypted
-     messages. 
-<li>
- Fixed a crash in GPGol.
-
-<pre>
-GnuPG:  1.4.5
-WinPT:  1.0.1
-GPA:    0.7.4
-GPGol:  0.9.91
-GPGee:  1.3.1
-Sylpheed-Claws:  2.4.0
-Einsteiger:      2.0.2
-Durchblicker:    2.0.2
-</pre>
-<p>Explicit download of this version: <a href="http://ftp.gpg4win.org/gpg4win-1.0.7.exe">gpg4win-1.0.7.exe</a><br></p><h2>Version 1.0.6 released  2006-08-28</h2>
-<li>
- Packaged new versions of GPGol, Sylpheed-Claws and WinPT.
-
-<pre>
-GnuPG:  1.4.5
-WinPT:  1.0.0
-GPA:    0.7.4
-GPGol:  0.9.90
-GPGee:  1.3.1
-Sylpheed-Claws:  2.4.0
-Einsteiger:      2.0.2
-Durchblicker:    2.0.2
-</pre>
-<p>Explicit download of this version: <a href="http://ftp.gpg4win.org/gpg4win-1.0.6.exe">gpg4win-1.0.6.exe</a><br></p><h2>Version 1.0.5 released  2006-08-02</h2>
-<li>
- Fixed another security related bug in GnuPG.
-
-<pre>
-GnuPG:  1.4.5
-WinPT:  0.12.3
-GPA:    0.7.4
-GPGol:  0.9.10
-GPGee:  1.3.1
-Sylpheed-Claws:  2.3.1
-Einsteiger:      2.0.2
-Durchblicker:    2.0.2
-</pre>
-<p>Explicit download of this version: <a href="http://ftp.gpg4win.org/gpg4win-1.0.5.exe">gpg4win-1.0.5.exe</a><br></p><h2>Version 1.0.4 released  2006-07-25</h2>
-<li>
-Changed GnuPG to again allow working with certain frontends.
-<li>
-Added icons to GPA and Sylpheed-Claws.
-<li>
-Install an English manual for Sylpheed-Claws.
-
-<pre>
-GnuPG:  1.4.4
-WinPT:  0.12.3
-GPA:    0.7.4
-GPGol:  0.9.10
-GPGee:  1.3.1
-Sylpheed-Claws:  2.3.1
-Einsteiger:      2.0.2
-Durchblicker:    2.0.2
-</pre>
-<p>Explicit download of this version: <a href="http://ftp.gpg4win.org/gpg4win-1.0.4.exe">gpg4win-1.0.4.exe</a><br></p><h2>Version 1.0.3 released  2006-06-26</h2>
-<li>
- Fixed a security related bug in GnuPG (CVE-2006-3082).
-<li>
- Updated Sylpheed-Claws due to security problems.
-
-<pre>
-GnuPG:  1.4.4
-WinPT:  0.12.3
-GPA:    0.7.3
-GPGol:  0.9.10
-GPGee:  1.3.1
-Sylpheed-Claws:  2.3.1
-Einsteiger:      2.0.2
-Durchblicker:    2.0.2
-</pre>
-<p>Explicit download of this version: <a href="http://ftp.gpg4win.org/gpg4win-1.0.3.exe">gpg4win-1.0.3.exe</a><br></p><h2>Version 1.0.2 released  2006-05-30</h2>
-<li>
- Fixed a bug in GPA which led to a non-working backup on some
-     Windows systems. 
-<li>
- Updated Sylpheed-Claws to the latest stable version.
-
-<pre>
-GnuPG:  1.4.3
-WinPT:  0.12.1
-GPA:    0.7.3
-GPGol:  0.9.10
-GPGee:  1.3.1
-Sylpheed-Claws:  2.2.0
-Einsteiger:      2.0.2
-Durchblicker:    2.0.2
-</pre>
-<p>Explicit download of this version: <a href="http://ftp.gpg4win.org/gpg4win-1.0.2.exe">gpg4win-1.0.2.exe</a><br></p><h2>Version 1.0.1 released  2006-04-26</h2>
-<li>
- New: Another version of the installer without the PDF manuals is now
-     build in addition to the standard one. 
-<li>
- Manuals are not installed in the quick launch bar anymore. 
-<li>
- The manuals are now searchable even for words with Umlauts.
-
-<pre>
-GnuPG:  1.4.3
-WinPT:  0.11.12
-GPA:    0.7.3
-GPGol:  0.9.10
-GPGee:  1.3.1
-Sylpheed-Claws:  1.9.100cvs124
-Einsteiger:      2.0.1
-Durchblicker:    2.0.1
-</pre>
-<p>Explicit download of this version: <a href="http://ftp.gpg4win.org/gpg4win-1.0.1.exe">gpg4win-1.0.1.exe</a><br></p><h2>Version 1.0.0 released  2006-04-06</h2>
-<li>
- New: Warning and hints if GnuPP, GnuPT or Windows Privacy Tools
-     are detected.  In case, GnuPG-Pack is found, installation will
-     stop, because this can not work in parallel.
-<li>
- New: A installer page allows to install start-links for the
-     desktop.
-<li>
- No splash screen anymore. Instead, the logo now integrates into
-     installer dialog.
-
-<pre>
-GnuPG:  1.4.3
-WinPT:  0.11.10 
-GPA:    0.7.3
-GPGol:  0.9.8 
-GPGee:  1.3.0
-Sylpheed-Claws:  1.9.100cvs124
-Einsteiger:      2.0.0
-Durchblicker:    2.0.0
-</pre>
-<p>Explicit download of this version: <a href="http://ftp.gpg4win.org/gpg4win-1.0.0.exe">gpg4win-1.0.0.exe</a><br></p><h2>Version 0.8.0 released  2006-03-09</h2>
-<li>
- The sound will not be played for the regular installer.
-
-<li>
- The unfinished support for the Eudora plugin as been removed
-     because Qualcomm was not able to come up with a free license for
-     the EMS API as used by this plugin.  That code makes up about an
-     quarter of the entire plugin and it should be possible to
-     re-implement it under a free license.
-
-<li>
- Updated GnuPG to 1.4.3rc2 which fixes the non-detached signature
-     verification bug.
-
-<li>
- Updated WinPT, GPA and the manuals.
-
-
-</ul>
-<h2>Version 0.7.0 released  2006-02-15</h2>
-<li>
- Finished Durchblicker manual.
-
-<li>
- Install a list with copyright statements.
-
-<li>
- Fix bugs in the individual packages.
-
-
-</ul>
-<h2>Version 0.6.0 released  2006-01-26</h2>
-<li>
- The location where to install gpg4win may now be changed.
-
-<li>
- Cosmetic changes
-
-<li>
- Finished Einsteiger manual
-
-
-</ul>
-<h2>Version 0.5.1 released  2006-01-09</h2>
-<li>
- Get plugin directory for sylpheed right.
-
-<li>
- WinPT starts again.
-
-<li>
- Included very early versions of the manuals as PDFs.
-
-<li>
- Include gpg4win in the source installer.
-
-
-</ul>
-<h2>Version 0.5.0 released  2006-01-05</h2>
-<li>
- Fixed GPA problems.
-
-<li>
- Sylpheed does now actually work.
-
-<li>
- Changed the packaging of GPGee.
-
-
-</ul>
-<h2>Version 0.3.1 released  2005-12-07</h2>
-<li>
- Updated WinPT and GPGol
-
-
-</ul>
-<h2>Version 0.3.0 released  2005-12-06</h2>
-<li>
- Add i18n stuff to GPGol.  Only German for now.
-
-<li>
- WinPT updates.
-
-<li>
- Changed the way the download script works.  It now uses a
-     packages file from ftp.gpw4win.org and only downloads packages
-     which are not yet downloaded unless the --force option is used.
-     Chnages to the packages are to be recorded in that packages file
-     and not anymore in the SVN.
-
-
-</ul>
-<h2>Version 0.2.1 released  2005-11-28</h2>
-<li>
- Translated the displayed names of the manuals in the package
-     selection.  
-
-<li>
- Removed splash.dll by code put into our helper DLL.  The tune is
-     not anymore cut off to early.
-
-
-</ul>
-<h2>Version 0.2.0 released  2005-11-24</h2>
-<li>
- The installer tries to stop a running instance of WinPT.
-
-<li>
- A warning message to close other application is displayed if
-     necessary.
-
-<li>
- Cleanups.
-
-
-</ul>
-<h2>Version 0.1.0 released  2005-11-21</h2>
-<li>
- GPA does now actually do something.
-
-<li>
- Included Sylpheed, although the GnuPG part is not yet working.
-
-<li>
- Some visual cleanups, more help texts.      
-
-<li>
- Reboot support for installing an already running GPGee.
-
-
-</ul>
-<h2>Version 0.0.2 released  2005-11-08</h2>
-<li>
- A second test release
-
-</ul>
-<h2>Version 0.0.1 released  2005-11-04</h2>
-<li>
- Initial release.
-
-
-</ul>



More information about the Gpg4kde-commits mailing list