aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-01-17 07:58:51 +0800
committerChristian Persch <chpe@src.gnome.org>2006-01-17 07:58:51 +0800
commit4e874b34f9b185ce3d2c29a97c4b8dd78861b4e0 (patch)
treeac66fb38ceabcc5b5003cb561241e796845eb13b
parent5a9945adda3cd770a0d72f13e55f11950fd66015 (diff)
downloadgsoc2013-epiphany-4e874b34f9b185ce3d2c29a97c4b8dd78861b4e0.tar
gsoc2013-epiphany-4e874b34f9b185ce3d2c29a97c4b8dd78861b4e0.tar.gz
gsoc2013-epiphany-4e874b34f9b185ce3d2c29a97c4b8dd78861b4e0.tar.bz2
gsoc2013-epiphany-4e874b34f9b185ce3d2c29a97c4b8dd78861b4e0.tar.lz
gsoc2013-epiphany-4e874b34f9b185ce3d2c29a97c4b8dd78861b4e0.tar.xz
gsoc2013-epiphany-4e874b34f9b185ce3d2c29a97c4b8dd78861b4e0.tar.zst
gsoc2013-epiphany-4e874b34f9b185ce3d2c29a97c4b8dd78861b4e0.zip
=== Release 1.9.5 ===Release195
2006-01-17 Christian Persch <chpe@cvs.gnome.org> === Release 1.9.5 === * configure.ac: * data/chrome/Makefile.am: Updates.
-rw-r--r--ChangeLog9
-rw-r--r--configure.ac2
-rw-r--r--data/chrome/Makefile.am3
3 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d0437b5a6..1f48e2b6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2006-01-17 Christian Persch <chpe@cvs.gnome.org>
+ === Release 1.9.5 ===
+
+ * configure.ac:
+ * data/chrome/Makefile.am:
+
+ Updates.
+
+2006-01-17 Christian Persch <chpe@cvs.gnome.org>
+
* data/chrome/epiphany.manifest.in:
Fix number of /'s in URI.
diff --git a/configure.ac b/configure.ac
index a1bb14fbe..ca0467f61 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-AC_INIT([GNOME Web Browser],[1.9.4.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany])
+AC_INIT([GNOME Web Browser],[1.9.5],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany])
GNOME_COMMON_INIT
diff --git a/data/chrome/Makefile.am b/data/chrome/Makefile.am
index eecee66d5..b3c90ca47 100644
--- a/data/chrome/Makefile.am
+++ b/data/chrome/Makefile.am
@@ -16,4 +16,5 @@ globalchrome_DATA = about.xhtml
EXTRA_DIST = \
$(manifest_in_files) \
- $(branding_in_files)
+ $(branding_in_files) \
+ $(globalchrome_DATA)