diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-02-18 03:29:00 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-02-18 03:29:00 +0000 |
commit | 2e8d083c3c305354a2224a4cb44f8e5816b20f48 (patch) | |
tree | b606ebdd4ce77912398586cefc6a6b3f896550e6 /INSTALL | |
parent | e0f29748850bc0c572c51470360639dc9a5d79c8 (diff) | |
download | gdk-pixbuf-2e8d083c3c305354a2224a4cb44f8e5816b20f48.tar.gz |
Released 1.3.14GTK_MULTIHEAD_MERGEPOINT_18_02_02GTK_1_3_14
Sun Feb 17 21:30:49 2002 Owen Taylor <otaylor@redhat.com>
* Released 1.3.14
* configure.in: Version 1.3.14, interface, binary age 0.
* gdk/gdkregion-generic.c (miSubtractO): Fix out-of-bounds
read. (#71619, reported by Morten Welinder)
* gtk/gtkmenu.c (gtk_menu_class_init): Fix setting default.
* gtk/gtkfilesel.c (gtk_file_selection_class_init): Add
a select_multiple property to go along with thenew
get/set_select_multiple.
* gdk/gdkwindow.c: Patch from Soeren Sandmann to improve
update debugging code. (#71703)
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,8 +20,8 @@ GTK+ requires the following packages: Simple install procedure ======================== - % gzip -cd gtk+-1.3.13.tar.gz | tar xvf - # unpack the sources - % cd gtk+-1.3.13 # change to the toplevel directory + % gzip -cd gtk+-1.3.14.tar.gz | tar xvf - # unpack the sources + % cd gtk+-1.3.14 # change to the toplevel directory % ./configure # run the `configure' script % make # build GTK [ Become root if necessary ] |