summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2017-01-16 18:43:28 -0600
committerMichael Catanzaro <mcatanzaro@gnome.org>2017-01-16 18:50:21 -0600
commitacfe39787a2891d3411d3d665b625d2ce2cf94d2 (patch)
treec34fe910396cbdd27ee04b8c92ea2c9ffbbb7e90
parentbf35a17ddedf89247771553ba9371749856aa604 (diff)
downloadepiphany-acfe39787a2891d3411d3d665b625d2ce2cf94d2.tar.gz
Prepare 3.23.43.23.4
-rw-r--r--NEWS18
-rw-r--r--configure.ac2
2 files changed, 19 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 78785030a..04201d14e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+3.23.4 - January 16, 2017
+=========================
+
+- Add Copy Image context menu item (#169747)
+- Add support for displaying IDN (punycode) URLs (#747376)
+- Do not offer to remember empty passwords (#771073)
+- Fix Alt+Left/Right keyboard shortcuts (#772437)
+- Added new tab menu to improve management of large numbers of tabs
+- New Tab button now moves to tab bar when tab bar is visible
+- Fix build failure with Firefox Sync support disabled
+- "Press key to exit fullscreen" message is now legible
+- Add Alt+D keyboard shortcut to focus the address bar
+- Store permissions for hosts displayed in info bar, not the current page
+- Animate appearance of add bookmark and security indicator popovers
+- Fix various minor memory leaks
+- Internationalize the "Favorites" bookmarks category
+- Updated translations
+
3.23.3 - December 12, 2016
==========================
diff --git a/configure.ac b/configure.ac
index 5d1523eac..2ea25c2da 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,7 @@ AX_REQUIRE_DEFINED([YELP_HELP_INIT])
dnl Must be a valid git tag
m4_define([epiphany_changelog_start],[3.21.4])
-AC_INIT([GNOME Web Browser],[3.23.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany])
+AC_INIT([GNOME Web Browser],[3.23.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany])
AX_IS_RELEASE([git-directory])
AC_PREREQ([2.69])