Increment some version numbers, add warning to configure. GLIB_1_3_0
authorShawn Amundson <amundson@src.gnome.org>
Fri, 9 Apr 1999 02:16:39 +0000 (02:16 +0000)
committerShawn Amundson <amundson@src.gnome.org>
Fri, 9 Apr 1999 02:16:39 +0000 (02:16 +0000)
Increment some version numbers, add warning to configure.

-Shawn
amundson@gtk.org

13 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

index ab24002..87e7995 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Apr  8 21:12:30 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
+
+       * Released GLib 1.3.0
+
 1999-03-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * configure.in: Added a check for the right format to printf and
index ab24002..87e7995 100644 (file)
@@ -1,3 +1,7 @@
+Thu Apr  8 21:12:30 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
+
+       * Released GLib 1.3.0
+
 1999-03-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * configure.in: Added a check for the right format to printf and
index ab24002..87e7995 100644 (file)
@@ -1,3 +1,7 @@
+Thu Apr  8 21:12:30 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
+
+       * Released GLib 1.3.0
+
 1999-03-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * configure.in: Added a check for the right format to printf and
index ab24002..87e7995 100644 (file)
@@ -1,3 +1,7 @@
+Thu Apr  8 21:12:30 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
+
+       * Released GLib 1.3.0
+
 1999-03-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * configure.in: Added a check for the right format to printf and
index ab24002..87e7995 100644 (file)
@@ -1,3 +1,7 @@
+Thu Apr  8 21:12:30 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
+
+       * Released GLib 1.3.0
+
 1999-03-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * configure.in: Added a check for the right format to printf and
index ab24002..87e7995 100644 (file)
@@ -1,3 +1,7 @@
+Thu Apr  8 21:12:30 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
+
+       * Released GLib 1.3.0
+
 1999-03-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * configure.in: Added a check for the right format to printf and
index ab24002..87e7995 100644 (file)
@@ -1,3 +1,7 @@
+Thu Apr  8 21:12:30 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
+
+       * Released GLib 1.3.0
+
 1999-03-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * configure.in: Added a check for the right format to printf and
index ab24002..87e7995 100644 (file)
@@ -1,3 +1,7 @@
+Thu Apr  8 21:12:30 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
+
+       * Released GLib 1.3.0
+
 1999-03-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * configure.in: Added a check for the right format to printf and
diff --git a/INSTALL b/INSTALL
index d4f38ae..706ca44 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
 Simple install procedure
 ========================
 
-  % gzip -cd glib-1.2.0.tar.gz | tar xvf -  # unpack the sources
-  % cd glib-1.2.0                           # change to the toplevel directory
+  % gzip -cd glib-1.3.0.tar.gz | tar xvf -  # unpack the sources
+  % cd glib-1.3.0                           # change to the toplevel directory
   % ./configure                             # run the `configure' script
   % make                                    # build GLIB
   [ Become root if necessary ]
diff --git a/NEWS b/NEWS
index 1e3b7cb..32979ea 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+What's new in GLib 1.3.0:
+
+* Look at ChangeLog.
+
 What's new in GLib 1.2.0 (since GLib 1.0.x):
 
 * GLib is distributed seperatedly from Gtk+
diff --git a/README b/README
index 4d36ff0..b34bd13 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,30 @@
+ *** IMPORTANT *** 
+
+This is a development version of GLib.  You should be using a stable
+version, which is available at ftp://ftp.gtk.org/pub/gtk/v1.2/.  This
+version is meant for developers of GLib only:
+
+ * You should not base stable software on this version of GLib.
+ * GNOME developers should use a stable version of GLib.
+
+Distributions should *NOT* ship a development package of this GLib.
+Do not ship the headers and do not ship the glib-config script.  These
+things will conflict with the stable 1.2 series.  Package only enough
+to satisfy the requirements of some other package.  Package only the
+library itself.  Doing otherwise will do no favors to the community.
+
+If you install this version of GLib, we strongly recommend that you
+install it in a different prefix than GLib 1.2.  Use --prefix as an
+argument to configure to do this.  Otherwise, you will not be able to
+do development with GLib 1.2 any longer.
+
+*** You should be using GLib 1.2 instead. ***
+
+
 General Information
 ===================
 
-This is GLib version 1.2.0. GLib is a library which includes support
+This is GLib version 1.3.0. GLib is a library which includes support
 routines for C such as lists, trees, hashes, memory allocation, and
 many other things.
 
index 8eb451c..5242701 100644 (file)
@@ -1267,4 +1267,28 @@ docs/Makefile
 tests/Makefile
 ],[case "$CONFIG_FILES" in
 *glib-config*)chmod +x glib-config;;
-esac])
+esac
+echo ""
+echo " *** IMPORTANT *** "
+echo ""
+echo "This is a development version of GLib.  You should be using a stable"
+echo "version, which is available at ftp://ftp.gtk.org/pub/gtk/v1.2/.  The"
+echo "version you just configured is meant for developers of GLib only:"
+echo ""
+echo "  * You should not base stable software on this version of GLib."
+echo "  * GNOME developers should use a stable version of GLib."
+echo ""
+echo "Distributions should *NOT* ship a development package of this GLib."
+echo "Do not ship the headers and do not ship the glib-config script.  These"
+echo "things will conflict with the stable 1.2 series.  Package only enough"
+echo "to satisfy the requirements of some other package.  Package only the"
+echo "library itself.  Doing otherwise will do no favors to the community."
+echo ""
+echo "If you install this version of GLib, we strongly recommend that you"
+echo "install it in a different prefix than GLib 1.2.  Use --prefix as an"
+echo "argument to configure to do this.  Otherwise, you will not be able to"
+echo "do development with GLib 1.2 any longer."
+echo ""
+echo " *** You should be using GLib 1.2 instead. ***"
+])
+
index 75b0878..51f79d9 100644 (file)
@@ -1,4 +1,4 @@
-.TH GLIB 1 "16 December 1998" Version 1.2.0
+.TH GLIB 1 "16 December 1998" Version 1.3.0
 .SH NAME
 glib-config - script to get information about the installed version of GLib
 .SH SYNOPSIS