Preparing a release candidate

This commit is contained in:
Werner Koch 2006-07-28 09:52:11 +00:00
parent 519435f06c
commit f19e8892a2
10 changed files with 6043 additions and 16 deletions

View File

@ -96,6 +96,8 @@ Rafael Caetano dos Santos <rcaetano@linux.ime.usp.br> Translations [pt_BR]
Toomas Soome <tsoome@ut.ee> Translations [et]
Trond Endrestøl <Trond.Endrestol@fagskolen.gjovik.no> Translations [nb]
Urko Lusa <ulusa@euskalnet.net> Translations [es]
Jaime Sua'rez <jjsuarez@iname.com> Translations [es]

View File

@ -1,3 +1,7 @@
2006-07-28 Werner Koch <wk@g10code.com>
Released 1.4.5rc1.
2006-07-08 David Shaw <dshaw@jabberwocky.com>
* configure.ac: Fix resolver autoconf code so it works (fails)

10
NEWS
View File

@ -1,7 +1,15 @@
Noteworthy changes in version 1.4.5
------------------------------------------------
* Fixed 2 more memory allocation attacks.
* Reverted check for valid standard handles under Windows.
* More DSA2 tweaks.
* Fixed a problem uploading certain keys to the smart card.
* Fixed 2 more possible memory allocation attacks.
* Added Norwegian translation.
Noteworthy changes in version 1.4.4 (2006-06-25)

9
TODO
View File

@ -24,13 +24,6 @@
it's end and allow for multiple signature for one message. And
add a real grammar to the code in mainproc.c
* If there is no secure memory, allocate more memory for the secure
memory block or do it in all cases.
* add some minor things vor VMS.
* Use DSA keys with the test suite (partly done)
* Fix the bug in the mips assembler code
* Add a way to show the fingerprint of an key signator's keys
@ -43,8 +36,6 @@
* --disable-asm should still assemble _udiv_qrnnd when needed
* add test cases for invalid data (scrambled armor or other random data)
* the pubkey encrypt functions should do some sanity checks.
* "gpg filename.tar.gz.asc" should work like --verify (-sab).

View File

@ -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.5])
m4_define([my_issvn], [yes])
m4_define([my_version], [1.4.5rc1])
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)]))

View File

@ -2,9 +2,9 @@
* keygen.c (gen_card_key_with_backup): Initialize sk_{un}protected.
* import.c (import): Init KEYBLOCK.
* import.c (import): Initialize KEYBLOCK.
* pkclist.c (edit_ownertrust): Intialize trust to avoid ggc
* pkclist.c (edit_ownertrust): Intialize trust to avoid gcc
warning.
* parse-packet.c (parse_comment): Cap comments at 65k.

View File

@ -413,7 +413,7 @@ open_card (void)
if (slot == -1)
{
write_status_text (STATUS_CARDCTRL, "5");
log_error ("card reader not available\n");
log_error (_("card reader not available\n"));
return NULL;
}
}
@ -443,7 +443,7 @@ open_card (void)
if (rc)
{
write_status_text (STATUS_CARDCTRL, "4");
log_info ("selecting openpgp failed: %s\n", gpg_strerror (rc));
log_info (_("selecting openpgp failed: %s\n"), gpg_strerror (rc));
apdu_close_reader (slot);
xfree (app);
return NULL;

View File

@ -1,3 +1,7 @@
2006-07-27 Werner Koch <wk@g10code.com>
* nb.po: New.
2006-07-03 Werner Koch <wk@g10code.com>
* zh_TW.po: Updated, albeit a copy from last year.

View File

@ -8,6 +8,7 @@ gl
hu
id it
ja
nb
pl pt_BR pt
ro ru
sk sv

6017
po/nb.po Normal file

File diff suppressed because it is too large Load Diff