Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > 65209e42251eb1f033ff9f2f1b6f901b > files > 8

liblangtag-0.5.2-1.fc18.i686.rpm

0.5.1 -> 0.5.2
=================
Akira TAGOH (6):
      Replace AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      Merge commit '8532462c5354b66848e387a7d435ca5dadbf768c' into 0.5.x
      Merged in juikim/liblangtag/0.5.x (pull request #3)
      Use AM_CPPFLAGS instead of INCLUDES
      Merged in erAck/liblangtag/0.5.x-libreoffice (pull request #4)
      Fix duplicate definition of EXTRA_DIST

David Tardon (10):
      fix automake error
      coverity: free the iter, not _pointer_ to it
      coverity: check if error is non-null before using it
      coverity: check return value of malloc
      coverity: returning ptr as const is meaningless
      coverity: free string in case of error
      coverity: close file handle
      coverity: check ptr before it is used
      coverity: check ptr before it is used
      coverity: check ptr before it is used

Eike Rathke (11):
      check return value of C99 vsnprintf()
      check for MSVC defined ssize_t
      MSVC-32 has _snprintf() instead of snprintf()
      MSVC has _strtoui64() instead of strtoull()
      variable declarations need to be at beginning of scope
      undefined HAVE_SYS_PARAM_H
      automatically appending dir separator does not work on Windows
      check for HAVE_UNISTD_H
      do not specify a document encoding to avoid garbage conversion
      MSVC does not like const typedef'ed function pointers
      Revert "do not specify a document encoding to avoid garbage conversion"

Jung-uk Kim (2):
      Use awk(1) instead of sed(1) to fix build on *BSD.
      Fix duplicate typedef introduced in 57c47aa.

0.5.0 -> 0.5.1
=================
* Fix ABI breakage.

0.4.0 -> 0.5.0
=================
* Enhancements:
  * Iterator support
  * Add lt_tag_convert_from_locale_string()
* Bug Fixes:
  * Fix wrong traversal on keys
  * Fix xml parser for tags in range
  * Improve portability
  * Fix broken lt_tag_transform()
  * Fix the build issue when builddir != srcdir
  * Fix broken lt_tag_convert_from_locale()
  * Fix memory leaks
  * Fix linker issue
  * Use secure_getenv if available
  * more

0.3 -> 0.4
=============
* Dual-licensing with LGPLv3+ and MPLv2.
* No GLib required to build anymore.
* SONAME bumped
* Bug Fixes:
  * Fix various bashisms.
  * Fix 'make check' fails without --enable-debug.
  * Fix the broken output of language-subtag-registry.xml
  * Fix broken .pc files.
  * Do not call xmlCleanupParser().
  * Fix detecting locale.alias
* Enhancements:
  * Add --disable-test option to configure
  * Add --disable-modules option to configure
  * Update CLDR data.
  * Support IME/Keyboard/Machine Translation/Private Use transform tags

0.2 -> 0.3
=============
* Bug Fix:
  * Fix a memory leak on copy.
* Enhancements:
  * Add a support to generate the language tag from current locale.
  * Add a likelySubtags transformation support.
  * Add -t- extension support.
  * Allow to override the database directory.

0.1 -> 0.2
=============
* Bug Fixes:
  * Fix typos.
  * Fix the behavior on canonicalizing a tag.
* Enhancement:
  * Support the redundant database.
  * Modularize the Extension database.
  * Support -u- Extension in LDML (http://unicode.org/reports/tr35/)
  * Improve the performance.