« 2007年11月 | メイン | 2008年01月 »

2007年12月21日

1.x 系列安定版 GnuPG 1.4.8 リリース

事前の予告通り、現地時間の20日付で GnuPG の 1.x 系列安定版となる 1.4.8 がリリースされています。

今回のリリースでは、 1.4.7 における不具合の修正や機能の改善・追加などが行われています。

What's New
===========
 
    * Changed the license to GPLv3.
 
    * Improved detection of keyrings specified multiple times.
 
    * Changes to better cope with broken keyservers.
 
    * Minor bug fixes.
 
    * The new OpenPGP standard is now complete, and has been published
      as RFC-4880.  The GnuPG --openpgp mode (note this is not the
      default) has been updated to match the new standard.  The
      --rfc2440 option can be used to return to the older RFC-2440
      behavior.  The main differences between the two are
      "--enable-dsa2 --no-rfc2440-text --escape-from-lines
      --require-cross-certification".
 
    * By default (i.e. --gnupg mode), --require-cross-certification is
      now on.  --rfc2440-text and --force-v3-sigs are now off.
 
    * Allow encryption using legacy Elgamal sign+encrypt keys if
      option --rfc2440 is used.
 
    * Fixed the auto creation of the key stub for smartcards.  
 
    * Fixed a rare bug in decryption using the OpenPGP card.
 
    * Fix RFC-4880 typo in the SHA-224 hash prefix.  Old SHA-224
      signatures will continue to work.

[引用元 : GnuPG.org : Mailing List - gnupg-announce [Important announcements] - Subject: [Announce] GnuPG 1.4.8 released, From: Werner Koch, Date: Thu, 20 Dec 2007 10:40:28 +0100]

また、今回のリリースは GnuPG's 10th birthday celebration release とのことで、同時に公開された「[Announce] GnuPG's 10th birthday」において、これまでの簡単な歴史が紹介されています。

なお、今回はソースコードパッケージと Windows 版バイナリパッケージが同時にリリースされています。

情報源/参考情報

2.x 系列安定版 GnuPG 2.0.8 リリース

事前の予告通り、現地時間の20日付で GnuPG の 2.x 系列安定版となる 2.0.8 がリリースされています。

今回のリリースでは、 2.0.7 における不具合の修正や機能の改善・追加などが行われています。

What's New
===========
 
 * Enhanced gpg-connect-agent with a small scripting language.
 
 * New option --list-config for gpgconf.
 
 * Fixed a crash in gpgconf.
 
 * Gpg-agent now supports the passphrase quality bar of the latest
   Pinentry.
 
 * The envvars XAUTHORITY and PINENTRY_USER_DATA are now passed to the
   pinentry.
 
 * Fixed the auto creation of the key stub for smartcards.  
 
 * Fixed a rare bug in decryption using the OpenPGP card.
 
 * Creating DSA2 keys is now possible.
 
 * New option --extra-digest-algo for gpgsm to allow verification of
   broken signatures.
 
 * Allow encryption with legacy Elgamal sign+encrypt keys with option
   --rfc2440.
 
 * Windows is now a supported platform.
 
 * Made sure that under Windows the file permissions of the socket are
   taken into account.  This required a change of our socket emulation
   code and changed the IPC protocol under Windows.

[引用元 : GnuPG.org : Mailing List - gnupg-announce [Important announcements] - Subject: [Announce] GnuPG 2.0.8 released, From: Werner Koch, Date: Thu, 20 Dec 2007 10:44:54 +0100]

また、今回のリリースは GnuPG's 10th birthday celebration release とのことで、同日公開の「[Announce] GnuPG's 10th birthday」において、これまでの簡単な歴史が紹介されています。

なお、今回もソースコードパッケージのみのリリースとなっています。 (Windows 版バイナリパッケージはリリースされていません。)

情報源/参考情報

2007年12月19日

2.x 系列安定版 GnuPG 2.0.8 Release Candidate 1 リリース

現地時間の14日付で GnuPG の 2.x 系列安定版となる 2.0.8 Release Candidate 1 がリリースされています。

今回のリリースはリリース候補版で、正式版は現地時間の12月20日にリリースされる予定となっています。 また、今回のリリースでは、 2.0.7 における不具合の修正や機能の改善・追加などが行われています。

Noteworthy changes since 2.0.7
------------------------------
 
 * Make sure that under Windows the file permissions of the socket are
   taken into account.  This required a change of our socket emulation
   code; thus old GnuPG modules can't be used anymore.
 
 * Fixed a crash in gpgconf.
 
 * Enhanced gpg-connect-agent with a small scripting language.
 
 * New option --list-config for gpgconf.
 
 * The envvars XAUTHORITY and PINENTRY_USER_DATA are now passed to the
   pinentry.
 
 * Allow encryption with legacy Elgamal sign+encrypt keys with option
   --rfc2440.
 
 * Fixed the auto creation of the key stub for smartcards.  
 
 * Fixed a rare bug in decryption using the OpenPGP card.
 
 * Creating DSA2 keys is now possible.
 
 * New option --extra-digest-algo for gpgsm to allow verification of
   broken signatures.

[引用元 : GnuPG.org : Mailing List - gnupg-announce [Important announcements] - Subject: [Announce] Here comes the release candidate for GnuPG 2.0.8, From: Werner Koch, Date: Fri, 14 Dec 2007 17:26:04 +0100]

なお、今回もソースコードパッケージのみのリリースとなっています。 (Windows 版バイナリパッケージはリリースされていません。)

情報源/参考情報

1.x 系列安定版 GnuPG 1.4.8 Release Candidate 2 リリース

現地時間の14日付で、 GnuPG の 1.x 系列安定版となる 1.4.8 Release Candidate 2 がリリースされています。

今回のリリースはリリース候補版で、正式版は現地時間の12月20日にリリースされる予定となっています。 また、今回のリリースでは、先日リリースされた 1.4.8 Release Candidate 1 におけるいくつかの不具合が修正されています。

Noteworthy changes since the last release candidate
---------------------------------------------------
 
    * Allow encryption using legacy Elgamal sign+encrypt keys if
      option --rfc2440 is used.
 
    * Fixed the auto creation of the key stub for smartcards.  
 
    * Fixed a rare bug in decryption using the OpenPGP card.
 
    * Fix RFC-4880 typo in the SHA-224 hash prefix.  Old SHA-224
      signatures will continue to work.

[引用元 : GnuPG.org : Mailing List - gnupg-announce [Important announcements] - Subject: [Announce] GnuPG: second release candidate for 1.4.8, From: Werner Koch, Date: Fri, 14 Dec 2007 14:35:45 +0100]

なお、今回リリースされたのはソースコードパッケージのみです。 (Windows 版バイナリパッケージはリリースされていません。)

情報源/参考情報

©Copyright 2006-2008 FUDAN All Right Reserved.