summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2011-12-19 17:47:00 +0100
committerXan Lopez <xan@igalia.com>2011-12-19 17:47:25 +0100
commit279dc424b86cb489bf09be2271bc5bcfcf9f729c (patch)
tree19fea2846c9ffdcc190ef6063d2a1000bbf8e277
parentd18f19d7dbfd122d85ded01af5590e3b1798ce48 (diff)
downloadepiphany-279dc424b86cb489bf09be2271bc5bcfcf9f729c.tar.gz
[release] 3.3.33.3.3
-rw-r--r--NEWS25
-rw-r--r--configure.ac2
2 files changed, 26 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1292ebf0f..b2ef1ef69 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,29 @@
==============
+Epiphany 3.3.3
+==============
+
+Changes:
+ - Combine the stop/reload buttons (#657655)
+ - Drop bookmarks/topics bar
+ - Properly save about: URIs in session (#664483)
+ - Use a vanilla GtkToolbar instead of an EggEditableToolbar (#664483)
+ - Use an overlay progressbar for the load progress (#665470)
+ - Use GtkOverlay for the statusbar (#653996)
+ - Kill right/left padding in the toolbar so that icons are
+ accessible from the edge of the screen (#665518)
+ - Use new-windows-in-tabs by default (#656091)
+ - Remove "Go" and "Tabs" menu
+ - Remove user visible concept of "homepage" (#665469)
+ - Remove the toolbar editor (#664260)
+ - Use uniform style for about: pages (#665136)
+ - Use GTK+ 3.0 icon names (#665170)
+ - Make sure WebApps are always shown in the shell (#664751)
+ - Use SoupSession:ssl-use-system-ca-file property instead of copying
+ the detection code (#633109)
+ - Never show tabs in application mode (#663668)
+ - Layout fixes for the properties dialog (#662252)
+
+==============
Epiphany 3.3.2
==============
diff --git a/configure.ac b/configure.ac
index 954d20b33..f33fa6207 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
m4_define([epiphany_version_major],[3])
m4_define([epiphany_version_minor],[3])
-m4_define([epiphany_version_micro],[2])
+m4_define([epiphany_version_micro],[3])
m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro])
# This can be either "trunk" or "branches/gnome-x-y"