2008-01-17 10:14:51 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Sabotage attempts to find "emacs". We don't want the package to randomly
install ".elc" files and the configure test hangs with Mac OS X's \
"emacs".
|
2008-01-15 23:43:00 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 1.4:
* Version 1.4 (released 2008-01-09)
** Fixes to make the C# port compile under Mono.
** Update gnulib files.
** Improve idn --version and --help output to conform to GNU standards.
This also enables translations of --help output.
** Update translations.
Added Finish translation, thanks to Jorma Karvonen. Updated Dutch and
Vietnamese.
** API and ABI is backwards compatible with the previous version.
* Version 1.3 (released 2007-12-11)
** Some hints on Windows installation in the manual.
** Update translations.
Added Czech translation, thanks to Petr Pisar.
** Use gettext 0.17.
** Update gnulib files.
Top-level gnulib files are now distributed under GPLv3+. (The gnulib
files used by the core library are still under LGPLv2.1+.)
** API and ABI is backwards compatible with the previous version.
|
2007-11-29 17:54:00 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 1.2:
* Version 1.2 (released 2007-10-01)
** Development git tree moved to savannah.
See <https://savannah.gnu.org/projects/libidn/>.
** Update gnulib files.
Including mono detection fixes.
** Update translations.
** API and ABI is backwards compatible with the previous version.
* Version 1.1 (released 2007-09-01)
** Fix compilation error in idn-int.h.
The error would typically be 'error: no include path in which to
search for stdint.h'. Reported by Remko van der Vossen
<wich@stack.nl>, see
<http://thread.gmane.org/gmane.comp.gnu.libidn.general/65> and
<http://bugs.sourcemage.org/show_bug.cgi?id=13857>.
** Declare external variables with __declspec(import) for Windows.
Apparently this is required for variables in DLL's on Windows. This
is enabled if __DECLSPEC_SUPPORTED is defined (MinGW), or if _MSC_VER
and_DLL is defined (MSVC).
** Update gnulib files.
** Update translations.
** API and ABI is backwards compatible with the previous version.
|
2007-08-30 08:42:55 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.0:
* Version 1.0 (released 2007-07-31)
** Command-line tools, examples, etc are now licensed under GPL version 3.
The library is still licensed under LGPL v2.1 for compatibility
reasons (it is included in glibc).
** Updated documentation as per license change.
** Update gnulib files.
** Update translations.
** API and ABI is backwards compatible with the previous version.
* Version 0.6.14 (released 2007-05-31)
** Libidn is now developed using Git instead of CVS.
A public git mirror is available from
<http://repo.or.cz/w/libidn.git>. If you have pulled from this
repository before this release, you need to erase your clone because
it has been re-generated from scratch.
** API and ABI is backwards compatible with the previous version.
|
2007-06-07 21:56:55 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 0.6.13:
* Version 0.6.13 (released 2007-05-31)
** Documentation fixes.
Clarify that the C# and Java libraries are licensed under the LGPL.
Earlier, some places incorrectly said that these were licensed under
the GPL. If you encounter other places that still suggest that GPL
applies to the C# and Java library, please let me know.
** Updated Polish and Vietnamese translations.
Thanks to Jakub Bogusz <qboosh@pld-linux.org> and Clytie Siddall
<clytie@riverland.net.au>.
** Install images for the manual in $infodir.
This fixes the broken image in the info manual. Image files will be
called libidn-*.png to avoid namespace collisions with images from
other info manuals.
** Update gnulib files.
** API and ABI is backwards compatible with the previous version.
|
2007-05-03 13:59:28 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.6.12:
* Version 0.6.12 (released 2007-04-25)
** Use AM_JAVACFLAGS instead of JAVACFLAGS in java/misc/Makefile.am.
Reported by Petteri Räty
** Update gnulib files.
** API and ABI is backwards compatible with the previous version.
|
2007-03-18 21:25:35 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.6.11:
* Version 0.6.11 (released 2007-03-13)
** Update of the C# Libidn port, by Alexander Gnauck.
The code has been refactored and the namespace has been modified to
comply with .NET naming conventions. An IDNA bug was fixed.
** Update gnulib files.
We now use the "striconv" module instead of the "iconvme", which
causes a slight increase of code size (from 303kb to 319kb with
debugging symbols on i386). The reason is the use of a new locale
independent strcasecmp, which may cause faster operation in some
locales where, e.g., "ASCII" and "ascii" are not treated as \
the same.
** API and ABI is backwards compatible with the previous version.
|
2007-01-07 00:30:41 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.6.10:
* Version 0.6.10 (released 2007-01-04)
** Corrected year in copyright notices.
** Update gnulib files.
Including the code to convert strings between different encodings
(noted in case this introduces problems).
** API and ABI is backwards compatible with the previous version.
|
2006-12-05 10:01:28 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 0.6.9:
* Version 0.6.9 (released 2006-11-30)
** The Java code is fixed to properly translate any non-ASCII dot into '.'.
Reported and fixed by "Stephane Mikaty" <mikaty@ecircle-ag.com>.
** Update gnulib files.
** Bump tool versions to autoconf 2.61, automake 1.10, and gettext 0.16.
** Old versions of iconv.m4, codeset.m4 and lib-link.m4 removed from m4/.
Modern versions are part of gnulib.
** API and ABI is backwards compatible with the previous version.
|
2006-11-02 19:17:22 by Joerg Sonnenberger | Files touched by this commit (10) |
Log message:
DESTDIR support.
|