pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/glibmm



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jul 22 13:29:11 UTC 2009

Modified Files:
        pkgsrc/devel/glibmm: Makefile PLIST distinfo

Log Message:
Update to 2.20.1:

2.20.1 (stable):

Glib:
* Date: Constructor: Check for invalid dates.
  (José Alburquerque)
* ustring: Make the relational operators work with mixed argument types.
  (Chris Vine) Bug #580773

* Allow dynamic GType registration, though this is not yet fully tested:
        Class: Added a register_derived_type(GTypeModule*) overload to
        call g_type_module_register_type() instead of g_type_register_static().
        gmmproc: Added a _DYNAMIC_GTYPE_REGISTRATION() macro to
        be used in the class in the hg file, to add a *_Class::init(GTypeModule)
        method, and a get_type(GTypeModule*) method that calls it.

Gio:
* File: Added the missing make_directory_with_parents() definition.
  (Siavash Safi)

Build:
* Fix the build with exceptions disabled.
  (Daniel Elstner, José Alburquerque)
* Fix compiler warnings.
  (Daniel Elstner, Hubert Figuiere)
* Windows build fixes.
  (Armin Burgmeier)

Documentation:
* Improve the guessing of C++ method names for C function names.
  (Johannes Schmid)


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/glibmm/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/glibmm/PLIST
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/glibmm/distinfo

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



Home | Main Index | Thread Index | Old Index