[epiphany] Prepare 3.23.1



commit 3a704432df66f19308ffadc9318a490294f43898
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Oct 24 20:35:43 2016 -0500

    Prepare 3.23.1

 NEWS         |   76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    5 ++-
 2 files changed, 79 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index a0158f4..6c56e0e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,79 @@
+3.23.1 - October 24, 2016
+=========================
+
+Epiphany has been relicensed from GPLv2+ to GPLv3+.
+
+New dependency:
+ libhttpseverywhere
+
+Removed dependencies:
+ avahi-client, avahi-gobject, gdk-x11-3.0, gsettings-desktop-schemas, x11
+
+- Address bar is once again visible at all times, except in web app mode.
+- Redesigned user interface for bookmarks management.
+--- Support for zeroconf bookmarks has been removed. (Help welcome to restore.)
+--- Support for smart bookmarks has been temporarily removed. It will return.
+- HTTPS Everywhere support added and enabled unconditionally.
+- Support for bookmarks sync between Epiphany browsers via Firefox Sync.
+--- Epiphany uses the Firefox Sync service, which can store arbitrary data.
+--- Epiphany cannot sync with Firefox. (It would be possible. Help welcome!)
+--- Epiphany is not Firefox.
+--- Epiphany is not produced or endorsed by Mozilla.
+--- Privacy Policy: https://wiki.gnome.org/Apps/Web/PrivacyPolicy
+- Integrated source code view returns, utilizing Prism JavaScript library.
+- Overview now shows three rows of three previews each.
+- Remember password info bar now has a "never remember" option.
+- Web apps now have a basic app menu.
+- Web apps are once again confined to their original domain.
+- Disable history lockdown setting now actually disables access to history.
+- Removed enable-plugins option. NPAPI browser plugins are no longer supported.
+- Removed hidden enable-javascript option. (Help welcome to support NoScript.)
+- Removed several old settings that no longer had any effect.
+- Removed --netbank-mode command line option. Use --incognito-mode instead.
+- Updated translations
+
+Thanks to Iulian Radu (port to GAction, bookmarks subsystem rewrite), Gabriel
+Ivascu (sync integration), and Daniel 'grindhold' Brendle (libhttpseverywhere)
+for their major contributions to this release.
+
+===============
+Epiphany 3.22.1
+===============
+
+- Remember decision to allow or deny notifications (#748339)
+- Do not copy cookies when creating web app (#771540)
+- Fix dock to right button in web inspector
+- Improve overview layout in small windows
+- Escape URL for markup in new web app dialog
+- Updated translations
+
+===============
+Epiphany 3.22.0
+===============
+
+- Updated translations
+
+================
+Epiphany 3.21.92
+================
+
+- Add support for opening FTP URIs in an external application (#136501)
+- Fix crash in non-English locales (#765374)
+- Don't crash if loading a local web app that uses an absolute path (#767101)
+- Fix several features that were broken when multiple tabs share a web process (#769627)
+- Remove keyboard shortcut for Duplicate Tab since it clashes with GtkInspector
+- Remove assertion that was breaking error pages on certain network errors
+- Updated translations
+
+================
+Epiphany 3.21.90
+================
+
+- Fix memory leaks (#769228)
+- Limit geolocation/notification permission request info bars (#764593)
+- Fix mistake in tracking the remember password info bar
+- Updated translations
+
 ===============
 Epiphany 3.21.4
 ===============
diff --git a/configure.ac b/configure.ac
index c4275ca..27f0fe3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,6 @@
 # Copyright © 2000-2004 Marco Pesenti Gritti
 # Copyright © 2003, 2004, 2005, 2006, 2007 Christian Persch
+# Copyright © 2015-2016 Igalia S.L
 #
 # This file is part of Epiphany.
 #
@@ -17,8 +18,8 @@
 # along with Epiphany.  If not, see <http://www.gnu.org/licenses/>.
 
 m4_define([epiphany_version_major],[3])
-m4_define([epiphany_version_minor],[21])
-m4_define([epiphany_version_micro],[4])
+m4_define([epiphany_version_minor],[23])
+m4_define([epiphany_version_micro],[1])
 m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro])
 
 dnl Must be a valid git tag


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]