summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn Amundson <amundson@src.gnome.org>1999-04-09 02:16:39 +0000
committerShawn Amundson <amundson@src.gnome.org>1999-04-09 02:16:39 +0000
commitbbc2cc4e0ef3b08da94b7cd2a6ba02426d840db7 (patch)
tree32ba6a7dc7c0a5954b0362ee45be3445c73c2221
parent76a78f059ac215b131258e87fc5195f218e088c5 (diff)
Increment some version numbers, add warning to configure.GLIB_1_3_0
Increment some version numbers, add warning to configure. -Shawn amundson@gtk.org
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.pre-2-04
-rw-r--r--ChangeLog.pre-2-104
-rw-r--r--ChangeLog.pre-2-124
-rw-r--r--ChangeLog.pre-2-24
-rw-r--r--ChangeLog.pre-2-44
-rw-r--r--ChangeLog.pre-2-64
-rw-r--r--ChangeLog.pre-2-84
-rw-r--r--INSTALL4
-rw-r--r--NEWS4
-rw-r--r--README25
-rw-r--r--configure.in26
-rw-r--r--docs/glib-config.12
13 files changed, 88 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index ab240023e..87e79957e 100644
--- 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
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index ab240023e..87e79957e 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 <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/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index ab240023e..87e79957e 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 <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/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12
index ab240023e..87e79957e 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 <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/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index ab240023e..87e79957e 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 <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/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index ab240023e..87e79957e 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 <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/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index ab240023e..87e79957e 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 <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/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index ab240023e..87e79957e 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 <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 d4f38aee4..706ca44cb 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 1e3b7cbc4..32979ea07 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 4d36ff070..b34bd13a7 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 8eb451c87..524270146 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 75b0878cc..51f79d91a 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