Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (34m)  pkgsrc-2024Q1 (6d)  pkgsrc-2023Q4 (53d)  pkgsrc-2023Q2 (85d)  pkgsrc-2023Q3 (165d) 

2024-05-23 19:04:31 UTC Now

2009-07-22 13:29:11 UTC MAIN commitmail json YAML

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)

(wiz)