========================================
 NEWS: Glib-1.153
========================================

Overview of changes in Glib 1.153
=================================

* Add char_own_ornull and gchar_own_ornull typemaps.  [Torsten]
* Fix some win32 test failures.  [Torsten]
* Make it possible to document specific packages in different POD files by
  providing a new =for object variant.  [Torsten]
* Parse preprocessor conditionals in the XS code to add Since: tags to methods'
  POD.  [Torsten]


========================================
 NEWS: Gnome2-1.042
========================================

Overview of changes in Gnome2 1.042
===================================

* Support the sm-connect property in Gnome2::Program::init.

Overview of changes in Gnome2 1.041
===================================

* Fix a test failure.
* Fix a POD error.


========================================
 NEWS: Gnome2-GConf-1.043
========================================

Overview of changes since 1.042
===============================

* Treat Gnome2::GConf::Schema objects as fundamental types
  in Gnome2::GConf::Value.
* Fix usage of Gnome2::GConf::Client getters for keys of type
  'schema' (#361103, Laurent Simonneau)
* Fix a leak inside Gnome2::GConf::Schema.

Overview of changes since 1.041
===============================

* Implement GConf::Client::recursive_unset() to recursively
  unset a directory in the database. (#361094, based on a patch
  by Laurent Simonneau)

Overview of changes since 1.040
===============================

* Fix a leak in GConfValue. (#358294, Santeri Paavolainen)


========================================
 NEWS: libsigc++-2.1.1
========================================

2.1.1 (unstable)

WARNING: This is an unstable release and should not yet be 
packaged by distributions unless libsigc++ 2.0.x does not 
build for some reason (Please report such bugs).

* Removed the SigC:: namespace and other compatibility API, 
  to fix the build with some versions of some compilers, 
  such as the SUN Forte C++ CC compiler.
  See bug #302098, for instance 
  (Murray Cumming)
* sigc::signal<>:
  - Added Added typedefs for 
  value_type, reference, and pointer, so that these 
  iterators are more like standard C++ iterators, so they can 
  be used with standard C++ algorithms.  
  (Michael Elkstrand) (Bug #417926).
  - Added emit_reverse().
  (John Profic)