summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Smith <bmsmith@src.gnome.org>2006-06-12 05:48:05 +0000
committerBrent Smith <bmsmith@src.gnome.org>2006-06-12 05:48:05 +0000
commit60ad520fd08c037bcc31582c03b169cb53bd0937 (patch)
treecb7ffab650c6c366f186e8127eee5a4674792f8d
parent7607d94ba1a16b5ce9371fd2898eb6a477fabff1 (diff)
downloadyelp-60ad520fd08c037bcc31582c03b169cb53bd0937.tar.gz
- Version 2.15.3YELP_2_15_3
* NEWS: * configure.in: - Version 2.15.3
-rw-r--r--ChangeLog8
-rw-r--r--NEWS47
-rw-r--r--configure.in2
3 files changed, 56 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5dd59a62..585ae2ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+==================== 2.15.3 ====================
+
+2006-06-11 Brent Smith <gnome@nextreality.net>
+
+ * NEWS:
+ * configure.in:
+ - Version 2.15.3
+
2006-06-11 Brent Smith <gnome@nextreality.net>
* po/POTFILES.in:
diff --git a/NEWS b/NEWS
index 68ae8fbf..974e92f9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,50 @@
+Changes in 2.15.3:
+------------------
+* New debugging infrastructure (Brent Smith)
+* Add support for translated man pages, fixes #343275 (Brent Smith)
+* Support private instances with -p (Bug #337540) (Don Scorgie)
+* Switch from Bonobo to DBUS Activation (Don Scorgie)
+* Change 'Multimedia' category to 'Sound & Vision' for (Don Scorgie)
+ consistency (bug #332182)
+* Don't auto-expand sections in left pane (bug #167070) (Don Scorgie)
+* Don't use mozilla's internal string API, and drop (Christian Persch)
+ support for gecko 1.7 and non-toolkit geckos.
+ Bug #343950.
+* Add a deep history framework (bug #67966) (Don Scorgie)
+* Make *Notes into hyperlinks (bug #343524) (Don Scorgie)
+* Make monospace fonts change size when asked (Don Scorgie)
+ (bug #344003)
+* Escape & characters when encountered in info (Don Scorgie)
+ processing (fixes #343372)
+* more helpful message when there are no search results (Frederic Peters)
+ (fixes #341798)
+* search results message can be translated (Frederic Peters)
+ (fixes #341689)
+* limit search results to 20 items (fixes #341434) (Frederic Peters)
+* cleanup the man_secthash hash table when finished (Brent Smith)
+* don't increment ptr, fixes #341827 (Don Scorgie)
+* Fix a bunch of memory leaks (Don Scorgie)
+* Fix an invalid write, #342151 (Don Scorgie)
+* NULL checking. Suppresses critical warnings on some (Don Scorgie)
+ info pages
+* If an info file doesn't exist, default to showing (Don Scorgie)
+ the man page, fixes #341627
+* Fix loading of info pages from subdirectories (emacs) (Don Scorgie)
+* Update intltool requirement to 0.35.0 (Brent Smith)
+* Reduce strictness of searching for menus in info pages (Don Scorgie)
+* Updated translations:
+Jakub Friedl (cs)
+Mindu Dorji (dz)
+Francisco Javier F. Serrador (es)
+Priit Laes (et)
+Iñaki Larrañaga Murgoitio (eu)
+Ankit Patel (gu)
+Raivis Dejus (lv)
+Kjartan Maraas (nb)
+Theppitak Karoonboonyanan (th)
+Pablo Saratxaga (wa)
+
+
Changes in 2.15.2:
------------------
* fix the applyto element for the use_caret gconf key (Brent Smith)
diff --git a/configure.in b/configure.in
index 814e75dc..8ddbcbb2 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([Yelp],[2.15.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
+AC_INIT([Yelp],[2.15.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
GNOME_COMMON_INIT