mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
Preparing a release candidate
This commit is contained in:
parent
14296f338f
commit
ba966ac19f
@ -1,3 +1,7 @@
|
|||||||
|
2007-11-16 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
|
Released 1.4.8rc1.
|
||||||
|
|
||||||
2007-10-27 David Shaw <dshaw@jabberwocky.com>
|
2007-10-27 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* README: Update notes about OSX Leopard.
|
* README: Update notes about OSX Leopard.
|
||||||
|
4
NEWS
4
NEWS
@ -5,8 +5,12 @@ Noteworthy changes in version 1.4.8 (unreleased)
|
|||||||
|
|
||||||
* Improved detection of keyrings specified multiple times.
|
* Improved detection of keyrings specified multiple times.
|
||||||
|
|
||||||
|
* Changes to better cope with broken keyservers.
|
||||||
|
|
||||||
* Minor bug fixes.
|
* Minor bug fixes.
|
||||||
|
|
||||||
|
* New option --rfc4880 which is currently identical to --openpgp.
|
||||||
|
|
||||||
|
|
||||||
Noteworthy changes in version 1.4.7 (2007-03-05)
|
Noteworthy changes in version 1.4.7 (2007-03-05)
|
||||||
------------------------------------------------
|
------------------------------------------------
|
||||||
|
@ -25,8 +25,8 @@ min_automake_version="1.9.3"
|
|||||||
# Remember to change the version number immediately *after* a release.
|
# Remember to change the version number immediately *after* a release.
|
||||||
# Set my_issvn to "yes" for non-released code. Remember to run an
|
# Set my_issvn to "yes" for non-released code. Remember to run an
|
||||||
# "svn up" and "autogen.sh" right before creating a distribution.
|
# "svn up" and "autogen.sh" right before creating a distribution.
|
||||||
m4_define([my_version], [1.4.8])
|
m4_define([my_version], [1.4.8rc1])
|
||||||
m4_define([my_issvn], [yes])
|
m4_define([my_issvn], [no])
|
||||||
|
|
||||||
m4_define([svn_revision], m4_esyscmd([echo -n $((svn info 2>/dev/null \
|
m4_define([svn_revision], m4_esyscmd([echo -n $((svn info 2>/dev/null \
|
||||||
|| echo 'Revision: 0')|sed -n '/^Revision:/ s/[^0-9]//gp'|head -1)]))
|
|| echo 'Revision: 0')|sed -n '/^Revision:/ s/[^0-9]//gp'|head -1)]))
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2007-11-15 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
|
* gnupg.spec.in: Converted to utf-8. Changed polish description.
|
||||||
|
This is bug#676.
|
||||||
|
|
||||||
2007-06-22 Werner Koch <wk@g10code.com>
|
2007-06-22 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* mk-w32-dist: Remove underline markup from man pages. Reported
|
* mk-w32-dist: Remove underline markup from man pages. Reported
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#
|
# -*- coding: utf-8 -*-
|
||||||
# gnupg -- gnu privacy guard
|
# gnupg -- gnu privacy guard
|
||||||
# This is a template. The dist target uses it to create the real file.
|
# This is a template. The dist target uses it to create the real file.
|
||||||
#
|
#
|
||||||
@ -6,16 +6,16 @@
|
|||||||
%define name gnupg
|
%define name gnupg
|
||||||
Summary: GNU Utility for data encryption and digital signatures
|
Summary: GNU Utility for data encryption and digital signatures
|
||||||
Summary(it): Utility GNU per la sicurezza nelle comunicazioni e nell'archiviazione dei dati.
|
Summary(it): Utility GNU per la sicurezza nelle comunicazioni e nell'archiviazione dei dati.
|
||||||
Summary(cs): GNU nástroj pro ¹ifrovanou komunikaci a bezpeèné ukládání dat
|
Summary(cs): GNU nástroj pro ¹ifrovanou komunikaci a bezpeèné ukládání dat
|
||||||
Summary(fr): Utilitaire GNU de chiffrement et d'authentification des communications et des données
|
Summary(fr): Utilitaire GNU de chiffrement et d'authentification des communications et des données
|
||||||
Summary(pl): Narzedzie GNU do szyfrowania i podpisywania danych
|
Summary(pl): Narzêdzie GNU do szyfrowania i podpisywania danych
|
||||||
Vendor: GNU Privacy Guard Project
|
Vendor: GNU Privacy Guard Project
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: 1
|
Release: 1
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Group: Applications/Cryptography
|
Group: Applications/Cryptography
|
||||||
Group(cs): Aplikace/©ifrování
|
Group(cs): Aplikace/©ifrování
|
||||||
Group(fr): Applications/Cryptographie
|
Group(fr): Applications/Cryptographie
|
||||||
Group(it): Applicazioni/Crittografia
|
Group(it): Applicazioni/Crittografia
|
||||||
Source: ftp://ftp.gnupg.org/gcrypt/gnupg/%{name}-%{version}.tar.gz
|
Source: ftp://ftp.gnupg.org/gcrypt/gnupg/%{name}-%{version}.tar.gz
|
||||||
@ -69,13 +69,13 @@ BuildRoot: %{_tmppath}/rpmbuild_%{name}-%{version}
|
|||||||
- Added a * to catch all formats for man pages (plain, gz, bz2...)
|
- Added a * to catch all formats for man pages (plain, gz, bz2...)
|
||||||
|
|
||||||
* Mon May 01 2000 Fabio Coatti <cova@ferrara.linux.it>
|
* Mon May 01 2000 Fabio Coatti <cova@ferrara.linux.it>
|
||||||
- Some corrections in French description, thanks to Gaël Quéri
|
- Some corrections in French description, thanks to Gaël Quéri
|
||||||
<gqueri@mail.dotcom.fr>; Some corrections to Italian descriptions.
|
<gqueri@mail.dotcom.fr>; Some corrections to Italian descriptions.
|
||||||
|
|
||||||
* Tue Apr 25 2000 Fabio Coatti <cova@ferrara.linux.it>
|
* Tue Apr 25 2000 Fabio Coatti <cova@ferrara.linux.it>
|
||||||
- Removed the no longer needed patch for man page by Keith Owens
|
- Removed the no longer needed patch for man page by Keith Owens
|
||||||
|
|
||||||
* Wed Mar 1 2000 Petr Kri¹tof <Petr@Kristof.CZ>
|
* Wed Mar 1 2000 Petr Kri¹tof <Petr@Kristof.CZ>
|
||||||
- Czech descriptions added; some fixes and updates.
|
- Czech descriptions added; some fixes and updates.
|
||||||
|
|
||||||
* Sat Jan 15 2000 Keith Owens <kaos@ocs.com.au>
|
* Sat Jan 15 2000 Keith Owens <kaos@ocs.com.au>
|
||||||
@ -85,7 +85,7 @@ BuildRoot: %{_tmppath}/rpmbuild_%{name}-%{version}
|
|||||||
- Upgraded for 1.0.1 (added missing gpg.1 man page)
|
- Upgraded for 1.0.1 (added missing gpg.1 man page)
|
||||||
|
|
||||||
* Sat May 29 1999 Fabio Coatti <cova@ferrara.linux.it>
|
* Sat May 29 1999 Fabio Coatti <cova@ferrara.linux.it>
|
||||||
- Some corrections in French description, thanks to Gaël Quéri <gqueri@mail.dotcom.fr>
|
- Some corrections in French description, thanks to Gaël Quéri <gqueri@mail.dotcom.fr>
|
||||||
|
|
||||||
* Mon May 17 1999 Fabio Coatti <cova@felix.unife.it>
|
* Mon May 17 1999 Fabio Coatti <cova@felix.unife.it>
|
||||||
- Added French description, provided by
|
- Added French description, provided by
|
||||||
@ -121,43 +121,43 @@ if the patent does not apply to you and you need to be compatible with
|
|||||||
these versions of PGP 2.
|
these versions of PGP 2.
|
||||||
|
|
||||||
%description -l it
|
%description -l it
|
||||||
GnuPG (GNU Privacy Guard) è una utility GNU per la cifratura di dati e
|
GnuPG (GNU Privacy Guard) è una utility GNU per la cifratura di dati e
|
||||||
la creazione di firme digitali. Possiede una gestione avanzata delle
|
la creazione di firme digitali. Possiede una gestione avanzata delle
|
||||||
chiavi ed è conforme allo standard Internet OpenPGP, descritto nella
|
chiavi ed è conforme allo standard Internet OpenPGP, descritto nella
|
||||||
RFC 2440. Non utilizzando algoritmi brevettati, non è compatibile con
|
RFC 2440. Non utilizzando algoritmi brevettati, non è compatibile con
|
||||||
PGP2 (PGP2.x usa solo IDEA, coperto da brevetto mondiale, ed RSA,
|
PGP2 (PGP2.x usa solo IDEA, coperto da brevetto mondiale, ed RSA,
|
||||||
brevettato negli USA con scadenza 20/09/2000). Questi algoritmi sono
|
brevettato negli USA con scadenza 20/09/2000). Questi algoritmi sono
|
||||||
utilizzabili da GnuPG tramite moduli esterni.
|
utilizzabili da GnuPG tramite moduli esterni.
|
||||||
|
|
||||||
%description -l fr
|
%description -l fr
|
||||||
GnuPG est un utilitaire GNU destiné à chiffrer des données et à créer
|
GnuPG est un utilitaire GNU destiné à chiffrer des données et à créer
|
||||||
des signatures électroniques. Il a des capacités avancées de gestion de
|
des signatures électroniques. Il a des capacités avancées de gestion de
|
||||||
clés et il est conforme à la norme proposée OpenPGP décrite dans la
|
clés et il est conforme à la norme proposée OpenPGP décrite dans la
|
||||||
RFC2440. Comme GnuPG n'utilise pas d'algorithme breveté, il n'est
|
RFC2440. Comme GnuPG n'utilise pas d'algorithme breveté, il n'est
|
||||||
compatible avec aucune version de PGP2 (PGP2.x ne sait utiliser que
|
compatible avec aucune version de PGP2 (PGP2.x ne sait utiliser que
|
||||||
l'IDEA breveté dans le monde entier et RSA, breveté aux États-Unis
|
l'IDEA breveté dans le monde entier et RSA, breveté aux États-Unis
|
||||||
jusqu'au 20 septembre 2000).
|
jusqu'au 20 septembre 2000).
|
||||||
|
|
||||||
%description -l cs
|
%description -l cs
|
||||||
GnuPG je GNU nástroj pro bezpeènou komunikaci a ukládání dat. Mù¾e být
|
GnuPG je GNU nástroj pro bezpeènou komunikaci a ukládání dat. Mù¾e být
|
||||||
pou¾it na ¹ifrování dat a vytváøení digitálních podpisù. Obsahuje
|
pou¾it na ¹ifrování dat a vytváøení digitálních podpisù. Obsahuje
|
||||||
funkce pro pokroèilou správu klíèù a vyhovuje navrhovanému OpenPGP
|
funkce pro pokroèilou správu klíèù a vyhovuje navrhovanému OpenPGP
|
||||||
Internet standardu podle RFC2440. Byl vytvoøen jako kompletní
|
Internet standardu podle RFC2440. Byl vytvoøen jako kompletní
|
||||||
náhrada za PGP. Proto¾e neobsahuje ¹ifrovací algoritmy IDEA nebo RSA,
|
náhrada za PGP. Proto¾e neobsahuje ¹ifrovací algoritmy IDEA nebo RSA,
|
||||||
mù¾e být pou¾íván bez omezení.
|
mù¾e být pou¾íván bez omezení.
|
||||||
Proto¾e GnuPG nepou¾ívá ¾ádný patentovaný algoritmus, nemù¾e být úplnì
|
Proto¾e GnuPG nepou¾ívá ¾ádný patentovaný algoritmus, nemù¾e být úplnì
|
||||||
kompatibilní s PGP verze 2. PGP 2.x pou¾ívá algoritmy IDEA (patentováno
|
kompatibilní s PGP verze 2. PGP 2.x pou¾ívá algoritmy IDEA (patentováno
|
||||||
celosvìtovì) a RSA (patentováno ve Spojených státech do 20. záøí
|
celosvìtovì) a RSA (patentováno ve Spojených státech do 20. záøí
|
||||||
2000). Tyto algoritmy lze zavést do GnuPG pomocí externích modulù.
|
2000). Tyto algoritmy lze zavést do GnuPG pomocí externích modulù.
|
||||||
|
|
||||||
%description -l pl
|
%description -l pl
|
||||||
GnuPG (GNU Privacy Guard) jest nazedziem do szfrowania danych i tworzenia
|
GnuPG (GNU Privacy Guard) jest narzędziem do szyfrowania danych i tworzenia
|
||||||
cyfrowych podpisów. GnuPG posiada zaawansowane mozliwosci obslugi kluczy
|
cyfrowych podpisów. GnuPG posiada zaawansowane możliwości obsługi kluczy
|
||||||
i jest zgodne z OpenPGP, proponowanym standardem internetowym opisanym
|
i jest zgodne z proponowanym standardem internetowym OpenPGP, opisanym
|
||||||
w RFC2440. Poniewaz GnuPG nie uzywa zadnych opatentowanych algorytmów
|
w RFC2440. Ponieważ GnuPG nie używa żadnych opatentowanych algorytmów,
|
||||||
nie jest wiec zgodne z jaka kolwiek wersja PGP2 (PGP2.x kozysta jedynie
|
nie jest zgodne z jakąkolwiek wersją PGP2 (PGP2.x korzysta jedynie
|
||||||
z algorytmów: IDEA, opatentowanego na calym swiecie, oraz RSA, którego
|
z algorytmów: IDEA, opatentowanego na calym świecie oraz RSA, którego
|
||||||
patent na terenie Stanów Zjednoczonych wygasa 20 wrzesnia 2000).
|
patent na terenie Stanów Zjednoczonych wygasa 20. września 2000).
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user