diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-04-02 19:13:18 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-04-02 19:13:18 +0800 |
commit | eb67e2d92b3bff01e4314bc831b319afc12cee61 (patch) | |
tree | 2ebaa681fc3a80c25c608d19f43c1a2106702f2d | |
parent | 0d864564f969070e8a26f73a4c39211325ce4e9c (diff) | |
download | gsoc2013-epiphany-eb67e2d92b3bff01e4314bc831b319afc12cee61.tar gsoc2013-epiphany-eb67e2d92b3bff01e4314bc831b319afc12cee61.tar.gz gsoc2013-epiphany-eb67e2d92b3bff01e4314bc831b319afc12cee61.tar.bz2 gsoc2013-epiphany-eb67e2d92b3bff01e4314bc831b319afc12cee61.tar.lz gsoc2013-epiphany-eb67e2d92b3bff01e4314bc831b319afc12cee61.tar.xz gsoc2013-epiphany-eb67e2d92b3bff01e4314bc831b319afc12cee61.tar.zst gsoc2013-epiphany-eb67e2d92b3bff01e4314bc831b319afc12cee61.zip |
Version 1.6.1.Release161
2005-04-02 Christian Persch <chpe@cvs.gnome.org>
* NEWS:
* configure.ac:
Version 1.6.1.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 21 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/reference/tmpl/ephy-embed.sgml | 2 |
4 files changed, 31 insertions, 1 deletions
@@ -1,3 +1,10 @@ +2005-04-02 Christian Persch <chpe@cvs.gnome.org> + + * NEWS: + * configure.ac: + + Version 1.6.1. + 2005-03-31 Christian Persch <chpe@cvs.gnome.org> * data/mime-types-permissions.xml: @@ -1,4 +1,25 @@ ============== +Epiphany 1.6.1 +============== + + * Use libstartup-notification, not gnome-desktop to launch apps [#169039] + * Disable automatic image resizing on toolkit too + * Fix a crash on window close with active toolbar activation + * Fix tabs menu crash [#169833] + * Fix tabs label sizing [#167657] + * Default to links only with the fixed-up typeaheadfind too + * Adapt to mozilla API changes + * Fix automatically opened downloads [#171197] + * Revise mime type list [#170493] + +Contributors to this release: +Christian Persch and Jean-François Rameau, and the translators +Hendrik Richter (de), Adam Weinberger (en_CA), Francesco Marletta (it), +Takeshi AIHANA (ja), Steve Murphy (rw), Erçin EKER (tr), and +Ching-Hung Lin (zh_TW). + + +============== Epiphany 1.6.0 ============== diff --git a/configure.ac b/configure.ac index 2d9e59de7..0bda09917 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.6.0.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) +AC_INIT([GNOME Web Browser],[1.6.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) GNOME_COMMON_INIT diff --git a/doc/reference/tmpl/ephy-embed.sgml b/doc/reference/tmpl/ephy-embed.sgml index d5fd81c8d..75abf2835 100644 --- a/doc/reference/tmpl/ephy-embed.sgml +++ b/doc/reference/tmpl/ephy-embed.sgml @@ -223,6 +223,8 @@ be done by casting). @: @: @: +@: +@: @: <!-- ##### SIGNAL EphyEmbed::ge-security-change ##### --> |