[Lunar-commits] r20602 - moonbase/trunk/libs/glib-2

Chad Kittel v3rt1g0 at lunar-linux.org
Sun Jul 2 21:13:50 UTC 2006


Author: v3rt1g0
Date: 2006-07-02 21:13:49 +0000 (Sun, 02 Jul 2006)
New Revision: 20602

Modified:
   moonbase/trunk/libs/glib-2/DETAILS
Log:
  Module Version Bump: glib-2 (2.10.3 -> 2.12.0)

   * New version, promisses binary and source compatibility with the
     2.10.x series.  Better unicode support, new GBookmarkFile object,
     and Base64 support.
   * lots of bug fixes too.
   * compile tested with gtk+-2 and pango.
   * updated the description

  compiled/tested: gcc-3.4.6 | glibc-2.3.6 | kernel headers 2.6.x


Modified: moonbase/trunk/libs/glib-2/DETAILS
===================================================================
--- moonbase/trunk/libs/glib-2/DETAILS	2006-07-02 15:49:13 UTC (rev 20601)
+++ moonbase/trunk/libs/glib-2/DETAILS	2006-07-02 21:13:49 UTC (rev 20602)
@@ -1,17 +1,17 @@
           MODULE=glib-2
-         VERSION=10.3
+         VERSION=12.0
           SOURCE=$MODULE.$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION
-      SOURCE_URL=ftp://ftp.gtk.org/pub/gtk/v2.10/
-      SOURCE_VFY=sha1:bba1dea73c4426f6a130c82e0b7a07b78dfc73ce
+      SOURCE_URL=ftp://ftp.gtk.org/pub/gtk/v2.12/
+      SOURCE_VFY=sha1:3a5afb427bf7ea064b47ecd9316603ddd07de1f1
         WEB_SITE=http://www.gtk.org/
          ENTERED=20020313
-         UPDATED=20060526
+         UPDATED=20060702
            SHORT="a library of useful C routines for trees, hashes, and lists"
 
 cat << EOF
-GLib is a library containing many useful C routines for things such as
-trees, hashes, and lists. GLib was previously distributed with the GTK
-toolkit, but has been split off as of the developers' version 1.1.0.
-This installs version 2 branch parallel to version 1 branch.
+GLib is the low-level core library that forms the basis for projects
+such as GTK+ and GNOME. It provides data structure handling for C,
+portability wrappers, and interfaces for such runtime functionality as
+an event loop, threads, dynamic loading, and an object system.
 EOF



More information about the Lunar-commits mailing list