diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-08-22 03:23:10 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-08-22 03:23:10 +0800 |
commit | c1212c685cc63dbc037b82898251ce37a22eb9f5 (patch) | |
tree | cac61e6b05fc2055b572f1be67003afce7298aef /configure.ac | |
parent | 6a6e9664f23c2a5eb4e6d477f1f6f2d55aa37bd0 (diff) | |
download | gsoc2013-epiphany-c1212c685cc63dbc037b82898251ce37a22eb9f5.tar.gz gsoc2013-epiphany-c1212c685cc63dbc037b82898251ce37a22eb9f5.tar.zst gsoc2013-epiphany-c1212c685cc63dbc037b82898251ce37a22eb9f5.zip |
=== Release 2.15.92 ===RELEASE_2_15_92
2006-08-21 Christian Persch <chpe@cvs.gnome.org>
=== Release 2.15.92 ===
* NEWS:
* configure.ac:
Updated for 2.15.92.
* embed/mozilla/EphyAboutModule.cpp:
Use escaped URL for about:recover. Fixes bug #351296.
* src/ephy-window.c:
Remove shortcut for SendPage.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index a94ced089..28a8df3c9 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -AC_INIT([GNOME Web Browser],[2.15.91.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) +AC_INIT([GNOME Web Browser],[2.15.92],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) GNOME_COMMON_INIT @@ -74,14 +74,14 @@ if test "x$enable_maintainer_mode" = "xyes"; then MOZILLA_WARN_CXXFLAGS="-Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth $MOZILLA_WARN_CXXFLAGS" fi -GLIB_REQUIRED=2.10.1 -GTK_REQUIRED=2.9.3 +GLIB_REQUIRED=2.12.0 +GTK_REQUIRED=2.10.0 LIBXML_REQUIRED=2.6.12 LIBXSLT_REQUIRED=1.1.7 LIBGLADE_REQUIRED=2.3.1 LIBGNOMEVFS_REQUIRED=2.9.2 -LIBGNOME_REQUIRED=2.10.0 -LIBGNOMEUI_REQUIRED=2.6.0 +LIBGNOME_REQUIRED=2.14.0 +LIBGNOMEUI_REQUIRED=2.14.0 GNOME_DESKTOP_REQUIRED=2.9.91 LIBSTARTUP_NOTIFICATION_REQUIRED=0.5 DBUS_GLIB_REQUIRED=0.35 |