summaryrefslogtreecommitdiff
path: root/README
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 /README
parent76a78f059ac215b131258e87fc5195f218e088c5 (diff)
downloadglib-bbc2cc4e0ef3b08da94b7cd2a6ba02426d840db7.tar.gz
Increment some version numbers, add warning to configure.upstream/GLIB_1_3_0
Increment some version numbers, add warning to configure. -Shawn amundson@gtk.org
Diffstat (limited to 'README')
-rw-r--r--README25
1 files changed, 24 insertions, 1 deletions
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.