Released GLib 1.2.7

Wed Feb 16 05:18:37 CST 2000  Shawn T. Amundson <amundson@gtk.org>

        * Released GLib 1.2.7
diff --git a/ChangeLog b/ChangeLog
index 0fce89c..a9f0cc0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Feb 16 05:18:37 CST 2000  Shawn T. Amundson <amundson@gtk.org>
+
+	* Released GLib 1.2.7
+
 Mon Feb 14 22:32:49 2000  Tim Janik  <timj@gtk.org>
 
 	* gstring.c: changed g_str_hash() to a 31 bit version based on
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index 0fce89c..a9f0cc0 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,3 +1,7 @@
+Wed Feb 16 05:18:37 CST 2000  Shawn T. Amundson <amundson@gtk.org>
+
+	* Released GLib 1.2.7
+
 Mon Feb 14 22:32:49 2000  Tim Janik  <timj@gtk.org>
 
 	* gstring.c: changed g_str_hash() to a 31 bit version based on
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 0fce89c..a9f0cc0 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,7 @@
+Wed Feb 16 05:18:37 CST 2000  Shawn T. Amundson <amundson@gtk.org>
+
+	* Released GLib 1.2.7
+
 Mon Feb 14 22:32:49 2000  Tim Janik  <timj@gtk.org>
 
 	* gstring.c: changed g_str_hash() to a 31 bit version based on
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12
index 0fce89c..a9f0cc0 100644
--- a/ChangeLog.pre-2-12
+++ b/ChangeLog.pre-2-12
@@ -1,3 +1,7 @@
+Wed Feb 16 05:18:37 CST 2000  Shawn T. Amundson <amundson@gtk.org>
+
+	* Released GLib 1.2.7
+
 Mon Feb 14 22:32:49 2000  Tim Janik  <timj@gtk.org>
 
 	* gstring.c: changed g_str_hash() to a 31 bit version based on
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index 0fce89c..a9f0cc0 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,7 @@
+Wed Feb 16 05:18:37 CST 2000  Shawn T. Amundson <amundson@gtk.org>
+
+	* Released GLib 1.2.7
+
 Mon Feb 14 22:32:49 2000  Tim Janik  <timj@gtk.org>
 
 	* gstring.c: changed g_str_hash() to a 31 bit version based on
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 0fce89c..a9f0cc0 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,7 @@
+Wed Feb 16 05:18:37 CST 2000  Shawn T. Amundson <amundson@gtk.org>
+
+	* Released GLib 1.2.7
+
 Mon Feb 14 22:32:49 2000  Tim Janik  <timj@gtk.org>
 
 	* gstring.c: changed g_str_hash() to a 31 bit version based on
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 0fce89c..a9f0cc0 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,7 @@
+Wed Feb 16 05:18:37 CST 2000  Shawn T. Amundson <amundson@gtk.org>
+
+	* Released GLib 1.2.7
+
 Mon Feb 14 22:32:49 2000  Tim Janik  <timj@gtk.org>
 
 	* gstring.c: changed g_str_hash() to a 31 bit version based on
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 0fce89c..a9f0cc0 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,7 @@
+Wed Feb 16 05:18:37 CST 2000  Shawn T. Amundson <amundson@gtk.org>
+
+	* Released GLib 1.2.7
+
 Mon Feb 14 22:32:49 2000  Tim Janik  <timj@gtk.org>
 
 	* gstring.c: changed g_str_hash() to a 31 bit version based on
diff --git a/INSTALL b/INSTALL
index 68f155a..f10ba1c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
 Simple install procedure
 ========================
 
-  % gzip -cd glib-1.2.6.tar.gz | tar xvf -  # unpack the sources
-  % cd glib-1.2.6                           # change to the toplevel directory
+  % gzip -cd glib-1.2.7.tar.gz | tar xvf -  # unpack the sources
+  % cd glib-1.2.7                           # change to the toplevel directory
   % ./configure                             # run the `configure' script
   % make                                    # build GLIB
   [ Become root if necessary ]
diff --git a/README b/README
index 1e9864c..ed03def 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is GLib version 1.2.6. GLib is a library which includes support
+This is GLib version 1.2.7. GLib is a library which includes support
 routines for C such as lists, trees, hashes, memory allocation, and
 many other things.