Released GLib 1.2.5

Thu Sep 23 19:47:10 CDT 1999 Shawn T. Amundson <amundson@gtk.org>

        * Released GLib 1.2.5
diff --git a/ChangeLog b/ChangeLog
index 0eba0ed..4f6cade 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Sep 23 19:47:10 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
+
+	* Released GLib 1.2.5
+
 Fri Sep 17 10:24:45 1999  Tim Janik  <timj@gtk.org>
 
         * gmem.c (g_mem_chunk_compute_size) (g_mem_chunk_new): applied patch
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index 0eba0ed..4f6cade 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,3 +1,7 @@
+Thu Sep 23 19:47:10 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
+
+	* Released GLib 1.2.5
+
 Fri Sep 17 10:24:45 1999  Tim Janik  <timj@gtk.org>
 
         * gmem.c (g_mem_chunk_compute_size) (g_mem_chunk_new): applied patch
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 0eba0ed..4f6cade 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,7 @@
+Thu Sep 23 19:47:10 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
+
+	* Released GLib 1.2.5
+
 Fri Sep 17 10:24:45 1999  Tim Janik  <timj@gtk.org>
 
         * gmem.c (g_mem_chunk_compute_size) (g_mem_chunk_new): applied patch
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12
index 0eba0ed..4f6cade 100644
--- a/ChangeLog.pre-2-12
+++ b/ChangeLog.pre-2-12
@@ -1,3 +1,7 @@
+Thu Sep 23 19:47:10 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
+
+	* Released GLib 1.2.5
+
 Fri Sep 17 10:24:45 1999  Tim Janik  <timj@gtk.org>
 
         * gmem.c (g_mem_chunk_compute_size) (g_mem_chunk_new): applied patch
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index 0eba0ed..4f6cade 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,7 @@
+Thu Sep 23 19:47:10 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
+
+	* Released GLib 1.2.5
+
 Fri Sep 17 10:24:45 1999  Tim Janik  <timj@gtk.org>
 
         * gmem.c (g_mem_chunk_compute_size) (g_mem_chunk_new): applied patch
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 0eba0ed..4f6cade 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,7 @@
+Thu Sep 23 19:47:10 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
+
+	* Released GLib 1.2.5
+
 Fri Sep 17 10:24:45 1999  Tim Janik  <timj@gtk.org>
 
         * gmem.c (g_mem_chunk_compute_size) (g_mem_chunk_new): applied patch
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 0eba0ed..4f6cade 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,7 @@
+Thu Sep 23 19:47:10 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
+
+	* Released GLib 1.2.5
+
 Fri Sep 17 10:24:45 1999  Tim Janik  <timj@gtk.org>
 
         * gmem.c (g_mem_chunk_compute_size) (g_mem_chunk_new): applied patch
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 0eba0ed..4f6cade 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,7 @@
+Thu Sep 23 19:47:10 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
+
+	* Released GLib 1.2.5
+
 Fri Sep 17 10:24:45 1999  Tim Janik  <timj@gtk.org>
 
         * gmem.c (g_mem_chunk_compute_size) (g_mem_chunk_new): applied patch
diff --git a/INSTALL b/INSTALL
index 525df47..f9a87c1 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
 Simple install procedure
 ========================
 
-  % gzip -cd glib-1.2.4.tar.gz | tar xvf -  # unpack the sources
-  % cd glib-1.2.4                           # change to the toplevel directory
+  % gzip -cd glib-1.2.5.tar.gz | tar xvf -  # unpack the sources
+  % cd glib-1.2.5                           # change to the toplevel directory
   % ./configure                             # run the `configure' script
   % make                                    # build GLIB
   [ Become root if necessary ]
diff --git a/NEWS b/NEWS
index 6ca7d81..d8e5032 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of Changes in GLib 1.2.5:
+
+* Fixes to g_mem_chunk_*  (also no more 65536 bytes restriction)
+* Better libtool 1.3.3 usage
+
 Overview of Changes in GLib 1.2.4:
 
 * Upgrade to libtool 1.3.3.
diff --git a/README b/README
index ca81ded..5ec799f 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is GLib version 1.2.4. GLib is a library which includes support
+This is GLib version 1.2.5. GLib is a library which includes support
 routines for C such as lists, trees, hashes, memory allocation, and
 many other things.