diff options
author | minskim <minskim@pkgsrc.org> | 2004-08-17 03:05:02 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-08-17 03:05:02 +0000 |
commit | fae6cdf11ecf5f0ae75c70f1c3d788e135aec355 (patch) | |
tree | 15c4884f98065da2ebdc8eccb3e4a3c7e06c3c27 /www/liferea | |
parent | 16e195c46d013e488994ae520a022e6a612efcba (diff) | |
download | pkgsrc-fae6cdf11ecf5f0ae75c70f1c3d788e135aec355.tar.gz |
Update liferea to 0.5.3.
Changes:
* New File selectors are used when compiled with GTK+ 2.4 or
later. (Nathan Conrad)
* XML parsers now detect namespaces based on their URL. (Nathan
Conrad)
* UTF-16 formatted documents are now supported. Please complain if
you have problems! This may also help other encodings that
contain NULL bytes in their datastreams.
* More favicons are now detected (HTML pages are now searched for
links to the favicons). (Nathan Conrad)
* Authenticated proxies are now supported via the GNOME proxy
settings and http_proxy environment variable. (Nathan Conrad)
* Help feeds are no longer downloaded at every startup.
* Support for photo blog RSS modules. (Lars Lindner)
* There is a new preference option in the "Headline Display"
tab to change the key binding for skimming through the
articles. It now defaults to Ctrl-Space instead of simply
Space. This is to allow using forms with Mozilla. If you
prefer Space please set it explicitly in the preferences.
(Lars Lindner)
* GConf schemas have been added to document the various gconf
keys that Liferea uses and provide control of defaults by
computer administrators. (Nathan Conrad)
* Notification popups now show the favicon of the feeds for
easier recognizing. (Lars Linder)
* Session manager support. This makes the lock file removed when
a user logs out without first cloning Liferea. (Lots of code from
gaim, but integrated into Liferea by Nathan Conrad)
* Fixed bug where some invalid feeds were causing their item lists
to be erased when they were updated. (Nathan Conrad)
* Fixed bug that may crash the program when the libxml2 error
output displayed in the feed description contains invalid
Unicode characters. This was reported by Yanko Kaneti.
(Lars Lindner)
* Fixed bug with incorrect HTML in the condensed mode.
(Jack Lecou)
* Fixed the missing scrolling reset when you display items
with Mozilla (Lars Lindner)
* Fixed a popup menu problems with gtkhtml2, which did not
always show the correct menu reported by hakon_g.
(Lars Lindner)
Diffstat (limited to 'www/liferea')
-rw-r--r-- | www/liferea/Makefile | 4 | ||||
-rw-r--r-- | www/liferea/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/liferea/Makefile b/www/liferea/Makefile index b3eaff92c90..b34069a9111 100644 --- a/www/liferea/Makefile +++ b/www/liferea/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2004/08/02 23:55:22 minskim Exp $ +# $NetBSD: Makefile,v 1.8 2004/08/17 03:05:02 minskim Exp $ -DISTNAME= liferea-0.5.2c +DISTNAME= liferea-0.5.3 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=liferea/} diff --git a/www/liferea/distinfo b/www/liferea/distinfo index cbafbbf469f..39b2a419e6a 100644 --- a/www/liferea/distinfo +++ b/www/liferea/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2004/08/02 23:55:22 minskim Exp $ +$NetBSD: distinfo,v 1.7 2004/08/17 03:05:02 minskim Exp $ -SHA1 (liferea-0.5.2c.tar.gz) = 956e084c2749e44e8db940970e2187938c1f5563 -Size (liferea-0.5.2c.tar.gz) = 920684 bytes +SHA1 (liferea-0.5.3.tar.gz) = e5bcbf94344911df515eca1b0a13a823c805b7f7 +Size (liferea-0.5.3.tar.gz) = 943477 bytes |