libidn-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU libidn branch, master, updated. libidn-1-19-3-g4cd65b2


From: Simon Josefsson
Subject: [SCM] GNU libidn branch, master, updated. libidn-1-19-3-g4cd65b2
Date: Mon, 24 May 2010 06:18:09 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU libidn".

http://git.savannah.gnu.org/cgit/libidn.git/commit/?id=4cd65b2c1b80c17a0af25da711bc21c9ef4965c7

The branch, master has been updated
       via  4cd65b2c1b80c17a0af25da711bc21c9ef4965c7 (commit)
      from  2f4f663f9c59330cd86e1c9bcce9b430bcc2e497 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4cd65b2c1b80c17a0af25da711bc21c9ef4965c7
Author: Simon Josefsson <address@hidden>
Date:   Mon May 24 08:18:04 2010 +0200

    Update announce.txt for 1.19.

-----------------------------------------------------------------------

Summary of changes:
 doc/announce.txt |  102 +++++++++++++++++++-----------------------------------
 1 files changed, 36 insertions(+), 66 deletions(-)

diff --git a/doc/announce.txt b/doc/announce.txt
index eb6c8f1..1f13685 100644
--- a/doc/announce.txt
+++ b/doc/announce.txt
@@ -1,62 +1,31 @@
 To: address@hidden, address@hidden
-Subject: Libidn 1.18
+Subject: Libidn 1.19
 <#part sign=pgpmime>
-
 GNU Libidn is a fully documented implementation of the Stringprep,
 Punycode and IDNA specifications.  Libidn's purpose is to encode and
 decode internationalized domain names.  The native C, C# and Java
 libraries are available under the GNU Lesser General Public License
 version 2.1 or later.
 
-NEWS entries:
+Noteworthy changes since the last release (from NEWS file):
 
-* Version 1.18 (released 2010-02-15) [stable]
+* Version 1.19 (released 2010-05-22) [stable]
 
-** libidn: Put forgotten symbols under old namespace.
-Reverts one unnecessary change introduced in 1.17.  Suggested by Marco
-d'Itri <address@hidden>.
+** doc: Typo fixes.  Added PDF version of API reference manual.
+See doc/reference/libidn.pdf.
 
-** API and ABI is backwards compatible with the previous version.
+** build: Update gnulib files.
 
-* Version 1.17 (released 2010-02-05) [alpha]
-
-** libidn: Fix symbol export problem for a few variables.
-Applications (that use these rarely used variables) built against
-versions before 1.13 did not work with libidn versions 1.13 to 1.16.
-
-Symbol versioning was introduced in version 1.13 but by accident some
-symbols that were visible before that release were not exported, and
-the consequence was that those symbols were not available in version
-1.13 to 1.16.  This release fixes the problem, so the symbols are
-visible again, making this release backwards compatible with all
-earlier releases.
-
-The affected symbols are the following variables:
-stringprep_iscsi_prohibit, stringprep_rfc3454_A_1,
-stringprep_rfc3454_B_1, stringprep_rfc3454_B_2,
-stringprep_rfc3454_B_3, stringprep_rfc3454_C_1_1,
-stringprep_rfc3454_C_1_2, stringprep_rfc3454_C_2_1,
-stringprep_rfc3454_C_2_2, stringprep_rfc3454_C_3,
-stringprep_rfc3454_C_4, stringprep_rfc3454_C_5,
-stringprep_rfc3454_C_6, stringprep_rfc3454_C_7,
-stringprep_rfc3454_C_8, stringprep_rfc3454_C_9,
-stringprep_rfc3454_D_1, stringprep_rfc3454_D_2,
-stringprep_saslprep_space_map.
-
-Thanks to Marco d'Itri <address@hidden> for reporting
-<http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561291> that led to
-discovering this problem.
-
-** Really fix the link error of self-tests on MinGW.
+** build: Use valgrind -q to reduce verbosity.
 
 ** API and ABI is backwards compatible with the previous version.
 
-The library contains a generic Stringprep implementation.  Profiles for
-Nameprep, iSCSI, SASL, XMPP and Kerberos V5 are included.  Punycode and
-ASCII Compatible Encoding (ACE) via IDNA are supported.  A mechanism to
-define Top-Level Domain (TLD) specific validation tables, and to compare
-strings against those tables, is included.  Default tables for some TLDs
-are also included.
+The library contains a generic Stringprep implementation.  Profiles
+for Nameprep, iSCSI, SASL, XMPP and Kerberos V5 are included.
+Punycode and ASCII Compatible Encoding (ACE) via IDNA are supported.
+A mechanism to define Top-Level Domain (TLD) specific validation
+tables, and to compare strings against those tables, is included.
+Default tables for some TLDs are also included.
 
 Libidn is developed for the GNU/Linux system, but runs on over 20 Unix
 platforms (including Solaris, IRIX, AIX, and Tru64) and Windows.  The
@@ -64,14 +33,14 @@ library is written in C and (parts of) the API is also 
accessible from
 C++, Emacs Lisp, Python and Java.  A native Java and C# port is
 included.
 
-Also included is a command line tool, several self tests, code examples,
-and more, all licensed under the GNU General Public License version 3.0
-or later.
+Also included is a command line tool, several self tests, code
+examples, and more, all licensed under the GNU General Public License
+version 3.0 or later.
 
 Improving Libidn is costly, but you can help!  We are looking for
-organizations that find Libidn useful and wish to contribute back.  You
-can contribute by reporting bugs, improve the software, or donate money
-or equipment.
+organizations that find Libidn useful and wish to contribute back.
+You can contribute by reporting bugs, improve the software, or donate
+money or equipment.
 
 Commercial support contracts for Libidn are available, and they help
 finance continued maintenance.  Simon Josefsson Datakonsult AB, a
@@ -93,6 +62,7 @@ The main manual:
 
 API Reference manual:
   http://www.gnu.org/software/libidn/reference/ch01.html - GTK-DOC HTML
+  http://www.gnu.org/software/libidn/reference/libidn.pdf - GTK-DOC PDF
 
 Doxygen documentation:
   http://www.gnu.org/software/libidn/doxygen/index.html - HTML format
@@ -105,17 +75,17 @@ If you need help to use Libidn, or want to help others, 
you are
 invited to join our help-libidn mailing list, see:
 <http://lists.gnu.org/mailman/listinfo/help-libidn>.
 
-Here are the compressed sources (2.9MB):
-  ftp://ftp.gnu.org/gnu/libidn/libidn-1.18.tar.gz
-  http://ftp.gnu.org/gnu/libidn/libidn-1.18.tar.gz
+Here are the compressed sources (3.1MB):
+  ftp://ftp.gnu.org/gnu/libidn/libidn-1.19.tar.gz
+  http://ftp.gnu.org/gnu/libidn/libidn-1.19.tar.gz
 
 Here are GPG detached signatures:
-  ftp://ftp.gnu.org/gnu/libidn/libidn-1.18.tar.gz.sig
-  http://ftp.gnu.org/gnu/libidn/libidn-1.18.tar.gz.sig
+  ftp://ftp.gnu.org/gnu/libidn/libidn-1.19.tar.gz.sig
+  http://ftp.gnu.org/gnu/libidn/libidn-1.19.tar.gz.sig
 
 We also provide pre-built Windows binaries:
-  http://josefsson.org/gnutls4win/libidn-1.18.zip
-  http://josefsson.org/gnutls4win/mingw32-libidn_1.18-1_all.deb
+  http://josefsson.org/gnutls4win/libidn-1.19.zip
+  http://josefsson.org/gnutls4win/mingw32-libidn_1.19-1_all.deb
 
 Here are the build reports for various platforms:
   http://autobuild.josefsson.org/libidn/
@@ -130,11 +100,11 @@ For code coverage and cyclomatic code complexity charts:
 The software is cryptographically signed by the author using an
 OpenPGP key identified by the following information:
 
-pub   1280R/B565716F 2002-05-05 [expires: 2010-04-21]
+pub   1280R/B565716F 2002-05-05 [expires: 2011-03-30]
       Key fingerprint = 0424 D4EE 81A0 E3D1 19C6  F835 EDA2 1E94 B565 716F
-uid                  Simon Josefsson <address@hidden>
 uid                  Simon Josefsson <address@hidden>
-sub   1280R/4D5D40AE 2002-05-05 [expires: 2010-04-21]
+uid                  Simon Josefsson <address@hidden>
+sub   1280R/4D5D40AE 2002-05-05 [expires: 2011-03-30]
 
 The key is available from:
   http://josefsson.org/key.txt
@@ -142,14 +112,14 @@ The key is available from:
 
 Here are the SHA-1 and SHA-224 signatures:
 
-0b81360368e5100d1ec5261dea58fc72ef39ab6b  libidn-1.18.tar.gz
-650b19c0b4faf3e32902d1fa951d06f5a3a10f4a6d3ba2f5a6acdfaf  libidn-1.18.tar.gz
+2b6dcb500e8135a9444a250d7df76f545915f25f  libidn-1.19.tar.gz
+59d749f401aead61582020b4271b91a6de3ab8c6a2aebcf0db8ad423  libidn-1.19.tar.gz
 
-882058221194080ff6b3b49d3726a2fe4d4979e3  libidn-1.18.zip
-c03cdf3deed3c788172c86c2b7a5032a1589623dac3d3004d84958d8  libidn-1.18.zip
+ce1483f245fb24c92cb6c5800eb2676b2a3095c3  libidn-1.19.zip
+14a2424fd317cb40ac6318bc2d3df515e3189ec5210a5486795fe9ce  libidn-1.19.zip
 
-1a42948594e47f221feb0daf35928ecd274da098  mingw32-libidn_1.18-1_all.deb
-37543189ca03560184f02fce5a72cb8a6cb1f946af64436230b35e2b  
mingw32-libidn_1.18-1_all.deb
+2127dbaf8d503c4e8ab47b81c3e6fd9b89223d9f  mingw32-libidn_1.19-1_all.deb
+9bbe53952de04e435124145225214ec8d2104d89655c533306308e49  
mingw32-libidn_1.19-1_all.deb
 
 Happy hacking,
 Simon


hooks/post-receive
-- 
GNU libidn



reply via email to

[Prev in Thread] Current Thread [Next in Thread]