pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/liferea Update liferea to 0.6.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/42fd9fe0e534
branches:  trunk
changeset: 482742:42fd9fe0e534
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Nov 02 16:35:57 2004 +0000

description:
Update liferea to 0.6.1.

Changes:
        * Changed the handling of updated items. Previously the
          read status of updated items was set to unread. This
          was very inconvenient because of a lot of buggy feeds
          with non-unique item ids which caused continuously
          unread but unchanged items. Now an update flag is set
          and the item is shown in bold dark gray color in the
          item list. An updated item does not count in the
          unread counter anymore.
          I hope this improves usability with broken feeds.
          (Lars Lindner)
        * Finally made the condensed mode a permanent feed state.
          Just select it once and the feed you like to read in
          this mode will stay this way until you switch it off.
          (Lars Lindner)
        * Improvement to the itemlist viewing mode switching.
          Now the HTML rendering widget isn't destroyed each
          time the mode is switched but reused.
          (Lars Lindner)
        * IPv6 Support. (Christoph Hohmann)
        * Support for broken web-servers and proxies that use
          chunked encoding. (Alex Myltsev)
        * A feed update now does not reset the item list focus
          or selection anymore. (Lars Lindner)
        * Applied HIG rule for "..." in menu labels.
          (Lars Lindner)
        * Changed "New Subscription" menu icon to "+" sign
          like it is in the toolbar. (Bram Senders)
        * Added a Technorati link like Sage has. (Lars Lindner)
        * The feed description of a subscription with a command
          as source does not show the command string anymore.
          This is to avoid showing sensitive information.
          (Lars Lindner)
        * Liferea now has a global feed update interval setting.
          This setting defines the update behaviour of a feed
          for which neither you or the feed provider did define
          a feed specific update interval. There is also a new
          option in the feed properties to disable automatic
          updates of the feed. (Lars Lindner)
        * Added a button in the preferences to force an update
          of all feed favicons. (Amit D. Chaudhary)
        * Liferea now prevents the update of vfolders when you
          request the update of all feeds. This bug changed the
          vfolder state to unavailable. (Lars Lindner)
        * Fix for a HTML layout problem where big images could
          misalign the item footer and following items.
          (Gee Law)
        * Finally corrected the inverted sorting order of
          the date column. But this means that you have to
          reset the sort order of all your feeds once. Sorry
          about that! (Lars Lindner)
        * The handling of the default update interval information
          of feeds was broken so the properties dialog never
          showed the value. This is fixed now. (Lars Lindner)
        * Fixed a bug on with non-blocking sockets and Solaris8.
          (pkeusem)

diffstat:

 www/liferea/Makefile |  4 ++--
 www/liferea/PLIST    |  6 +++++-
 www/liferea/distinfo |  6 +++---
 3 files changed, 10 insertions(+), 6 deletions(-)

diffs (56 lines):

diff -r 429320f190f4 -r 42fd9fe0e534 www/liferea/Makefile
--- a/www/liferea/Makefile      Tue Nov 02 15:56:03 2004 +0000
+++ b/www/liferea/Makefile      Tue Nov 02 16:35:57 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2004/10/25 15:39:02 minskim Exp $
+# $NetBSD: Makefile,v 1.12 2004/11/02 16:35:57 minskim Exp $
 
-DISTNAME=              liferea-0.6.0
+DISTNAME=              liferea-0.6.1
 CATEGORIES=            www
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=liferea/}
 
diff -r 429320f190f4 -r 42fd9fe0e534 www/liferea/PLIST
--- a/www/liferea/PLIST Tue Nov 02 15:56:03 2004 +0000
+++ b/www/liferea/PLIST Tue Nov 02 16:35:57 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2004/10/25 15:39:02 minskim Exp $
+@comment $NetBSD: PLIST,v 1.7 2004/11/02 16:35:57 minskim Exp $
 bin/liferea
 bin/liferea-bin
 lib/liferea/liblihtmlg.la
@@ -6,12 +6,15 @@
 share/applications/liferea.desktop
 share/gconf/schemas/liferea.schemas
 share/liferea/css/liferea.css
+share/liferea/css/liferea2.css
 share/liferea/opml/feedlist.opml
 share/liferea/opml/feedlist_de.opml
 share/liferea/opml/feedlist_es.opml
 share/liferea/opml/feedlist_fr.opml
+share/liferea/opml/feedlist_sk.opml
 share/liferea/pixmaps/available.png
 share/liferea/pixmaps/directory.png
+share/liferea/pixmaps/edit.png
 share/liferea/pixmaps/empty.png
 share/liferea/pixmaps/flag.png
 share/liferea/pixmaps/liferea.png
@@ -19,6 +22,7 @@
 share/liferea/pixmaps/offline.png
 share/liferea/pixmaps/online.png
 share/liferea/pixmaps/read.xpm
+share/liferea/pixmaps/technorati.png
 share/liferea/pixmaps/unread.png
 share/liferea/pixmaps/vfolder.png
 ${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/liferea.mo
diff -r 429320f190f4 -r 42fd9fe0e534 www/liferea/distinfo
--- a/www/liferea/distinfo      Tue Nov 02 15:56:03 2004 +0000
+++ b/www/liferea/distinfo      Tue Nov 02 16:35:57 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2004/10/25 15:39:02 minskim Exp $
+$NetBSD: distinfo,v 1.9 2004/11/02 16:35:57 minskim Exp $
 
-SHA1 (liferea-0.6.0.tar.gz) = a7b790b126b8430b5fc1f760ea80d197c46aa5fc
-Size (liferea-0.6.0.tar.gz) = 1001195 bytes
+SHA1 (liferea-0.6.1.tar.gz) = ca65dee1701ce2ddb76c16694a5b5c4d5bad98e2
+Size (liferea-0.6.1.tar.gz) = 1032988 bytes



Home | Main Index | Thread Index | Old Index