[Lunar-commits] <moonbase> glib-2: version bumped to 2.24.0.

Florin Braescu florin at lunar-linux.org
Tue Mar 30 18:08:13 CEST 2010


commit 81cc6541cdabcf158e143dabb577f1f0606a9457
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Mar 30 19:08:13 2010 +0300

    glib-2: version bumped to 2.24.0.
    
    Changes:
    Threading was improved, and g_thread_init() was made easier to use.
    GObject now links to GThread, and threads are enabled automatically
    when g_type_init() is called.
    Thread-safety issues with boxed types in GObject were fixed.
    GType now has a G_DEFINE_INTERFACE convenience macro.
    GIO supports lazy loading of GIO modules, and there is a new gio-
    querymodule utility that goes along with this.
    GIO uses splice(2) to transfer data between file descriptors without
    extraneous copies.
    The GVariant variant data type was added.
    Many other enhancements and minor bugfixes were made.
---
 libs/glib-2/DETAILS |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/libs/glib-2/DETAILS b/libs/glib-2/DETAILS
index f93a173..c328f2b 100644
--- a/libs/glib-2/DETAILS
+++ b/libs/glib-2/DETAILS
@@ -1,14 +1,14 @@
           MODULE=glib-2
-           MAJOR=2.22
-         VERSION=22.5
+           MAJOR=2.24
+         VERSION=24.0
           SOURCE=$MODULE.$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION
    SOURCE_URL[0]=$GNOME_URL/sources/glib/$MAJOR
    SOURCE_URL[1]=ftp://ftp.gtk.org/pub/glib/$MAJOR
-      SOURCE_VFY=sha1:a35acb06c3155937651aaffc1f1895c6e19a91a4
+      SOURCE_VFY=sha1:32714e64fff52d18db5f077732910215790e0c5b
         WEB_SITE=http://www.gtk.org
          ENTERED=20020313
-         UPDATED=20100318
+         UPDATED=20100330
            SHORT="A library of useful C routines for trees, hashes, and lists"
 
 cat << EOF


More information about the Lunar-commits mailing list