[ANNOUNCE] Gnome2::GConf 1.040



Hi all;

today I've released Gnome2::GConf 1.040.  This new release is just
1.032, as nothing happened from the last unstable release except that
now Gnome2::GConf is considered stable and safe to use in production
environments.  Gnome2::GConf 1.040 is also the release that will be
shipped as part of the 2.16.0 platform bindings for GNOME.

As usual, a copy of the release is available on both CPAN[1] and
SourceForge[2], given time for both systems to ACK the package[3].

The usual release blurb follows:

Gnome2::GConf version 1.040
===========================

Changes from the last stable release:

  * Fix loaded flags on Darwin. [Daniel Macks]
  * Wrap Gnome2::GConf::Engine::get_for_addresses.
  * Drop Gtk2 and just require Glib, now that we
    have Glib::CodeGen. [Laurent Simonneau]


DESCRIPTION

This module allows you to use the GConf configuration system in order to
store/retrieve the configuration of an application.  GConf is a powerful
configuration manager based on a user daemon that handles a set of key
and
value pairs, and notifies any changes of the value to every program that
monitors those keys.  GConf is used by GNOME 2.x.


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install


DEPENDENCIES

This module requires these other modules and libraries:

  perl >= 5.8.0
  Glib >= 1.120 (perl module and requisite C libraries)
  libgconf2 >= 2.0.0 (C library)

To build from source, you also need:

  ExtUtils::Depends >= 0.2
  ExtUtils::PkgConfig >= 1.03


COPYRIGHT AND LICENSE

Copyright (C) 2003-2006 by Emmanuele Bassi <emmanuele bassi iol it>

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.

+++

[1] http://search.cpan.org/~ebassi/Gnome2-GConf/
[2] http://sourceforge.net/project/showfiles.php?group_id=64773&package_id=102147&release_id=444725
[3] I can see both, but YMMV[4].
[4] Your Mirror May Vary.

Ciao,
 Emmanuele.

-- 
Emmanuele Bassi,  E: ebassi gmail com
W: http://www.emmanuelebassi.net
B: http://log.emmanuelebassi.net




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]