From cef5e3775820585227577350ba51b339302795f5 Mon Sep 17 00:00:00 2001 From: Don Scorgie Date: Mon, 13 Aug 2007 21:13:58 +0000 Subject: Bump to version 2.19.90 svn path=/trunk/; revision=2900 --- ChangeLog | 6 ++++++ NEWS | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.in | 2 +- 3 files changed, 68 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5126d5e3..ea62efd4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ +==================== 2.19.90 ==================== + 2007-08-13 Don Scorgie + * configure.in: + * NEWS: + Bump to version 2.19.90 + * Makefile.am: s/yelp.desktop.in/yelp.desktop.in.in/ Fixes distcheck (1) - other is in po/ChangeLog diff --git a/NEWS b/NEWS index d296dfd7..a9e01b64 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,64 @@ +Changed in 2.19.90: +------------------- + + * Fix distcheck (Rodney Dawes) + * Use x-yelp-index instead of index, which unbreaks + some docbook files + * Write html on command instead of in idle, which + fixes info pages + * Update some copyrights on files + * Make MAINTAINERS meet bkor's high expectations + * Add a "phrase not found" message to the find bar + * Fix "info " in search bar + * Handle malformed .so tags (Matt Keenan - bug #447107) + * Better handling of cross links in man pages + - Matthias Clasen (bug #431078) + * Fix crashes in various info pages + - Matthias Clasen (bug #430365) + * Remove extra markup from print dialog + - Christian Persch (bug #381431) + * Fix searching of single ':' using basic search + (bug #364768) + * Various fixes to basic search + - Matthias Clasen (bug #370167) + * Handle '\*=' escape sequence in man pages + - Björn Lindqvist (bug #358825) + * Resolve full paths given with ghelp: uri + (bug #464295) + * Reduce static data and relocations + - Christian Persch (bug #457082) + * Fix build on Solaris + (bug #462440) + * Remove c++ comment + (bug #462813) + * Mark -help contents as translatable + - Gabor Kelemen (bug #450168) + * Remove suffix from icon + - Sven Arvidsson (bug #463281) + * Make error messages less cryptic + * Mark print dialog title as translatable + - Gabor Kelemen (bug #458693) + * Fix building with Beagle again + - bug #462056 + * Register EXSLT extensions + - Fixes docbook pages again + - Shaun McCance + * Updated translations: + * be@latin (Ihar Hrachyshka) + * bn_IN (Runa Bhattacharjee) + * es (Jorge Gonzalez) + * et (Priit Laes) + * eu (Inaki Laranaga Murgoitio) + * fi (Ilkka Tuohela) + * gu (Ankit Patel) + * ja (Takeshi AIHANA) + * nb (Kjartan Maraas) + * pt_BR (Leonardo Ferreira Fontenelle) + * si (Danishka Navin) + * sv (Daniel Nylander) + * ta (I. Felix) + * th (Theppitak Karoonboonyanan) + Changed in 2.19.1: ------------------ * Merge of yelp-spoon (rework) branch diff --git a/configure.in b/configure.in index c0f41e62..11cc8512 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([Yelp],[2.19.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp]) +AC_INIT([Yelp],[2.19.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp]) GNOME_COMMON_INIT -- cgit v1.2.1