diff options
-rw-r--r-- | NEWS | 28 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 29 insertions, 1 deletions
@@ -1,3 +1,31 @@ +3.23.3 - December 12, 2016 +========================== + +- Experimental HTTPS Everywhere support is now disabled by default +- Experimental Firefox Sync support is now disabled by default +- Restore ability to import/export bookmarks (#772423) +- Fixes to key event handling (#772437) +- Fix crash in certain locales when right-clicking address bar (#772994) +- Detect new password forms after page is loaded (#773327) +- Fix focusing the address bar when opening new tabs (#774599) +- Fix redirect loop caused by HTTPS Everywhere (#774925) +- Improve Firefox Sync error handling (#774940) +- Again handle adblock and HTTPS Everywhere in the web process (#775067) +- Warn users about insecure password forms (#775167) +- Distribute missing icon (#775209) +- Fix displaying new overview item when one is removed (#775604) +- Expose homepage setting and show a home button when enabled (#775641) +- Remove the progress bar (#775710) +- Hide new bookmarks button in application mode (#775760) +- Hide lock icon when visiting about:blank +- Handle focus stealing prevention properly when opening downloads +- Do not run Epiphany web extension in Firefox Sync login view +- Search provider D-Bus service name now matches GtkApplication ID +- Remove the homepage-loads-in-new-tabs setting added in 3.23.2 +- Fix tags not being created when migrating bookmarks from 3.22 +- Fix various memory safety issues +- Updated translations + 3.23.2.1 - November 21, 2016 ============================ diff --git a/configure.ac b/configure.ac index 053a3871b..3f8eb2638 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.2.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) +AC_INIT([GNOME Web Browser],[3.23.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) AX_IS_RELEASE([git-directory]) AC_PREREQ([2.69]) |