[perl-Glib] Unstable release 1.270



commit 048a64b6804965eb58675daa219224c097fb8fa4
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date:   Sun Aug 26 19:51:39 2012 +0200

    Unstable release 1.270

 Makefile.PL |    5 +++--
 NEWS        |   12 ++++++------
 README      |    4 ++--
 lib/Glib.pm |    4 ++--
 4 files changed, 13 insertions(+), 12 deletions(-)
---
diff --git a/Makefile.PL b/Makefile.PL
index 20a21d5..01ab922 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -206,7 +206,7 @@ WriteMakefile(
     $glib ? $glib->get_makefile_vars : (),
 );
 
-=unstable
+#=unstable
 
 print <<__EOW__;
 WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
@@ -214,11 +214,12 @@ WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
    This is an unstable development release of Glib.  The API is not
    frozen and things are subject to change at any time.  Report any
    bugs to gtk-perl-list AT gnome DOT org as soon as possible.
-   Please use the 1.24x series for important work.
+   Please use the 1.26x series for important work.
 
 WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
 __EOW__
 
+#=cut
 
 =frozen
 
diff --git a/NEWS b/NEWS
index 2883c7f..228c5be 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-Overview of changes in Glib <next>
-==================================
+Overview of changes in Glib 1.270
+=================================
 
 * Correctly handle the boxed type for GError.
 * Ensure that custom signal marshallers are always used irregardless of the
@@ -9,16 +9,16 @@ Overview of changes in Glib <next>
   code.
 * Add new C API gperl_register_boxed_synonym.
 
-Overview of changes in Glib 1.261 (stable)
-==========================================
+Overview of changes in Glib 1.261
+=================================
 
 * Add NEWS entries comparing 1.260 to 1.24x
 * Add the 64 bit integer converters to the linker exports
 * updated README file similar to Cairo (RT#74870)
 * Created %meta_merge which follows v2 of meta-spec
 
-Overview of changes in Glib 1.260 (stable)
-==========================================
+Overview of changes in Glib 1.260
+=================================
 
  Since 1.24x (the previous stable series)
  ----------------------------------------
diff --git a/README b/README
index b98ea64..9bff2ec 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-Glib version 1.261
-==================
+Glib
+====
 
 This module provides perl access to Glib and GLib's GObject libraries.
 GLib is a portability and utility library; GObject provides a generic
diff --git a/lib/Glib.pm b/lib/Glib.pm
index 6389698..0119b85 100644
--- a/lib/Glib.pm
+++ b/lib/Glib.pm
@@ -27,6 +27,8 @@ use Exporter;
 require DynaLoader;
 our @ISA = qw(DynaLoader Exporter);
 
+our $VERSION = '1.270';
+
 use constant {
 	TRUE  => 1,
 	FALSE => !1, # can't use !TRUE at this point
@@ -67,8 +69,6 @@ our %EXPORT_TAGS = (
 our @EXPORT_OK = map { @$_ } values %EXPORT_TAGS;
 $EXPORT_TAGS{all} = \ EXPORT_OK;
 
-our $VERSION = '1.261';
-
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 
 Glib->bootstrap ($VERSION);



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