[epiphany] Prepare 3.23.1.1



commit 83ab0312fb2063fb90f291171e65b03980d7d54a
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Tue Oct 25 20:07:45 2016 -0500

    Prepare 3.23.1.1

 NEWS         |    7 +++++++
 configure.ac |   13 ++++---------
 2 files changed, 11 insertions(+), 9 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6c56e0e..16bf484 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+3.23.1.1 - October 25, 2016
+===========================
+
+- Fix critical warnings when blocking ads.
+- Enable automatic updates of HTTPS Everywhere rulesets.
+- Really remove settings with no effect.
+
 3.23.1 - October 24, 2016
 =========================
 
diff --git a/configure.ac b/configure.ac
index 27f0fe3..51fba56 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,14 +17,6 @@
 # You should have received a copy of the GNU General Public License
 # along with Epiphany.  If not, see <http://www.gnu.org/licenses/>.
 
-m4_define([epiphany_version_major],[3])
-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
-m4_define([epiphany_changelog_start],[3.21.4])
-
 AX_REQUIRE_DEFINED([APPSTREAM_XML])
 AX_REQUIRE_DEFINED([AX_CHECK_ENABLE_DEBUG])
 AX_REQUIRE_DEFINED([AX_COMPILER_FLAGS])
@@ -33,7 +25,10 @@ AX_REQUIRE_DEFINED([AX_IS_RELEASE])
 AX_REQUIRE_DEFINED([GLIB_GSETTINGS])
 AX_REQUIRE_DEFINED([YELP_HELP_INIT])
 
-AC_INIT([GNOME Web 
Browser],[epiphany_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany])
+dnl Must be a valid git tag
+m4_define([epiphany_changelog_start],[3.21.4])
+
+AC_INIT([GNOME Web Browser],[3.23.1.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany])
 AX_IS_RELEASE([git-directory])
 
 AC_PREREQ([2.69])


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