Subject: CVS commit: pkgsrc/devel/glib2
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 12/24/2002 05:36:59
Module Name:	pkgsrc
Committed By:	wiz
Date:		Tue Dec 24 03:36:59 UTC 2002

Modified Files:
	pkgsrc/devel/glib2: Makefile PLIST buildlink2.mk distinfo
Removed Files:
	pkgsrc/devel/glib2/patches: patch-ae

Log Message:
Update to 2.2.0. Deprecate PTL2 support for this package.
Major changes:
* Improve generation of pseudo-random integers [Morten Welinder,
  Sebastian Wilhelmi]
* Avoid literal UTF-8 in favor of octal escapes [Owen, Tomas Ogren]
* Add copy of the Trio library to build and use for printf() when
  system printf isn't good enough. Add g_printf()/etc. [Matthias Clasen]
* Add g_str_has_suffix()/g_str_has_prefix() [Alex Larsson]
* Add g_markup_parse_context_get_element() [Matthias]
* Add g_utf8_strreverse [Matthias]
* Add g_ascii_strtoull() [Tim Janik]
* Support scanning of 64-bit values with GScanner [Tim]
* Add g_set/get_application_name() [Havoc Pennington]
* Add G_LIKELY()/G_UNLIKELY() macros for hinting branch probabilities.
  Use for g_return_if_fail(). [Matthias Clasen]
* Add G_GNUC_DEPRECATED macro [Tom Tromey]
* Improve the seeding algorithm of GRandom to avoid problems
  with certain pathological seeds. Support G_RANDOM_VERSION=2.0
  environment variable. [Sebastian Wilhelmi]
* Improve thread configure checks, use -pthread where applicable
  [Sebastian]
* Improve handlng of thread priorities [Sebastian]
...as well as many bug fixes and translation updates.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 pkgsrc/devel/glib2/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/devel/glib2/PLIST
cvs rdiff -r1.7 -r1.8 pkgsrc/devel/glib2/buildlink2.mk
cvs rdiff -r1.10 -r1.11 pkgsrc/devel/glib2/distinfo
cvs rdiff -r1.1.1.1 -r0 pkgsrc/devel/glib2/patches/patch-ae

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.