2008-09-28 02:43:39 by Tonnerre Lombard | Files touched by this commit (5) |
Log message:
If strverscmp() is not present, libidn shouldn't export a symbol of the
same name, breaking the builds of libraries trying to both link against
libidn and use strverscmp(). Bump PKGREVISION.
Related to PR 39640.
|
2008-09-06 17:13:55 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 1.10:
* Version 1.10 (released 2008-08-27)
** idn: accept -n as short form for --nfkc.
Before '-k' was used as the short form, but all documentation has said
'-n'. We now accept both short forms, and -n remains the documented
short form. Reported by John McGowan <jmcgowan@inch.com> in
<http://lists.gnu.org/archive/html/help-libidn/2008-08/msg00000.html>.
** Fix compiler warnings.
** Update gnulib files.
** Update translations.
** API and ABI is backwards compatible with the previous version.
|
2008-07-24 03:35:21 by Blair Sadewitz | Files touched by this commit (2) |
Log message:
Update to libidn-1.9.
Changes:
2008-07-01 Simon Josefsson <simon@josefsson.org>
* po/cs.po.in, po/nl.po.in, po/pl.po.in, po/vi.po.in: Sync with TP.
2008-07-01 Simon Josefsson <simon@josefsson.org>
* Update gnulib files
2008-06-18 Simon Josefsson <simon@josefsson.org>
* NEWS, csharp/generate/Tokenizer.cs: Work around C# compiler bug.
2008-06-17 Simon Josefsson <simon@josefsson.org>
* GNUmakefile, doc/gendocs_template: Update gnulib files.
2008-06-10 Simon Josefsson <simon@josefsson.org>
* doc/specifications/rfc3454.txt: Remove more text.
2008-06-02 Simon Josefsson <simon@josefsson.org>
* doc/libidn.texi: Drop invariant sections.
2008-05-30 Simon Josefsson <simon@josefsson.org>
* lib/gl/stdbool.in.h, maint.mk: Update gnulib files.
2008-04-28 Simon Josefsson <simon@josefsson.org>
* src/Makefile.am: Use singularis STRING. Suggested by Benno
Schulenberg <coordinator@translationproject.org>.
2008-04-28 Simon Josefsson <simon@josefsson.org>
* src/idn.c: Don't gettext error code.
2008-04-28 Simon Josefsson <simon@josefsson.org>
* src/idn.c: Don't gettextize debug messages.
2008-04-24 Simon Josefsson <simon@josefsson.org>
* NEWS, THANKS, src/idn.c: idn: fix error message when NFKC fails.
Reported by Benno Schulenberg <coordinator@translationproject.org>.
|
2008-04-29 12:51:43 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.8:
* Version 1.8 (released 2008-04-23)
** Translations files not stored directly in git to avoid merge conflicts.
This allows us to avoid use of --no-location which makes the
translation teams happier.
** Update gnulib files.
** API and ABI is backwards compatible with the previous version.
|
2008-04-15 12:14:53 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.7:
* Version 1.7 (released 2008-04-10)
** idn: new parameter --nfkc to process string with Unicode v3.2 NFKC.
** Minor build fix for native Win32 builds.
** Update gnulib files.
** API and ABI is backwards compatible with the previous version.
|
2008-04-05 14:53:03 by Matthias Scheler | Files touched by this commit (2) | |
Log message:
Update "libidn" package to version 1.6. Change since version 1.5:
- updates of generated files and gnulib components
- minor documentation fixes.
This update was originally done by Blair Sadewitz.
|
2008-03-22 20:43:54 by Alistair G. Crooks | Files touched by this commit (2) |
Log message:
Revert previous upgrade, which was not done in the correct manner -
the net result is that libidn stays at version 1.5.
|
2008-03-22 02:45:44 by Blair Sadewitz | Files touched by this commit (2) | |
Log message:
Update to version 1.6: updates of generated files and gnulib components,
minor documentation fixes.
|
2008-03-03 12:47:49 by Matthias Drochner | Files touched by this commit (1) |
Log message:
explicitely disable C# and java, otherwise we might get a Libidn.dll
|
2008-03-02 14:31:07 by Blair Sadewitz | Files touched by this commit (2) |
Log message:
Update to version 1.5. Changes:
** Don't include wchar.h in idn-int.h.
Fixes problems on uClibc systems which lack a wchar.h. Reported by
Mike Frysinger <vapier@gentoo.org>, see
<http://thread.gmane.org/gmane.comp.gnu.libidn.general/118>.
** Added appendix 'On Label Separators' to the manual.
Thanks to Erik van der Poel <erikv@google.com> for bringing the issue
to our attention and for discussing the matter. See
<http://thread.gmane.org/gmane.comp.gnu.libidn.general/96>.
** Improved rendering of non-ASCII in the info manual.
Done by adding a @documentencoding UTF-8. This affect how the
examples are encoded, the files examples/*.c are now encoded using
UTF-8 instead of a mix of ISO-8859-1 and ISO-8859-15.
** Fix non-portable use of brace expansion in makefiles.
** Update translations.
** Update gnulib files.
** API and ABI is backwards compatible with the previous version.
|