aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac5
-rw-r--r--doc/reference/tmpl/ephy-embed.sgml2
4 files changed, 13 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index c136d18e8..2b3235ad4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 ##### -->