Subject: PR/29 CVS commit: pkgsrc/devel/glib2
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: Thomas Klausner <wiz@netbsd.org>
List: netbsd-bugs
Date: 08/17/2006 22:40:02
The following reply was made to PR bin/29; it has been noted by GNATS.

From: Thomas Klausner <wiz@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/29 CVS commit: pkgsrc/devel/glib2
Date: Thu, 17 Aug 2006 22:35:11 +0000 (UTC)

 Module Name:	pkgsrc
 Committed By:	wiz
 Date:		Thu Aug 17 22:35:11 UTC 2006
 
 Modified Files:
 	pkgsrc/devel/glib2: Makefile distinfo
 	pkgsrc/devel/glib2/patches: patch-aa
 
 Log Message:
 Update to 2.12.2:
 
 Overview of Changes from GLib 2.12.1 to GLib 2.12.2
 ===================================================
 
 * Unicode updates:
  - Normalization is following Unicode TR #29
  - g_unichar_isxdigit() only accept characters
    for which g_unichar_xdigit_value() returns a value
  - g_unichar_toupper and g_unichar_tolower leave
    unconvertable characters in place instead of
    replacing them by NUL
 
 * Bugs fixed
  348491 g_utf8_strup() and g_utf8_strdown() returns
         string with NUL bytes
  349825	GKeyFile always inserts a newline before a group
  347842	g_unichar_isxdigit() is too general about what
         it considers a digit
  348694	g_utf8_normalize() hasn't been updated to PR #29
  348785	Hint about G_DEBUG in Message Logging docs
  349792	Wrong english string (UI)
  349952	gparamspecs.c uses gcc feature
 
 * Translation updates (ca,cs,de,dz,es,eu,fi,gu,ko,
   nl,pl,tr,uk,zh_HK,zh_TW)
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.103 -r1.104 pkgsrc/devel/glib2/Makefile
 cvs rdiff -r1.64 -r1.65 pkgsrc/devel/glib2/distinfo
 cvs rdiff -r1.25 -r1.26 pkgsrc/devel/glib2/patches/patch-aa
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.