aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-01-15 20:18:04 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-01-15 20:18:04 +0000
commitcd93b15841d302e222f17cf68d9c6ac06ac60075 (patch)
treede8eeab7d6412478e698cac615b6af3b630513fb /tools
parentfdfaebccd1e7a5da0e5e2a65b4fb970a02734b02 (diff)
Use New GTK packages:
Overview of Changes from GLib 2.14.4 to GLib 2.14.5 =================================================== * Bugs fixed: 482313 gregex: no way to tell why compilation failed 315437 extern inline -> static inline 480122 g_module_open fails to open modules with ".la" extension 495589 gspawn.c failing to set FD_CLOEXEC 500638 gkeyfile speedup ... 503029 g_time_val_from_iso8601 parse non-ISO8601 dates 503420 gkeyfile leaks a hash table Overview of Changes from GTK+ 2.12.3 to 2.12.4 ============================================== * Bugs fixed: 494667 gdkpixloader jpeg loader problems with some files 496546 Tooltips may crashe because a window is destroyed 503824 gtk_paned_find_neighbours aborts with assertion failure 388321 gtk_notebook_remove_tab_label 503190 Doesn't build with directfb >= 1.0 491847 gtk-builder-convert --root option doesn't work for GtkWin... 492977 Setup autorelease pool automatically in each mainloop ite... 499951 GtkAssistant remove_page may leave current_page as a dang... 502250 Leak in gtkfilechooserdefault.c:shortcuts_reload_icons() 503569 Leak in GtkTreeViewColumn 504753 Destroyed subviews are not removed from the view hierarchy 504804 Typo in TEST_EXPAND_ROW signal 504984 Problems with hiding/showing transient windows 505708 compatibility macros for signals has wrong type. 506107 mem leak in print dialogue 502850 gtk-builder-convert program not found 504749 gtk-builder-convert and GtkMenu GTK+ 2.12.5 This release fixes an incomplete icon cache that was accidentally shipped in 2.12.4. svn path=/trunk/; revision=24101
Diffstat (limited to 'tools')
-rwxr-xr-xtools/win32-setup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/win32-setup.sh b/tools/win32-setup.sh
index 800e036b45..448aa23761 100755
--- a/tools/win32-setup.sh
+++ b/tools/win32-setup.sh
@@ -7,8 +7,8 @@
# in order to provide backward compatibility with older trees (e.g. a
# previous release or an older SVN checkout).
# Save privious tag.
-# DOWNLOAD_PREFIX="http://anonsvn.wireshark.org/wireshark-win32-libs/tags/2007-12-15/packages/"
-DOWNLOAD_PREFIX="http://anonsvn.wireshark.org/wireshark-win32-libs/tags/2007-12-25/packages/"
+#DOWNLOAD_PREFIX="http://anonsvn.wireshark.org/wireshark-win32-libs/tags/2007-12-25/packages/"
+DOWNLOAD_PREFIX="http://anonsvn.wireshark.org/wireshark-win32-libs/tags/2008-01-15/packages/"
# Set DOWNLOAD_PREFIX to /packages to test uploads before creating the tag.
# DOWNLOAD_PREFIX="http://anonsvn.wireshark.org/wireshark-win32-libs/trunk/packages/"