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=9c189f695b349412e9b5e52404cfe0ef7f3912f0 The branch, master has been updated via 9c189f695b349412e9b5e52404cfe0ef7f3912f0 (commit) via d1fb4bc898b0b3d9d3dac91cbc310e8d7d2f45a6 (commit) via bb08123608323a373ad90bcc31d8665df90e08f5 (commit) from a2986c87674b4c7b5dd63421729f22f228b8dc2e (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 9c189f695b349412e9b5e52404cfe0ef7f3912f0 Author: Simon Josefsson <[email protected]> Date: Fri Feb 5 12:27:19 2010 +0100 Generated. commit d1fb4bc898b0b3d9d3dac91cbc310e8d7d2f45a6 Author: Simon Josefsson <[email protected]> Date: Fri Feb 5 12:18:02 2010 +0100 Version 1.17. commit bb08123608323a373ad90bcc31d8665df90e08f5 Author: Simon Josefsson <[email protected]> Date: Fri Feb 5 12:17:48 2010 +0100 Make this an alpha release. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 220 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ NEWS | 2 +- cfg.mk | 2 +- 3 files changed, 222 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 798db25..2bca253 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,223 @@ +2010-02-05 Simon Josefsson <[email protected]> + + * NEWS: Version 1.17. + +2010-02-05 Simon Josefsson <[email protected]> + + * cfg.mk: Make this an alpha release. + +2010-02-05 Simon Josefsson <[email protected]> + + * po/cs.po.in, po/da.po.in, po/de.po.in, po/eo.po.in, po/id.po.in, + po/it.po.in, po/ja.po.in, po/nl.po.in, po/pl.po.in, po/ro.po.in, + po/sr.po.in, po/zh_CN.po.in: Sync with TP. + +2010-02-05 Simon Josefsson <[email protected]> + + * NEWS: Add. + +2010-02-05 Simon Josefsson <[email protected]> + + * lib/idna.c, lib/nfkc.c, lib/pr29.c, lib/punycode.c, + lib/strerror-idna.c, lib/strerror-pr29.c, lib/strerror-punycode.c, + lib/strerror-stringprep.c, lib/strerror-tld.c, lib/stringprep.c, + lib/tld.c, lib/toutf8.c, lib/version.c: Fix GTK-DOC syntax. + Unfortunately this looses some information. + +2010-02-05 Simon Josefsson <[email protected]> + + * NEWS: Clarify. + +2010-02-05 Simon Josefsson <[email protected]> + + * tests/Makefile.am: Another test for MinGW builds. + +2010-02-05 Simon Josefsson <[email protected]> + + * tests/Makefile.am: Don't use a libtool helper library, to + hopefully make MinGW builds work. + +2010-02-05 Simon Josefsson <[email protected]> + + * tests/Makefile.am: Simplify. + +2010-02-05 Simon Josefsson <[email protected]> + + * tests/Makefile.am: Check if this makes MinGW builds work better. + +2010-02-05 Simon Josefsson <[email protected]> + + * tests/Makefile.am: Drop EXEEXT, to see if MinGW builds improve. + +2010-02-03 Simon Josefsson <[email protected]> + + * NEWS: Fix. + +2010-02-03 Simon Josefsson <[email protected]> + + * AUTHORS, Makefile.am, NEWS, README, THANKS, TODO, libidn.pc.in, + m4/valgrind.m4: Bump copyright years. + +2010-02-03 Simon Josefsson <[email protected]> + + * .clcopying, AUTHORS, ChangeLog, FAQ, Makefile.am, README, + README-alpha, THANKS, TODO, contrib/README, + contrib/doxygen/gdoc2doxygen, contrib/java/Makefile.am, + contrib/java/README, csharp/Makefile.am, doc/Makefile.gdoci, + doc/cyclo/Makefile.am, doc/gdoc, doc/java/Makefile.am, + doc/specifications/Makefile.am, doc/tld/Makefile.am, + doc/tld/README, doc/tld/fr.tld, examples/Makefile.am, + examples/README, examples/example.c, examples/example2.c, + examples/example5.c, java/Makefile.am, + java/gnu/inet/encoding/Makefile.am, lib/Makefile.am, + lib/gen-tld-tables.pl, lib/idn-free.c, lib/idn-free.h, lib/idna.c, + lib/idna.h, lib/nfkc.c, lib/pr29.c, lib/pr29.h, lib/profiles.c, + lib/punycode.c, lib/punycode.h, lib/strerror-idna.c, + lib/strerror-pr29.c, lib/strerror-punycode.c, + lib/strerror-stringprep.c, lib/strerror-tld.c, lib/stringprep.c, + lib/tld.c, lib/tld.h, lib/toutf8.c, lib/version.c, libc/README, + libc/example.c, libc/getaddrinfo-idn.txt, libidn.pc.in, + src/Makefile.am, src/idn.c, src/idn.ggo, src/idna.el, + src/punycode.el, tests/tst_idna.c, tests/tst_idna2.c, + tests/tst_nfkc.c, tests/tst_pr29.c, tests/tst_punycode.c, + tests/tst_strerror.c, tests/tst_stringprep.c, tests/tst_tld.c, + tests/tst_toutf8.c, tests/utils.h: Bump copyright years. + +2010-02-03 Simon Josefsson <[email protected]> + + * configure.ac: Bump copyright years. + +2010-02-03 Simon Josefsson <[email protected]> + + * NEWS: Add. + +2010-02-03 Simon Josefsson <[email protected]> + + * configure.ac: Bump libtool version to indicated "added" symbols. + +2010-02-03 Simon Josefsson <[email protected]> + + * doc/Makefile.am: Bump copyright years. + +2010-02-03 Simon Josefsson <[email protected]> + + * lib/libidn.map: Bump shared library version tag on "new" symbols. + +2010-02-03 Simon Josefsson <[email protected]> + + * lib/gen-stringprep-tables.pl, lib/stringprep.h, + tests/Makefile.am, tests/tst_symbols.c: Make sure all symbols are + exported. Add self test to catch regressions. See <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561291> and + + <http://lists.gnu.org/archive/html/help-libidn/2010-02/msg00000.html>for background. + +2010-02-03 Simon Josefsson <[email protected]> + + * build-aux/gnupload, build-aux/link-warning.h, gl/Makefile.am, + gl/error.h, gl/m4/fcntl_h.m4, gl/m4/gnulib-comp.m4, + gl/m4/stdlib_h.m4, gl/m4/string_h.m4, gl/m4/sys_stat_h.m4, + gl/m4/unistd_h.m4, gl/m4/wchar.m4, gl/string.in.h, gl/unistd.in.h, + gltests/Makefile.am, gltests/fcntl.in.h, gltests/ignore-value.h, + gltests/stdlib.in.h, gltests/sys_stat.in.h, gltests/test-lstat.c, + gltests/test-symlink.c, gltests/wchar.in.h, lib/gl/Makefile.am, + lib/gl/m4/gnulib-comp.m4, lib/gl/m4/string_h.m4, + lib/gl/m4/warn-on-use.m4, lib/gl/m4/wchar.m4, lib/gl/string.in.h, + lib/gl/wchar.in.h, lib/gltests/Makefile.am, maint.mk: Update gnulib + files. + +2010-01-12 Simon Josefsson <[email protected]> + + * cfg.mk, maint.mk: Improve syntax-check exception stuff. + +2010-01-12 Simon Josefsson <[email protected]> + + * gl/m4/gnulib-common.m4, lib/gl/m4/gnulib-common.m4: Update gnulib + files. + +2010-01-12 Simon Josefsson <[email protected]> + + * gl/m4/gnulib-common.m4, gl/m4/warnings.m4: Check patch. + +2010-01-12 Simon Josefsson <[email protected]> + + * m4/valgrind.m4: Fix valgrind.m4. + +2010-01-12 Simon Josefsson <[email protected]> + + * doc/fdl-1.3.texi, doc/gendocs_template, doc/gpl-3.0.texi, + doc/lgpl-2.1.texi, gl/override/lib/dup2.c.diff, + gl/override/tests/dup2.c.diff: Update gnulib files. + +2010-01-12 Simon Josefsson <[email protected]> + + * lib/gunibreak.h, lib/gunicomp.h, lib/gunidecomp.h: Touch. + +2010-01-12 Simon Josefsson <[email protected]> + + * lib/gen-unicode-tables.pl: Touch. + +2010-01-12 Simon Josefsson <[email protected]> + + * NEWS, configure.ac, lib/stringprep.h: Bump versions. + +2010-01-12 Simon Josefsson <[email protected]> + + * csharp/IDNA.cs, csharp/IDNAException.cs, csharp/NFKC.cs, + csharp/Punycode.cs, csharp/PunycodeException.cs, + csharp/Stringprep.cs, csharp/StringprepException.cs, + csharp/generate/AssemblyInfo.cs, csharp/generate/GenerateNFKC.cs, + csharp/generate/GenerateRFC3454.cs, csharp/generate/HashSet.cs, + csharp/generate/Program.cs, csharp/generate/Tokenizer.cs, + doc/fdl-1.3.texi, doc/gendocs_template, doc/gpl-3.0.texi, + doc/lgpl-2.1.texi, doc/tld/no.tld, + java/gnu/inet/encoding/IDNA.java, + java/gnu/inet/encoding/IDNAException.java, + java/gnu/inet/encoding/Punycode.java, + java/gnu/inet/encoding/PunycodeException.java, + java/gnu/inet/encoding/Stringprep.java, + java/gnu/inet/encoding/StringprepException.java, + java/misc/GenerateRFC3454.java, java/misc/TestIDNA.java, + java/misc/TestNFKC.java, lib/Makefile.am, lib/gen-tld-tables.pl, + lib/tld.c, lib/tld.h, m4/update-header-version.m4, m4/valgrind.m4, + po/cs.po.in, po/da.po.in, po/de.po.in, po/eo.po.in, po/id.po.in, + po/it.po.in, po/ja.po.in, po/nl.po.in, po/pl.po.in, po/ro.po.in, + po/rw.po.in, po/sr.po.in, po/zh_CN.po.in, + win32/include/ac-stdint.h, win32/include/idn-int.h, + win32/include/stdbool.h: Update copyright. + +2010-01-12 Simon Josefsson <[email protected]> + + * po/de.po.in, po/fi.po.in, po/zh_CN.po.in: Sync with TP. + +2010-01-12 Simon Josefsson <[email protected]> + + * .x-sc_avoid_if_before_free, .x-sc_cast_of_alloca_return_value, + .x-sc_error_message_uppercase, .x-sc_makefile_at_at_check, + .x-sc_makefile_check, .x-sc_space_tab, cfg.mk, examples/example3.c, + examples/example4.c, java/gnu/inet/encoding/NFKC.java, + java/misc/GenerateNFKC.java, lib/gl/striconv.c, maint.mk, + tests/utils.c: Fix syntax-check rules. + +2010-01-12 Simon Josefsson <[email protected]> + + * doc/libidn.texi: Don't use exit(1). + +2010-01-12 Simon Josefsson <[email protected]> + + * .x-sc_cast_of_alloca_return_value: Add. + +2010-01-12 Simon Josefsson <[email protected]> + + * .x-sc_makefile_at_at_check: Add. + +2010-01-12 Simon Josefsson <[email protected]> + + * cfg.mk: Commit cyclo/. + +2010-01-12 Simon Josefsson <[email protected]> + + * ChangeLog: Generated. + 2010-01-12 Simon Josefsson <[email protected]> * NEWS: Version 1.16. diff --git a/NEWS b/NEWS index d9a0e7b..36bac8f 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ Libidn NEWS -- History of user-visible changes. -*- outline -*- Copyright (C) 2002-2010 Simon Josefsson See the end for copying conditions. -* Version 1.17 (unreleased) +* Version 1.17 (released 2010-02-05) ** Fix symbol export problem for a few variables. Applications (that use these rarely used variables) built against diff --git a/cfg.mk b/cfg.mk index 25ecaaa..e7b798d 100644 --- a/cfg.mk +++ b/cfg.mk @@ -84,7 +84,7 @@ prepare: upload: git push git push --tags - build-aux/gnupload --to ftp.gnu.org:$(PACKAGE) --to alpha.gnu.org:$(PACKAGE) $(distdir).tar.gz + build-aux/gnupload --to alpha.gnu.org:$(PACKAGE) $(distdir).tar.gz cp $(distdir).tar.gz $(distdir).tar.gz.sig ../releases/$(PACKAGE)/ web: hooks/post-receive -- GNU libidn _______________________________________________ Libidn-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/libidn-commit
