diff options
-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) |