diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-02-08 07:47:57 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-02-08 07:47:57 +0800 |
commit | 78f765828dffd924d82a24915c4a758ad8c8b39c (patch) | |
tree | 9fded330e9d9c5bb7a5d007e8322bb0a7d4ca127 | |
parent | 48cbe4e73febce12b9673fbd34eb712de5329f1e (diff) | |
download | gsoc2013-epiphany-78f765828dffd924d82a24915c4a758ad8c8b39c.tar.gz gsoc2013-epiphany-78f765828dffd924d82a24915c4a758ad8c8b39c.tar.zst gsoc2013-epiphany-78f765828dffd924d82a24915c4a758ad8c8b39c.zip |
=== Release 1.5.6 ===Release156
2005-02-08 Christian Persch <chpe@cvs.gnome.org>
=== Release 1.5.6 ===
* Makefile.am:
* configure.ac:
* doc/reference/tmpl/ephy-embed.sgml:
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 5 | ||||
-rw-r--r-- | doc/reference/tmpl/ephy-embed.sgml | 2 |
4 files changed, 13 insertions, 4 deletions
@@ -1,3 +1,11 @@ +2005-02-08 Christian Persch <chpe@cvs.gnome.org> + + === Release 1.5.6 === + + * Makefile.am: + * configure.ac: + * doc/reference/tmpl/ephy-embed.sgml: + 2005-02-07 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozRegisterComponents.cpp: diff --git a/Makefile.am b/Makefile.am index 856e7a8e3..4a3fc3883 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ SUBDIRS = lib embed idl src data po help doc -distcleancheck_listfiles = find . -type f -print | grep -v 'omf\.out' +distcleancheck_listfiles = find . -type f -print | grep -v -e 'omf\.out' -e '\.gmo$' distuninstallcheck_listfiles = find . -type f -print | grep -v '/var/scrollkeeper' diff --git a/configure.ac b/configure.ac index 13ffe572a..564e00fcf 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ dnl You should have received a copy of the GNU General Public License along dnl with this program; if not, write to the Free Software Foundation, Inc., dnl 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -AC_INIT([GNOME Web Browser],[1.5.5.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) +AC_INIT([GNOME Web Browser],[1.5.6],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) GNOME_COMMON_INIT @@ -51,8 +51,7 @@ LIBXSLT_REQUIRED=1.1.7 LIBGNOMEVFS_REQUIRED=2.3.1 LIBGLADE_REQUIRED=2.3.1 LIBGNOMEUI_REQUIRED=2.6.0 -dnl rev this to 2.9.4 when released -GNOME_ICON_THEME_REQUIRED=2.9.3 +GNOME_ICON_THEME_REQUIRED=2.9.90 AC_ENABLE_SHARED([yes]) AC_ENABLE_STATIC([no]) diff --git a/doc/reference/tmpl/ephy-embed.sgml b/doc/reference/tmpl/ephy-embed.sgml index d2ebbc930..cee623a37 100644 --- a/doc/reference/tmpl/ephy-embed.sgml +++ b/doc/reference/tmpl/ephy-embed.sgml @@ -217,6 +217,8 @@ be done by casting). @: @: @: +@: +@: @: <!-- ##### SIGNAL EphyEmbed::ge-security-change ##### --> |