[epiphany] [release] 3.13.90



commit 28ed44fd6f71976ef591b1436d1a03f5c3d7fbdd
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Fri Aug 29 16:13:16 2014 +0300

    [release] 3.13.90

 NEWS              |   12 ++++++++++++
 configure.ac      |    4 ++--
 tests/Makefile.am |   28 +++++++++++++---------------
 3 files changed, 27 insertions(+), 17 deletions(-)
---
diff --git a/NEWS b/NEWS
index 46b7349..8b98f4a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+================
+Epiphany 3.13.90
+================
+
+ - AddBlocker: performance improvements (#730129)
+ - Documentation updated and improved (#730503)
+ - Allow sorting history by title and URL (#699519)
+ - Clean the certificates dialog (#699519)
+ - Improvements to the security lock icon (#666808)
+ - Many other UI polishing and code fixes.
+ - Updated translations and docs translations.
+
 ===============
 Epiphany 3.12.1
 ===============
diff --git a/configure.ac b/configure.ac
index 2aa9dd1..3d0991e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,8 +16,8 @@
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
 
 m4_define([epiphany_version_major],[3])
-m4_define([epiphany_version_minor],[12])
-m4_define([epiphany_version_micro],[1])
+m4_define([epiphany_version_minor],[13])
+m4_define([epiphany_version_micro],[90])
 m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro])
 
 AC_INIT([GNOME Web 
Browser],[epiphany_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany])
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 2ce0538..ba3242f 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -11,8 +11,6 @@ noinst_PROGRAMS = \
        test-ephy-history \
        test-ephy-location-entry \
        test-ephy-migration \
-       test-ephy-session \
-       test-ephy-shell \
        test-ephy-snapshot-service \
        test-ephy-sqlite \
        test-ephy-string \
@@ -152,19 +150,19 @@ test_ephy_location_entry_SOURCES = \
 test_ephy_migration_SOURCES = \
        ephy-migration-test.c
 
-test_ephy_session_SOURCES = \
-       ephy-session-test.c \
-       ephy-test-utils.c \
-       ephy-test-utils.h \
-       $(top_builddir)/src/epiphany-resources.c \
-       $(top_builddir)/src/epiphany-resources.h
-
-test_ephy_shell_SOURCES = \
-       $(top_builddir)/src/epiphany-resources.c \
-       $(top_builddir)/src/epiphany-resources.h \
-       ephy-shell-test.c \
-       ephy-test-utils.c \
-       ephy-test-utils.h
+# test_ephy_session_SOURCES = \
+#      ephy-session-test.c \
+#      ephy-test-utils.c \
+#      ephy-test-utils.h \
+#      $(top_builddir)/src/epiphany-resources.c \
+#      $(top_builddir)/src/epiphany-resources.h
+
+# test_ephy_shell_SOURCES = \
+#      $(top_builddir)/src/epiphany-resources.c \
+#      $(top_builddir)/src/epiphany-resources.h \
+#      ephy-shell-test.c \
+#      ephy-test-utils.c \
+#      ephy-test-utils.h
 
 test_ephy_snapshot_service_SOURCES = \
        ephy-snapshot-service-test.c


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