up version number to 1.2.7, interface age 7 and binary age 7.

Fri Feb  4 19:39:38 2000  Tim Janik  <timj@gtk.org>

        * configure.in: up version number to 1.2.7, interface age 7 and
        binary age 7.

        * NEWS: updates.
This commit is contained in:
Tim Janik 2000-02-04 03:21:46 +00:00 committed by Tim Janik
parent f466a5ef53
commit 7767686fda
10 changed files with 67 additions and 3 deletions

View File

@ -1,3 +1,10 @@
Fri Feb 4 19:39:38 2000 Tim Janik <timj@gtk.org>
* configure.in: up version number to 1.2.7, interface age 7 and
binary age 7.
* NEWS: updates.
Thu Feb 3 14:46:53 PST 2000 Manish Singh <yosh@gimp.org> Thu Feb 3 14:46:53 PST 2000 Manish Singh <yosh@gimp.org>
* acinclude.m4 * acinclude.m4

View File

@ -1,3 +1,10 @@
Fri Feb 4 19:39:38 2000 Tim Janik <timj@gtk.org>
* configure.in: up version number to 1.2.7, interface age 7 and
binary age 7.
* NEWS: updates.
Thu Feb 3 14:46:53 PST 2000 Manish Singh <yosh@gimp.org> Thu Feb 3 14:46:53 PST 2000 Manish Singh <yosh@gimp.org>
* acinclude.m4 * acinclude.m4

View File

@ -1,3 +1,10 @@
Fri Feb 4 19:39:38 2000 Tim Janik <timj@gtk.org>
* configure.in: up version number to 1.2.7, interface age 7 and
binary age 7.
* NEWS: updates.
Thu Feb 3 14:46:53 PST 2000 Manish Singh <yosh@gimp.org> Thu Feb 3 14:46:53 PST 2000 Manish Singh <yosh@gimp.org>
* acinclude.m4 * acinclude.m4

View File

@ -1,3 +1,10 @@
Fri Feb 4 19:39:38 2000 Tim Janik <timj@gtk.org>
* configure.in: up version number to 1.2.7, interface age 7 and
binary age 7.
* NEWS: updates.
Thu Feb 3 14:46:53 PST 2000 Manish Singh <yosh@gimp.org> Thu Feb 3 14:46:53 PST 2000 Manish Singh <yosh@gimp.org>
* acinclude.m4 * acinclude.m4

View File

@ -1,3 +1,10 @@
Fri Feb 4 19:39:38 2000 Tim Janik <timj@gtk.org>
* configure.in: up version number to 1.2.7, interface age 7 and
binary age 7.
* NEWS: updates.
Thu Feb 3 14:46:53 PST 2000 Manish Singh <yosh@gimp.org> Thu Feb 3 14:46:53 PST 2000 Manish Singh <yosh@gimp.org>
* acinclude.m4 * acinclude.m4

View File

@ -1,3 +1,10 @@
Fri Feb 4 19:39:38 2000 Tim Janik <timj@gtk.org>
* configure.in: up version number to 1.2.7, interface age 7 and
binary age 7.
* NEWS: updates.
Thu Feb 3 14:46:53 PST 2000 Manish Singh <yosh@gimp.org> Thu Feb 3 14:46:53 PST 2000 Manish Singh <yosh@gimp.org>
* acinclude.m4 * acinclude.m4

View File

@ -1,3 +1,10 @@
Fri Feb 4 19:39:38 2000 Tim Janik <timj@gtk.org>
* configure.in: up version number to 1.2.7, interface age 7 and
binary age 7.
* NEWS: updates.
Thu Feb 3 14:46:53 PST 2000 Manish Singh <yosh@gimp.org> Thu Feb 3 14:46:53 PST 2000 Manish Singh <yosh@gimp.org>
* acinclude.m4 * acinclude.m4

View File

@ -1,3 +1,10 @@
Fri Feb 4 19:39:38 2000 Tim Janik <timj@gtk.org>
* configure.in: up version number to 1.2.7, interface age 7 and
binary age 7.
* NEWS: updates.
Thu Feb 3 14:46:53 PST 2000 Manish Singh <yosh@gimp.org> Thu Feb 3 14:46:53 PST 2000 Manish Singh <yosh@gimp.org>
* acinclude.m4 * acinclude.m4

8
NEWS
View File

@ -1,3 +1,11 @@
Overview of Changes in GLib 1.2.7:
* Threadsafety fixes to quarked data lists.
* Better getpwuid_r() checks for newer AIXens.
* Locale fix to g_strtod().
* Timer fixups to the main loop and teh timer functions.
* Upgrade to libtool 1.3.4.
Overview of Changes in GLib 1.2.6: Overview of Changes in GLib 1.2.6:
* One very small automake fix. * One very small automake fix.

View File

@ -33,9 +33,9 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl
# #
GLIB_MAJOR_VERSION=1 GLIB_MAJOR_VERSION=1
GLIB_MINOR_VERSION=2 GLIB_MINOR_VERSION=2
GLIB_MICRO_VERSION=6 GLIB_MICRO_VERSION=7
GLIB_INTERFACE_AGE=6 GLIB_INTERFACE_AGE=7
GLIB_BINARY_AGE=6 GLIB_BINARY_AGE=7
GLIB_VERSION=$GLIB_MAJOR_VERSION.$GLIB_MINOR_VERSION.$GLIB_MICRO_VERSION GLIB_VERSION=$GLIB_MAJOR_VERSION.$GLIB_MINOR_VERSION.$GLIB_MICRO_VERSION
dnl dnl
AC_DIVERT_POP()dnl AC_DIVERT_POP()dnl