Subject: CVS commit: pkgsrc/devel/glibmm
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 09/24/2006 16:43:47
Module Name:	pkgsrc
Committed By:	adam
Date:		Sun Sep 24 16:43:47 UTC 2006

Modified Files:
	pkgsrc/devel/glibmm: Makefile distinfo

Log Message:
Changes 2.12.1:
* Support optional ifdef parameters in the .hg macros,
  to allow, for instance the --enable-atk=no option,
  to disable the build and use of the atkmm API,
  for use in embedded environments.

Changes 2.12.0:
* Added the --enable-api-default-signal-handlers option, for use in
  embedded environments that have reduced resources. See configure --help
  for the other subsets.
* Value: Added init(const GValue*), so we can copy GValue instances
  of any type at runtime. Needed by the new branch of libgdamm.

Changes 2.11.3:
* Build: Added the --enable-api-default-signal-handlers option, for use in
  embedded environments that have reduced resources. See configure --help
  for the other subsets.

Changes 2.11.2:
* Date: Fix implementation of Glib::Date::set_time_current() so
  that it doesn't set the date to Dec 31, 1969.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 pkgsrc/devel/glibmm/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/devel/glibmm/distinfo

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