From: Shawn Amundson Date: Fri, 9 Apr 1999 02:16:39 +0000 (+0000) Subject: Increment some version numbers, add warning to configure. X-Git-Tag: GLIB_1_3_0^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bbc2cc4e0ef3b08da94b7cd2a6ba02426d840db7;p=platform%2Fupstream%2Fglib.git Increment some version numbers, add warning to configure. Increment some version numbers, add warning to configure. -Shawn amundson@gtk.org --- diff --git a/ChangeLog b/ChangeLog index ab24002..87e7995 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Apr 8 21:12:30 CDT 1999 Shawn T. Amundson + + * Released GLib 1.3.0 + 1999-03-30 Sebastian Wilhelmi * configure.in: Added a check for the right format to printf and diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index ab24002..87e7995 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,7 @@ +Thu Apr 8 21:12:30 CDT 1999 Shawn T. Amundson + + * Released GLib 1.3.0 + 1999-03-30 Sebastian Wilhelmi * configure.in: Added a check for the right format to printf and diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index ab24002..87e7995 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +Thu Apr 8 21:12:30 CDT 1999 Shawn T. Amundson + + * Released GLib 1.3.0 + 1999-03-30 Sebastian Wilhelmi * configure.in: Added a check for the right format to printf and diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index ab24002..87e7995 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,7 @@ +Thu Apr 8 21:12:30 CDT 1999 Shawn T. Amundson + + * Released GLib 1.3.0 + 1999-03-30 Sebastian Wilhelmi * configure.in: Added a check for the right format to printf and diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index ab24002..87e7995 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,7 @@ +Thu Apr 8 21:12:30 CDT 1999 Shawn T. Amundson + + * Released GLib 1.3.0 + 1999-03-30 Sebastian Wilhelmi * configure.in: Added a check for the right format to printf and diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index ab24002..87e7995 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,7 @@ +Thu Apr 8 21:12:30 CDT 1999 Shawn T. Amundson + + * Released GLib 1.3.0 + 1999-03-30 Sebastian Wilhelmi * configure.in: Added a check for the right format to printf and diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index ab24002..87e7995 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,7 @@ +Thu Apr 8 21:12:30 CDT 1999 Shawn T. Amundson + + * Released GLib 1.3.0 + 1999-03-30 Sebastian Wilhelmi * configure.in: Added a check for the right format to printf and diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index ab24002..87e7995 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +Thu Apr 8 21:12:30 CDT 1999 Shawn T. Amundson + + * Released GLib 1.3.0 + 1999-03-30 Sebastian Wilhelmi * configure.in: Added a check for the right format to printf and diff --git a/INSTALL b/INSTALL index d4f38ae..706ca44 100644 --- 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 --- 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 --- 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. diff --git a/configure.in b/configure.in index 8eb451c..5242701 100644 --- a/configure.in +++ b/configure.in @@ -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. ***" +]) + diff --git a/docs/glib-config.1 b/docs/glib-config.1 index 75b0878..51f79d9 100644 --- a/docs/glib-config.1 +++ b/docs/glib-config.1 @@ -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