Am Freitag, den 10.02.2006, 13:34 +0100 schrieb Sebastian Dröge:
> Hi,
> I want to ask for a UVF exception for liferea 1.0.3. This is a pure
> bugfix release.
> 
> In some days I'll most probably ask again for liferea 1.0.4 and
> afterwards for other releases in the 1.0 line as only bugfixes will be
> applied

As promised... here ist 1.0.4 ;)

bye

PS: attached diffs are from 1.0.3 to 1.0.4... for 1.0.2 to 1.0.3 see the
previous mail
--- liferea-1.0.3/ChangeLog	2006-02-01 00:40:26.000000000 +0100
+++ liferea-1.0.4/ChangeLog	2006-02-11 01:53:00.000000000 +0100
@@ -1,3 +1,26 @@
+2006-02-10  Nathan Conrad  <[EMAIL PROTECTED]>
+
+	Version 1.0.4
+
+	* Removes GDK locking to avoid freezing the program when a new
+	  browser window is created or a flash plugin is used. Note that
+	  this only effects users of the mozilla renderer and not the
+	  gtkhtml2 renderer.
+	* When browsing the World Wide Web inside of Liferea, tab titles
+	  now change to the title of the HTML page being viewed. Also, a
+	  similar change was made for the location bar.
+	* Fixes a crash in the Atom 1.0 parser.
+	* Tray icon reports if Liferea is in offline or online mode.
+	  (Thomas de Grenier de Latour)
+	* Long headlines are now ellipsized when displayed in the
+	  item list.
+	
+	Translations:
+
+	* Update of Spanish translation (Carlos Fenellosa Biesla)
+	* Update of German translation
+
+
 2006-02-01  Lars Lindner <[EMAIL PROTECTED]>
 
         Version 1.0.3
 ChangeLog                     |   23 
 INSTALL                       |   69 
 Makefile.in                   |  354 +
 aclocal.m4                    | 8499 ++++++++++++++++++++----------------------
 compile                       |  157 
 config.h.in                   |    4 
 configure                     | 1263 +++++-
 configure.ac                  |    2 
 css/liferea.css               |    2 
 depcomp                       |  103 
 doc/Makefile.in               |  171 
 doc/html/Makefile.in          |  109 
 install-sh                    |  471 +-
 liferea-SuSE.spec             |    2 
 liferea.1                     |   28 
 liferea.desktop               |    7 
 liferea.glade                 |    6 
 liferea.spec                  |    2 
 missing                       |  144 
 mkinstalldirs                 |   89 
 opml/Makefile.in              |  116 
 opml/feedlist.opml            |    1 
 opml/feedlist_de.opml         |    1 
 opml/feedlist_es.opml         |    1 
 opml/feedlist_fr.opml         |    1 
 opml/feedlist_sk.opml         |    1 
 pixmaps/Makefile.am           |    5 
 pixmaps/Makefile.in           |  131 
 pixmaps/available_offline.png |    5 
 pixmaps/empty_offline.png     |    5 
 po/POTFILES.in                |    3 
 po/bg.gmo                     |   18 
 po/bg.po                      |  551 +-
 po/ca.gmo                     |   16 
 po/ca.po                      |  551 +-
 po/cs.gmo                     |    2 
 po/cs.po                      |  551 +-
 po/de.gmo                     |   75 
 po/de.po                      |  550 +-
 po/es.gmo                     |   75 
 po/es.po                      |  564 +-
 po/fi.gmo                     |    2 
 po/fi.po                      |  551 +-
 po/fr.gmo                     |   90 
 po/fr.po                      |  558 +-
 po/it.gmo                     |   18 
 po/it.po                      |  553 +-
 po/ja.gmo                     |   18 
 po/ja.po                      |  551 +-
 po/ko.gmo                     |   14 
 po/ko.po                      |  551 +-
 po/liferea.pot                |  550 +-
 po/mk.gmo                     |    2 
 po/mk.po                      |  551 +-
 po/pl.gmo                     |    2 
 po/pl.po                      |  551 +-
 po/pt_BR.gmo                  |   18 
 po/pt_BR.po                   |  551 +-
 po/ro.gmo                     |    2 
 po/ro.po                      |  551 +-
 po/ru.gmo                     |    2 
 po/ru.po                      |  551 +-
 po/sk.gmo                     |   18 
 po/sk.po                      |  551 +-
 po/sv.gmo                     |   81 
 po/sv.po                      |  554 +-
 po/zh_CN.gmo                  |    2 
 po/zh_CN.po                   |  551 +-
 po/zh_TW.gmo                  |    2 
 po/zh_TW.po                   |  551 +-
 src/Makefile.am               |    1 
 src/Makefile.in               |  363 -
 src/atom10.c                  |   60 
 src/callbacks.c               |   15 
 src/callbacks.h               |    2 
 src/conf.c                    |    9 
 src/feed.c                    |    1 
 src/gtkhtml2/Makefile.in      |  240 -
 src/gtkhtml2/gtkhtml2.c       |   12 
 src/interface.c               |   19 
 src/main.c                    |   15 
 src/mozilla/Makefile.in       |  330 -
 src/mozilla/mozembed.c        |   34 
 src/net/Makefile.in           |  442 --
 src/ui_enclosure.c            |    3 
 src/ui_feedlist.c             |    1 
 src/ui_htmlview.c             |    2 
 src/ui_htmlview.h             |    2 
 src/ui_itemlist.c             |    4 
 src/ui_itemlist.h             |    2 
 src/ui_mainwindow.c           |   24 
 src/ui_mainwindow.h           |    2 
 src/ui_popup.c                |    2 
 src/ui_queue.c                |  369 -
 src/ui_queue.h                |   53 
 src/ui_search.c               |    4 
 src/ui_tabs.c                 |  118 
 src/ui_tabs.h                 |    8 
 src/ui_tray.c                 |    7 
 src/ui_vfolder.h              |    5 
 src/update.c                  |   24 
 101 files changed, 13279 insertions(+), 12169 deletions(-)

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

-- 
Ubuntu-motu mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu

Reply via email to