Released GLib 1.1.10 GLIB_1_1_10
authorCST 1998 Shawn T. Amundson <amundson@gtk.org>
Thu, 24 Dec 1998 14:55:56 +0000 (14:55 +0000)
committerShawn Amundson <amundson@src.gnome.org>
Thu, 24 Dec 1998 14:55:56 +0000 (14:55 +0000)
Wed Dec 23 00:43:25 CST 1998 Shawn T. Amundson <amundson@gtk.org>

        * Released GLib 1.1.10

        * INSTALL:
          NEWS:
          README:
          configure.in:
          docs/glib-config.1: version=1.1.10

14 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
INSTALL
NEWS
README
configure.in
docs/glib-config.1
glib.spec

index 9f188aa..6b89bf3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Wed Dec 23 00:43:25 CST 1998 Shawn T. Amundson <amundson@gtk.org>
+
+       * Released GLib 1.1.10
+
+       * INSTALL:
+         NEWS:
+         README:
+         configure.in:
+         docs/glib-config.1: version=1.1.10
+
 Wed Dec 23 04:18:11 1998  George Lebl  <jirka@5z.com>
 
        * gmain.c: (g_get_current_time) don't cast to timeval since
index 9f188aa..6b89bf3 100644 (file)
@@ -1,3 +1,13 @@
+Wed Dec 23 00:43:25 CST 1998 Shawn T. Amundson <amundson@gtk.org>
+
+       * Released GLib 1.1.10
+
+       * INSTALL:
+         NEWS:
+         README:
+         configure.in:
+         docs/glib-config.1: version=1.1.10
+
 Wed Dec 23 04:18:11 1998  George Lebl  <jirka@5z.com>
 
        * gmain.c: (g_get_current_time) don't cast to timeval since
index 9f188aa..6b89bf3 100644 (file)
@@ -1,3 +1,13 @@
+Wed Dec 23 00:43:25 CST 1998 Shawn T. Amundson <amundson@gtk.org>
+
+       * Released GLib 1.1.10
+
+       * INSTALL:
+         NEWS:
+         README:
+         configure.in:
+         docs/glib-config.1: version=1.1.10
+
 Wed Dec 23 04:18:11 1998  George Lebl  <jirka@5z.com>
 
        * gmain.c: (g_get_current_time) don't cast to timeval since
index 9f188aa..6b89bf3 100644 (file)
@@ -1,3 +1,13 @@
+Wed Dec 23 00:43:25 CST 1998 Shawn T. Amundson <amundson@gtk.org>
+
+       * Released GLib 1.1.10
+
+       * INSTALL:
+         NEWS:
+         README:
+         configure.in:
+         docs/glib-config.1: version=1.1.10
+
 Wed Dec 23 04:18:11 1998  George Lebl  <jirka@5z.com>
 
        * gmain.c: (g_get_current_time) don't cast to timeval since
index 9f188aa..6b89bf3 100644 (file)
@@ -1,3 +1,13 @@
+Wed Dec 23 00:43:25 CST 1998 Shawn T. Amundson <amundson@gtk.org>
+
+       * Released GLib 1.1.10
+
+       * INSTALL:
+         NEWS:
+         README:
+         configure.in:
+         docs/glib-config.1: version=1.1.10
+
 Wed Dec 23 04:18:11 1998  George Lebl  <jirka@5z.com>
 
        * gmain.c: (g_get_current_time) don't cast to timeval since
index 9f188aa..6b89bf3 100644 (file)
@@ -1,3 +1,13 @@
+Wed Dec 23 00:43:25 CST 1998 Shawn T. Amundson <amundson@gtk.org>
+
+       * Released GLib 1.1.10
+
+       * INSTALL:
+         NEWS:
+         README:
+         configure.in:
+         docs/glib-config.1: version=1.1.10
+
 Wed Dec 23 04:18:11 1998  George Lebl  <jirka@5z.com>
 
        * gmain.c: (g_get_current_time) don't cast to timeval since
index 9f188aa..6b89bf3 100644 (file)
@@ -1,3 +1,13 @@
+Wed Dec 23 00:43:25 CST 1998 Shawn T. Amundson <amundson@gtk.org>
+
+       * Released GLib 1.1.10
+
+       * INSTALL:
+         NEWS:
+         README:
+         configure.in:
+         docs/glib-config.1: version=1.1.10
+
 Wed Dec 23 04:18:11 1998  George Lebl  <jirka@5z.com>
 
        * gmain.c: (g_get_current_time) don't cast to timeval since
index 9f188aa..6b89bf3 100644 (file)
@@ -1,3 +1,13 @@
+Wed Dec 23 00:43:25 CST 1998 Shawn T. Amundson <amundson@gtk.org>
+
+       * Released GLib 1.1.10
+
+       * INSTALL:
+         NEWS:
+         README:
+         configure.in:
+         docs/glib-config.1: version=1.1.10
+
 Wed Dec 23 04:18:11 1998  George Lebl  <jirka@5z.com>
 
        * gmain.c: (g_get_current_time) don't cast to timeval since
diff --git a/INSTALL b/INSTALL
index 0e844a9..b171541 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,12 +1,12 @@
 Simple install procedure
 ========================
 
-  % gzip -cd glib-1.1.9.tar.gz | tar xvf - # unpack the sources
-  % cd glib-1.1.9                          # change to the toplevel directory
-  % ./configure                            # run the `configure' script
-  % make                                   # build GLIB
+  % gzip -cd glib-1.1.10.tar.gz | tar xvf - # unpack the sources
+  % cd glib-1.1.10                          # change to the toplevel directory
+  % ./configure                             # run the `configure' script
+  % make                                    # build GLIB
   [ Become root if necessary ]
-  % make install                           # install GLIB
+  % make install                            # install GLIB
 
 The Nitty-Gritty
 ================
diff --git a/NEWS b/NEWS
index eda766d..c6f17f7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of Changes in GLib 1.1.10:
+
+* g_main_is_running: new function to check whether a main loop has been quitted
+* a few other enhancement/fixes
+
 Overview of Changes in GLib 1.1.9:
 
 * Check for pthread_attr_init in all cases, Digital Unix 4 requires this
diff --git a/README b/README
index 8085a84..2a2e4f7 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is GLib version 1.1.9. GLib, is a library which includes support
+This is GLib version 1.1.10. GLib, is a library which includes support
 routines for C such as lists, trees, hashes, memory allocation, and
 many other things.
 
index a58b805..d9cfa86 100644 (file)
@@ -26,7 +26,7 @@ rm -f glibconfig-sysdefs.h
 #
 GLIB_MAJOR_VERSION=1
 GLIB_MINOR_VERSION=1
-GLIB_MICRO_VERSION=9
+GLIB_MICRO_VERSION=10
 GLIB_INTERFACE_AGE=0
 GLIB_BINARY_AGE=0
 GLIB_VERSION=$GLIB_MAJOR_VERSION.$GLIB_MINOR_VERSION.$GLIB_MICRO_VERSION
index 3d4aa2f..e4415fc 100644 (file)
@@ -1,4 +1,4 @@
-.TH GLIB 1 "16 December 1998" Version 1.1.9
+.TH GLIB 1 "16 December 1998" Version 1.1.10
 .SH NAME
 glib-config - script to get information about the installed version of GLib
 .SH SYNOPSIS
index b03a134..0692b5a 100644 (file)
--- a/glib.spec
+++ b/glib.spec
@@ -1,5 +1,5 @@
 # Note that this is NOT a relocatable package
-%define ver      1.1.9
+%define ver      1.1.10
 %define rel      SNAP
 %define prefix   /usr