[perl-Glib] Stable release 1.242



commit 16111a3018c91aae47c41723c3d003ef18cc9108
Author: Brian Manning <bmanning src gnome org>
Date:   Sun Dec 25 20:43:00 2011 -0800

    Stable release 1.242

 NEWS        |    9 +++++++++
 README      |    6 +++---
 lib/Glib.pm |    2 +-
 3 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 043eb52..3f95b18 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Overview of changes in Glib 1.242
+=================================
+
+* Glib::GenPod: fix typo in default pspec values
+  (https://bugzilla.gnome.org/show_bug.cgi?id=665331)
+* Glib::GenPod: delete a duplicate key in %basic_types
+  (https://bugzilla.gnome.org/show_bug.cgi?id=665332)
+* Change the FSF's address in all GPL license notices (RT#72664)
+
 Overview of changes in Glib 1.241
 =================================
 
diff --git a/README b/README
index fb68553..ad67a46 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Glib version 1.241
+Glib version 1.242
 ==================
 
 This module provides perl access to Glib and GLib's GObject libraries.
@@ -99,7 +99,7 @@ PARTICULAR PURPOSE.  See the GNU Library General Public License for more
 details.
 
 You should have received a copy of the GNU Library General Public License along
-with this library; if not, write to the Free Software Foundation, Inc., 59
-Temple Place - Suite 330, Boston, MA  02111-1307  USA.
+with this library; if not, write to the Free Software Foundation, Inc., 
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
 # $Id$
diff --git a/lib/Glib.pm b/lib/Glib.pm
index 3c6cc9e..f717e82 100644
--- a/lib/Glib.pm
+++ b/lib/Glib.pm
@@ -66,7 +66,7 @@ our %EXPORT_TAGS = (
 our @EXPORT_OK = map { @$_ } values %EXPORT_TAGS;
 $EXPORT_TAGS{all} = \ EXPORT_OK;
 
-our $VERSION = '1.241';
+our $VERSION = '1.242';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 



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