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-22-34-g382684d


From: Simon Josefsson
Subject: [SCM] GNU libidn branch, master, updated. libidn-1-22-34-g382684d
Date: Fri, 25 Nov 2011 10:51:11 +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=382684da8eb26c3e1732ce4b3b4809d55f94cc82

The branch, master has been updated
       via  382684da8eb26c3e1732ce4b3b4809d55f94cc82 (commit)
       via  660ff1e16607d4fcc62bbecc90e51091ba688107 (commit)
       via  f4a6c6e40368bda88611b8cab121a8c276a2ae08 (commit)
      from  1902a5d7ced14cf644d234e1cf390149faecf7d2 (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 382684da8eb26c3e1732ce4b3b4809d55f94cc82
Author: Simon Josefsson <address@hidden>
Date:   Fri Nov 25 11:50:39 2011 +0100

    Generated.

commit 660ff1e16607d4fcc62bbecc90e51091ba688107
Author: Simon Josefsson <address@hidden>
Date:   Fri Nov 25 11:42:02 2011 +0100

    Fix release rule.

commit f4a6c6e40368bda88611b8cab121a8c276a2ae08
Author: Simon Josefsson <address@hidden>
Date:   Fri Nov 25 11:40:38 2011 +0100

    Version 1.23.

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

Summary of changes:
 ChangeLog |  234 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 NEWS      |    2 +-
 cfg.mk    |    5 +-
 3 files changed, 239 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 69ef23d..4c71210 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,237 @@
+2011-11-25  Simon Josefsson <address@hidden>
+
+       * cfg.mk: Fix release rule.
+
+2011-11-25  Simon Josefsson <address@hidden>
+
+       * NEWS: Version 1.23.
+
+2011-11-25  Simon Josefsson <address@hidden>
+
+       * doc/Makefile.am: Use copyright ranges in man pages.
+
+2011-11-25  Simon Josefsson <address@hidden>
+
+       * lib/gl/Makefile.am, lib/gl/gnulib.mk, lib/gl/m4/gnulib-cache.m4,
+       lib/gltests/Makefile.am, lib/gltests/gnulib.mk: Add necessary -I's
+       when building lib/gltests/.  Reported by Bruno Haible.
+
+2011-11-25  Simon Josefsson <address@hidden>
+
+       * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4,
+       gltests/Makefile.am, gltests/test-binary-io.c,
+       gltests/test-binary-io.sh: Disable non-working binary-io self-tests.
+       Reported by Bruno Haible.
+
+2011-11-25  Simon Josefsson <address@hidden>
+
+       * NEWS, lib/stringprep.h: Get ssize_t from sys/types.h instead of
+       unistd.h.  Reported by Bruno Haible.
+
+2011-11-25  Simon Josefsson <address@hidden>
+
+       * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4,
+       gltests/Makefile.am, gltests/test-update-copyright.sh: Drop
+       update-copyright-tests module due to bugs.
+
+2011-11-25  Simon Josefsson <address@hidden>
+
+       * gl/m4/valgrind-tests.m4, gltests/init.sh,
+       lib/gl/m4/gnulib-common.m4, lib/gltests/init.sh: Fix valgrind.
+
+2011-11-22  Simon Josefsson <address@hidden>
+
+       * .gitignore, build-aux/csharpexec.sh.in, configure.ac,
+       csharp/Makefile.am, gl/Makefile.am, gl/m4/csharpexec.m4,
+       gl/m4/gnulib-cache.m4, gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4: 
+       Use csharpexec from gnulib to run .NET binaries.
+
+2011-11-21  Simon Josefsson <address@hidden>
+
+       * doc/gdoc: Don't hard code perl path in gdoc.
+
+2011-11-21  Simon Josefsson <address@hidden>
+
+       * tests/Makefile.am: Use -no-install instead of -static.
+
+2011-11-21  Simon Josefsson <address@hidden>
+
+       * configure.ac: Ignore some recent warnings.
+
+2011-11-21  Simon Josefsson <address@hidden>
+
+       * configure.ac, examples/example.c, examples/example3.c,
+       examples/example4.c, examples/example5.c, tests/tst_idna.c,
+       tests/tst_idna2.c, tests/tst_idna3.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/utils.c: Fix
+       warnings.
+
+2011-11-21  Simon Josefsson <address@hidden>
+
+       * NEWS: Add.
+
+2011-11-21  Simon Josefsson <address@hidden>
+
+       * win32/libidn4win.mk: Ignore gnulib self-tests under Wine.
+
+2011-11-21  Simon Josefsson <address@hidden>
+
+       * .gitignore, win32/libidn4win.mk: Use separate build trees for
+       Windows 32 and 64 bit.
+
+2011-11-21  Simon Josefsson <address@hidden>
+
+       * cfg.mk: Create Windows binaries during release.
+
+2011-11-21  Simon Josefsson <address@hidden>
+
+       * doc/cyclo/Makefile.am: Fix links in generated cyclo output.
+
+2011-11-21  Simon Josefsson <address@hidden>
+
+       * configure.ac: Use silent build rules.
+
+2011-11-21  Simon Josefsson <address@hidden>
+
+       * .gitignore, configure.ac, doc/reference/Makefile.am,
+       doc/reference/libidn-docs.sgml, doc/reference/version.xml.in,
+       gtk-doc.make, lib/pr29.c, lib/strerror-pr29.c, m4/gtk-doc.m4: Update
+       GTK-DOC infrastructure.
+
+2011-11-21  Simon Josefsson <address@hidden>
+
+       * .gitignore, cfg.mk: Update release rules.
+
+2011-11-21  Simon Josefsson <address@hidden>
+
+       * GNUmakefile, build-aux/arg-nonnull.h, build-aux/c++defs.h,
+       build-aux/snippet/_Noreturn.h, build-aux/snippet/arg-nonnull.h,
+       build-aux/snippet/c++defs.h, build-aux/snippet/unused-parameter.h,
+       build-aux/snippet/warn-on-use.h, build-aux/vc-list-files,
+       build-aux/warn-on-use.h, configure.ac, doc/fdl-1.3.texi,
+       doc/lgpl-2.1.texi, gl/Makefile.am, gl/errno.in.h, gl/error.c,
+       gl/getopt.c, gl/getopt.in.h, gl/intprops.h, gl/m4/alloca.m4,
+       gl/m4/close.m4, gl/m4/dup2.m4, gl/m4/environ.m4, gl/m4/errno_h.m4,
+       gl/m4/error.m4, gl/m4/extensions.m4, gl/m4/fcntl-o.m4,
+       gl/m4/fcntl_h.m4, gl/m4/fdopen.m4, gl/m4/fstat.m4, gl/m4/getcwd.m4,
+       gl/m4/getopt.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-common.m4,
+       gl/m4/gnulib-comp.m4, gl/m4/include_next.m4, gl/m4/inttypes-pri.m4,
+       gl/m4/inttypes.m4, gl/m4/largefile.m4, gl/m4/lstat.m4,
+       gl/m4/malloc.m4, gl/m4/manywarnings.m4, gl/m4/msvc-inval.m4,
+       gl/m4/msvc-nothrow.m4, gl/m4/multiarch.m4, gl/m4/nocrash.m4,
+       gl/m4/open.m4, gl/m4/pathmax.m4, gl/m4/putenv.m4, gl/m4/setenv.m4,
+       gl/m4/ssize_t.m4, gl/m4/stat.m4, gl/m4/stdint.m4, gl/m4/stdio_h.m4,
+       gl/m4/stdlib_h.m4, gl/m4/strerror.m4, gl/m4/string_h.m4,
+       gl/m4/symlink.m4, gl/m4/sys_socket_h.m4, gl/m4/sys_stat_h.m4,
+       gl/m4/time_h.m4, gl/m4/unistd_h.m4, gl/m4/warn-on-use.m4,
+       gl/m4/warnings.m4, gl/m4/wchar_h.m4, gl/m4/wint_t.m4,
+       gl/msvc-inval.c, gl/msvc-inval.h, gl/msvc-nothrow.c,
+       gl/msvc-nothrow.h, gl/override/lib/dup2.c.diff,
+       gl/override/lib/gettext.h.diff, gl/override/m4/open.m4.diff,
+       gl/stdarg.in.h, gl/stddef.in.h, gl/strerror-override.c,
+       gl/strerror-override.h, gl/strerror.c, gl/string.in.h,
+       gl/unistd.in.h, gl/verify.h, gltests/Makefile.am, gltests/close.c,
+       gltests/dup2.c, gltests/fcntl.in.h, gltests/fd-hook.c,
+       gltests/fd-hook.h, gltests/fdopen.c, gltests/fstat.c,
+       gltests/getcwd-lgpl.c, gltests/init.sh, gltests/inttypes.in.h,
+       gltests/lstat.c, gltests/macros.h, gltests/open.c,
+       gltests/pathmax.h, gltests/putenv.c, gltests/setenv.c,
+       gltests/stat.c, gltests/stdint.in.h, gltests/stdio.in.h,
+       gltests/stdlib.in.h, gltests/sys_stat.in.h, gltests/test-close.c,
+       gltests/test-dup2.c, gltests/test-fdopen.c, gltests/test-fgetc.c,
+       gltests/test-fputc.c, gltests/test-fread.c, gltests/test-fstat.c,
+       gltests/test-fwrite.c, gltests/test-getcwd-lgpl.c,
+       gltests/test-getopt.h, gltests/test-getopt_long.h,
+       gltests/test-intprops.c, gltests/test-inttypes.c,
+       gltests/test-pathmax.c, gltests/test-stat.c, gltests/test-stat.h,
+       gltests/test-stdint.c, gltests/test-strerror.c,
+       gltests/test-update-copyright.sh, gltests/test-verify.c,
+       gltests/time.in.h, gltests/unsetenv.c, gltests/verify.h,
+       gltests/wchar.in.h, lib/gl/Makefile.am, lib/gl/iconv.c,
+       lib/gl/iconv.in.h, lib/gl/iconv_close.c, lib/gl/m4/alloca.m4,
+       lib/gl/m4/environ.m4, lib/gl/m4/extensions.m4,
+       lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-common.m4,
+       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/iconv.m4,
+       lib/gl/m4/iconv_open.m4, lib/gl/m4/include_next.m4,
+       lib/gl/m4/inline.m4, lib/gl/m4/inttypes-pri.m4,
+       lib/gl/m4/inttypes.m4, lib/gl/m4/libunistring-base.m4,
+       lib/gl/m4/locale-zh.m4, lib/gl/m4/locale_h.m4, lib/gl/m4/malloc.m4,
+       lib/gl/m4/putenv.m4, lib/gl/m4/setenv.m4, lib/gl/m4/setlocale.m4,
+       lib/gl/m4/ssize_t.m4, lib/gl/m4/stdint.m4, lib/gl/m4/stdlib_h.m4,
+       lib/gl/m4/string_h.m4, lib/gl/m4/strverscmp.m4,
+       lib/gl/m4/unistd_h.m4, lib/gl/m4/warn-on-use.m4,
+       lib/gl/m4/wchar_h.m4, lib/gl/override/lib/gettext.h.diff,
+       lib/gl/stddef.in.h, lib/gl/stdint.in.h, lib/gl/string.in.h,
+       lib/gl/unistr.in.h, lib/gl/unistr/u8-mbtoucr.c,
+       lib/gl/unistr/u8-uctomb-aux.c, lib/gl/unistr/u8-uctomb.c,
+       lib/gl/unitypes.in.h, lib/gltests/Makefile.am,
+       lib/gltests/glthread/lock.h, lib/gltests/glthread/thread.c,
+       lib/gltests/glthread/thread.h, lib/gltests/glthread/yield.h,
+       lib/gltests/init.sh, lib/gltests/intprops.h,
+       lib/gltests/inttypes.in.h, lib/gltests/locale.in.h,
+       lib/gltests/localename.c, lib/gltests/localename.h,
+       lib/gltests/macros.h, lib/gltests/putenv.c, lib/gltests/setenv.c,
+       lib/gltests/stdlib.in.h, lib/gltests/test-intprops.c,
+       lib/gltests/test-inttypes.c, lib/gltests/test-lock.c,
+       lib/gltests/test-thread_create.c, lib/gltests/test-thread_self.c,
+       lib/gltests/test-verify.c, lib/gltests/unistd.in.h,
+       lib/gltests/unistr/test-u8-mbtoucr.c,
+       lib/gltests/unistr/test-u8-uctomb.c, lib/gltests/unsetenv.c,
+       lib/gltests/verify.h, lib/gltests/wchar.in.h, maint.mk: Update
+       gnulib files.
+
+2011-11-16  Simon Josefsson <address@hidden>
+
+       * README-alpha: Doc fix.
+
+2011-10-19  Simon Josefsson <address@hidden>
+
+       * lib/nfkc.c: Doc fix.
+
+2011-10-19  Simon Josefsson <address@hidden>
+
+       * NEWS, THANKS, lib/idn-free.h: idn-free.h: Protect prototypes with
+       'extern "C"' marker.  Reported by Bittner Ede <address@hidden>.
+
+2011-10-01  Simon Josefsson <address@hidden>
+
+       * NEWS: Mention TLD URL patch.
+
+2011-09-30  Thomas Jacob <address@hidden>
+
+       * doc/libidn.texi, doc/tld/README: Moved extra TLD tables to github 
Signed-off-by: Thomas Jacob <address@hidden> Signed-off-by:
+       Simon Josefsson <address@hidden>
+
+2011-08-13  Simon Josefsson <address@hidden>
+
+       * po/fr.po.in: Sync with TP.
+
+2011-05-05  Simon Josefsson <address@hidden>
+
+       * cfg.mk: Add some pre-release rules.
+
+2011-05-05  Simon Josefsson <address@hidden>
+
+       * NEWS: Update translations.
+
+2011-05-05  Simon Josefsson <address@hidden>
+
+       * po/LINGUAS, po/cs.po.in, po/de.po.in, po/fi.po.in, po/nl.po.in,
+       po/pl.po.in, po/uk.po.in, po/zh_CN.po.in: Sync with TP.
+
+2011-05-04  Simon Josefsson <address@hidden>
+
+       * doc/announce.txt: Update for 1.22.
+
+2011-05-04  Simon Josefsson <address@hidden>
+
+       * NEWS, configure.ac, lib/stringprep.h: Bump versions.
+
+2011-05-04  Simon Josefsson <address@hidden>
+
+       * ChangeLog: Generated.
+
 2011-05-04  Simon Josefsson <address@hidden>
 
        * NEWS: Version 1.22.
diff --git a/NEWS b/NEWS
index e96e9cd..4610662 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ Libidn NEWS -- History of user-visible changes.                 
-*- outline -*-
 Copyright (C) 2002-2011 Simon Josefsson
 See the end for copying conditions.
 
-* Version 1.23 (unreleased) [?]
+* Version 1.23 (released 2011-11-25) [stable]
 
 ** stringprep.h: Now #include's sys/types.h instead of unistd.h for ssize_t.
 Some systems (e.g., Mingw with MSVC 9) does not have unistd.h.
diff --git a/cfg.mk b/cfg.mk
index 6175db8..81b9548 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -69,6 +69,9 @@ review-diff:
 
 htmldir = ../www-$(PACKAGE)
 
+i18n:
+       -$(MAKE) update-po
+
 coverage-my:
        ln -s . lib/gl/unistr/unistr
        ln -s . lib/gltests/glthread/glthread
@@ -174,7 +177,7 @@ source:
        git commit -m Generated. ChangeLog
        git tag -u b565716f! -m $(VERSION) $(tag)
 
-release-check: syntax-check update-po tarball binaries gendoc-copy gtkdoc-copy 
coverage-my coverage-copy clang clang-copy cyclo-copy javadoc-copy doxygen-copy
+release-check: syntax-check i18n tarball binaries gendoc-copy gtkdoc-copy 
coverage-my coverage-copy clang clang-copy cyclo-copy javadoc-copy doxygen-copy
 
 release-upload-www: gendoc-upload gtkdoc-upload coverage-upload clang-upload 
cyclo-copy javadoc-copy doxygen-upload
 


hooks/post-receive
-- 
GNU libidn



reply via email to

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