mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 02:46:16 +01:00
Increment some version numbers, add warning to configure.
Increment some version numbers, add warning to configure. -Shawn amundson@gtk.org
This commit is contained in:
parent
76a78f059a
commit
bbc2cc4e0e
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
4
INSTALL
4
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 ]
|
||||
|
4
NEWS
4
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+
|
||||
|
25
README
25
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.
|
||||
|
||||
|
26
configure.in
26
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. ***"
|
||||
])
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user