mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
Preparing an RC
This commit is contained in:
parent
e1829a3d52
commit
29f48b5fdc
2
AUTHORS
2
AUTHORS
@ -74,7 +74,7 @@ Nils Ellmenreich <nils 'at' infosun.fmi.uni-passau.de>
|
||||
Paul Eggert <eggert@twinsun.com>
|
||||
(configuration macros for LFS)
|
||||
|
||||
Pavel I. Shajdo <zwon@severodvinsk.ru> Translations [ru]
|
||||
Pavel I. Shajdo <pshajdo@gmail.com> Translations [ru]
|
||||
(man pages)
|
||||
|
||||
Pedro Morais <morais@poli.org> Translations [pt_PT]
|
||||
|
@ -1,3 +1,7 @@
|
||||
2006-11-29 Werner Koch <wk@g10code.com>
|
||||
|
||||
Released 1.4.6rc1.
|
||||
|
||||
2006-11-05 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* configure.ac: --enable-minimal leaves out gettext and all
|
||||
|
2
NEWS
2
NEWS
@ -3,6 +3,8 @@ Noteworthy changes in version 1.4.6
|
||||
|
||||
* Fixed a bug while decrypting certain compressed and encrypted
|
||||
messages. See http://bugs.gnupg.org/537 .
|
||||
|
||||
* Fixed a buffer overflow in gpg2. [bug#728]
|
||||
|
||||
|
||||
Noteworthy changes in version 1.4.5 (2006-08-01)
|
||||
|
@ -1,3 +1,8 @@
|
||||
2006-11-03 Werner Koch <wk@g10code.com>
|
||||
|
||||
* random.c [HAVE_GETTIMEOFDAY]: Included sys/time.h and not
|
||||
sys/times.h. Reported by Rafaël Carré.
|
||||
|
||||
2006-06-28 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* rsa.c (generate): Use e=65537 for new RSA keys.
|
||||
|
@ -46,7 +46,7 @@
|
||||
#include <sys/times.h>
|
||||
#endif
|
||||
#ifdef HAVE_GETTIMEOFDAY
|
||||
#include <sys/times.h>
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
#ifdef HAVE_TIMES
|
||||
#include <sys/times.h>
|
||||
|
@ -27,8 +27,8 @@ min_automake_version="1.9.3"
|
||||
# Remember to change the version number immediately *after* a release.
|
||||
# Set my_issvn to "yes" for non-released code. Remember to run an
|
||||
# "svn up" and "autogen.sh" right before creating a distribution.
|
||||
m4_define([my_version], [1.4.6])
|
||||
m4_define([my_issvn], [yes])
|
||||
m4_define([my_version], [1.4.6rc1])
|
||||
m4_define([my_issvn], [no])
|
||||
|
||||
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)]))
|
||||
|
426
po/pt_BR.po
426
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
426
po/zh_CN.po
426
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
426
po/zh_TW.po
426
po/zh_TW.po
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user