diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-01-17 07:58:51 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-01-17 07:58:51 +0800 |
commit | 4e874b34f9b185ce3d2c29a97c4b8dd78861b4e0 (patch) | |
tree | ac66fb38ceabcc5b5003cb561241e796845eb13b | |
parent | 5a9945adda3cd770a0d72f13e55f11950fd66015 (diff) | |
download | gsoc2013-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-- | ChangeLog | 9 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | data/chrome/Makefile.am | 3 |
3 files changed, 12 insertions, 2 deletions
@@ -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) |