pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libidn Update to 0.5.12:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bad4bbcd687c
branches:  trunk
changeset: 486285:bad4bbcd687c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Dec 26 02:08:14 2004 +0000

description:
Update to 0.5.12:

* Version 0.5.12 (released 2004-12-04)

** Java code now support the XMPP NodePrep and ResourcePrep profiles.

** Bug fixes and improvements to Java code.
The allowUnassigned flag is now respected properly.  The prohibited
code points check now works.  Arguments are now checked.  Convenience
method with allowUnassigned set to false was added.

** Update getopt from gnulib.

** API and ABI is backwards compatible with the previous version.

* Version 0.5.11 (released 2004-11-21)

** Fix formatting of man pages, based on warnings from Doclifter.

** Update of gnulib files to fix potential getopt problem on ELF systems.

** API and ABI is backwards compatible with the previous version.

* Version 0.5.10 (released 2004-11-08)

** Libtool's -export-symbols-regex is now used to only export official APIs.
Before, applications might accidentally access internal functions.
Note that this is not supported on all platforms, so you must still
make sure you are not using undocumented symbols in Libidn.

** API and ABI is backwards compatible with the previous version.

* Version 0.5.9 (released 2004-11-07)

** Align GTK-DOC build infrastructure with GTK-DOC official recommendations.
This mean that you can now browse the Libidn API manual using Devhelp.

** Update of gnulib files to fix potential problem in getopt on BSD.

** Documentation improvements.

** API and ABI is backwards compatible with the previous version.

* Version 0.5.8 (released 2004-10-12)

** BidiMirroring-3.2.0.txt is now included, not only the generated source code.
This allow builds to succeed after 'make realclean'.

** Generated files now have consistent 'DO NOT EDIT!' comments.

** API and ABI is backwards compatible with the previous version.

* Version 0.5.7 (released 2004-10-12)

** Shared library version incremented, because new APIs were added.
This was forgotten in the last release.

** French translation updated.

** Minor bug fixes.

** API and ABI is backwards compatible with the previous version.

* Version 0.5.6 (released 2004-10-02)

** Added functions to convert return codes to human readable text.

** Now using GNULib in command line front end (src/) for portability code.
See <http://www.gnu.org/software/gnulib/> for more information on
GNULib.  This should make the code easier to read and maintain.

** API and ABI is backwards compatible with the previous version.
idna_strerror: ADD.
pr29_strerror: ADD.
punycode_strerror: ADD.
stringprep_strerror: ADD.
tld_strerror: ADD.
TLD_NO_TLD: ADD.  Replaces TLD_NOTLD.
TLD_NOTLD: DEPRECATED.  Use TLD_NO_TLD instead.

diffstat:

 devel/libidn/Makefile |  5 ++---
 devel/libidn/PLIST    |  7 ++++++-
 devel/libidn/distinfo |  6 +++---
 3 files changed, 11 insertions(+), 7 deletions(-)

diffs (67 lines):

diff -r 424fae4917b8 -r bad4bbcd687c devel/libidn/Makefile
--- a/devel/libidn/Makefile     Sun Dec 26 01:53:54 2004 +0000
+++ b/devel/libidn/Makefile     Sun Dec 26 02:08:14 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2004/10/03 00:13:30 tv Exp $
+# $NetBSD: Makefile,v 1.11 2004/12/26 02:08:14 wiz Exp $
 #
 
-DISTNAME=              libidn-0.5.5
-PKGREVISION=           1
+DISTNAME=              libidn-0.5.12
 CATEGORIES=            devel
 MASTER_SITES=          ftp://alpha.gnu.org/pub/gnu/libidn/ \
                        http://josefsson.org/libidn/releases/
diff -r 424fae4917b8 -r bad4bbcd687c devel/libidn/PLIST
--- a/devel/libidn/PLIST        Sun Dec 26 01:53:54 2004 +0000
+++ b/devel/libidn/PLIST        Sun Dec 26 02:08:14 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2004/09/22 08:09:27 jlam Exp $
+@comment $NetBSD: PLIST,v 1.7 2004/12/26 02:08:14 wiz Exp $
 bin/idn
 include/idn-free.h
 include/idn-int.h
@@ -9,6 +9,7 @@
 lib/libidn.la
 lib/pkgconfig/libidn.pc
 man/man1/idn.1
+man/man3/idna_strerror.3
 man/man3/idna_to_ascii_4i.3
 man/man3/idna_to_ascii_4z.3
 man/man3/idna_to_ascii_8z.3
@@ -22,8 +23,10 @@
 man/man3/pr29_4.3
 man/man3/pr29_4z.3
 man/man3/pr29_8z.3
+man/man3/pr29_strerror.3
 man/man3/punycode_decode.3
 man/man3/punycode_encode.3
+man/man3/punycode_strerror.3
 man/man3/stringprep.3
 man/man3/stringprep_4i.3
 man/man3/stringprep_4zi.3
@@ -32,6 +35,7 @@
 man/man3/stringprep_locale_charset.3
 man/man3/stringprep_locale_to_utf8.3
 man/man3/stringprep_profile.3
+man/man3/stringprep_strerror.3
 man/man3/stringprep_ucs4_nfkc_normalize.3
 man/man3/stringprep_ucs4_to_utf8.3
 man/man3/stringprep_unichar_to_utf8.3
@@ -50,3 +54,4 @@
 man/man3/tld_get_4z.3
 man/man3/tld_get_table.3
 man/man3/tld_get_z.3
+man/man3/tld_strerror.3
diff -r 424fae4917b8 -r bad4bbcd687c devel/libidn/distinfo
--- a/devel/libidn/distinfo     Sun Dec 26 01:53:54 2004 +0000
+++ b/devel/libidn/distinfo     Sun Dec 26 02:08:14 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2004/09/20 23:35:50 wiz Exp $
+$NetBSD: distinfo,v 1.5 2004/12/26 02:08:14 wiz Exp $
 
-SHA1 (libidn-0.5.5.tar.gz) = 29ea958ed2d4cdf7008ab4780c7ae2c2f74d2bb3
-Size (libidn-0.5.5.tar.gz) = 1876654 bytes
+SHA1 (libidn-0.5.12.tar.gz) = 8ce924b01431092060bf71a60ab7c6b8b9d7cfdd
+Size (libidn-0.5.12.tar.gz) = 1959345 bytes
 SHA1 (patch-aa) = 11c4e8ce2f0328c06a848a0295f6511ee2a98f71



Home | Main Index | Thread Index | Old Index