This commit is contained in:
Matthias Clasen
2006-10-03 20:33:18 +00:00
parent 680fc7c5d2
commit e445684813
8 changed files with 28 additions and 7 deletions

View File

@@ -1,5 +1,10 @@
2006-10-03 Matthias Clasen <mclasen@redhat.com>
* === Released 2.10.6 ===
* gtk/gtkprintsettings.c (gtk_print_settings_get_duplex):
Fix a typo. (#359052, Ghee Teo)
* NEWS: Updates
* configure.in: Bump version
@@ -7,8 +12,9 @@
* gtk/*.c, gdk/*.c: Apply a patch by Behdad Esfahbod to
reduce relocations. (#359053)
* modules/printbackends/cups/gtkcupsutils.c:
* modules/printbackends/cups/gtkprintbackendcups.c: Complete
the fix for bug 357280.
the fix for bug 357280 .
2006-10-02 Behdad Esfahbod <behdad@gnome.org>

View File

@@ -4,7 +4,7 @@ Prerequisites
GTK+ requires the following packages:
- The GLib, Pango, ATK and cairo libraries, available at the same
location as GTK+. GTK+ 2.10.5 requires at least GLib 2.12,
location as GTK+. GTK+ 2.10.6 requires at least GLib 2.12,
Pango 1.13, ATK 1.9 and cairo 1.2.
- The TIFF, PNG, and JPEG image loading libraries. You most
@@ -18,8 +18,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
% gzip -cd gtk+-2.10.5.tar.gz | tar xvf - # unpack the sources
% cd gtk+-2.10.5 # change to the toplevel directory
% gzip -cd gtk+-2.10.6.tar.gz | tar xvf - # unpack the sources
% cd gtk+-2.10.6 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK+
[ Become root if necessary ]

3
NEWS
View File

@@ -5,7 +5,10 @@ Overview of Changes from GTK+ 2.10.5 to 2.10.6
358931 2.10.5 build issue due to a typo
357280 Compile crashes
359053 Reduce relocations
359052 gtk_print_settings_get_duplex() return wrong
value for one of vertical setting
Overview of Changes from GTK+ 2.10.4 to 2.10.5
==============================================

2
README
View File

@@ -1,7 +1,7 @@
General Information
===================
This is GTK+ version 2.10.5. GTK+ is a multi-platform toolkit for
This is GTK+ version 2.10.6. GTK+ is a multi-platform toolkit for
creating graphical user interfaces. Offering a complete set of widgets,
GTK+ is suitable for projects ranging from small one-off projects to
complete application suites.

View File

@@ -12,10 +12,10 @@ AC_PREREQ(2.54)
m4_define([gtk_major_version], [2])
m4_define([gtk_minor_version], [10])
m4_define([gtk_micro_version], [5])
m4_define([gtk_micro_version], [6])
m4_define([gtk_version],
[gtk_major_version.gtk_minor_version.gtk_micro_version])
m4_define([gtk_interface_age], [5])
m4_define([gtk_interface_age], [6])
m4_define([gtk_binary_age],
[m4_eval(100 * gtk_minor_version + gtk_micro_version)])
# This is the X.Y used in -lgtk-FOO-X.Y

View File

@@ -1,3 +1,7 @@
2006-10-03 Matthias Clasen <mclasen@redhat.com>
* === Released 2.10.6 ===
2006-10-02 Matthias Clasen <mclasen@redhat.com>
* === Released 2.10.5 ===

View File

@@ -1,3 +1,7 @@
2006-10-03 Matthias Clasen <mclasen@redhat.com>
* === Released 2.10.6 ===
2006-10-02 Matthias Clasen <mclasen@redhat.com>
* === Released 2.10.5 ===

View File

@@ -1,3 +1,7 @@
2006-10-03 Matthias Clasen <mclasen@redhat.com>
* === Released 2.10.6 ===
2006-10-02 Matthias Clasen <mclasen@redhat.com>
* === Released 2.10.5 ===