Update liferea to 0.6.0.

Changes since 0.5.3:
	* Finally added a menu option to remove a single item.
	  Sorry that it took so long! (Lars Lindner)
	* Item modification times are now correctly converted to the local
	  timezone. (Nathan Conrad)
	* The help feeds are now (almost) normal subscriptions
	  and can be removed and modified. The only remaining
	  difference is that the version in the URL is updated
	  automatically and that old items are dropped. This
	  also removes the special icon of the help folder.
	  (Lars Lindner)
	* Removed the ugly unavailable icon. Now the GNOME stock
	  icon for the error dialog is used. (Lars Lindner)
	* Added a default feed list that is installed upon the
	  first program start. Added a Spanish localized version
	  by Topopardo. (Lars Lindner)
	* Added support for reading subscriptions URLs from
	  a named pipe (~/.liferea/new_subscription) to allow
	  external programs to add feeds. (Lars Lindner)
	* Itemlist sorting order is now saved on a per-feed basis.
	  (Nathan Conrad)
	* Experimental vfolder implementation. When you do a search
	  you now can save the search result as a vfolder. There
	  is still a lot to do but just play around and write us
	  your opinion! (Lars Lindner)
	* Fixed a bug that caused a crash when right clicking the
	  feed list in filtered mode. (Lars Lindner)
	* Fixed a problem with the session managment registering
	  which prevented the usage of the Mozilla browser module.
	  (Nathan Conrad)
	* Iconification state is saved between sessions. (Nathan Conrad)
	* URLs are now stripped of leading and trailing
	  whitespace. (Nathan Conrad)
	* Update of the Italian translation (Dario Conigliaro)
	* Fixed a big memory leak. (Lars Lindner)
	* Some fixes in the RPM spec file (Noa Resare)
	* Update of the Czech translation (Juraj Kubelka)
	* Updated RPM spec file. (Daniel Resare)
	* Update of the French translation (Vincent Lefevre)
	* Fixed HTTP authentication problem with case sensitivy
	  in the HTTP headers. (Nathan Conrad)
	* Fixed gaim strings in the configure output reported by
	  Russell Kaiser. (Nathan Conrad)
	* Corrected dependency for libxml2 from 2.0 to 2.4.1 for the
	  configure script and allow older versions of gconf. (Nathan
	  Conrad)
	* Removed accidental usage of libxml2 2.6 usage. Liferea should
	  now work with libxml2 2.4.1 or newer. (Nathan Conrad)
	* Fixed a mistake in the German translation. (Lars Lindner)
	* Fixed a bug that prevented RSS content:encoded tags
	  to be parsed. (Lars Lindner)
This commit is contained in:
minskim 2004-10-25 15:39:02 +00:00
parent dd01de03eb
commit 22a85a33cd
5 changed files with 14 additions and 13 deletions

View file

@ -1,4 +1,4 @@
$NetBSD: CHANGES,v 1.7560 2004/10/25 15:29:48 xtraeme Exp $
$NetBSD: CHANGES,v 1.7561 2004/10/25 15:39:02 minskim Exp $
Changes to the packages collection and infrastructure in 2004:
@ -4858,3 +4858,4 @@ Changes to the packages collection and infrastructure in 2004:
Updated kile to 1.7.1 [markd 2004-10-25]
Updated dcraw to 1.213 [seb 2004-10-25]
Updated gkrellm to 2.2.4 [xtraeme 2004-10-25]
Updated liferea to 0.6.0 [minskim 2004-10-25]

View file

@ -1,4 +1,4 @@
$NetBSD: TODO,v 1.2254 2004/10/25 09:37:44 xtraeme Exp $
$NetBSD: TODO,v 1.2255 2004/10/25 15:39:02 minskim Exp $
Suggested new packages
======================
@ -312,7 +312,6 @@ Suggested package updates
o libtiff-3.7.0
o libxklavier-1.10 [breaks gnome-2.8]
o licq-1.2.7
o liferea-0.6.0
o lilypond-2.2
o lmbench-2.0.4
o lout-3.29

View file

@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.10 2004/10/23 14:02:34 jmmv Exp $
# $NetBSD: Makefile,v 1.11 2004/10/25 15:39:02 minskim Exp $
DISTNAME= liferea-0.5.3
PKGREVISION= 2
DISTNAME= liferea-0.6.0
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=liferea/}

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.5 2004/10/23 14:02:34 jmmv Exp $
@comment $NetBSD: PLIST,v 1.6 2004/10/25 15:39:02 minskim Exp $
bin/liferea
bin/liferea-bin
lib/liferea/liblihtmlg.la
@ -6,19 +6,20 @@ man/man1/liferea.1
share/applications/liferea.desktop
share/gconf/schemas/liferea.schemas
share/liferea/css/liferea.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/pixmaps/available.png
share/liferea/pixmaps/directory.png
share/liferea/pixmaps/empty.png
share/liferea/pixmaps/flag.png
share/liferea/pixmaps/help.png
share/liferea/pixmaps/liferea.png
share/liferea/pixmaps/ocs.png
share/liferea/pixmaps/offline.png
share/liferea/pixmaps/online.png
share/liferea/pixmaps/read.xpm
share/liferea/pixmaps/unavailable.png
share/liferea/pixmaps/unread.png
share/liferea/pixmaps/updating.png
share/liferea/pixmaps/vfolder.png
${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/liferea.mo
${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/liferea.mo
@ -35,6 +36,7 @@ ${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/liferea.mo
share/pixmaps/liferea.png
@comment in xdg-dirs: @dirrm share/pixmaps
@dirrm share/liferea/pixmaps
@dirrm share/liferea/opml
@dirrm share/liferea/css
@dirrm share/liferea
@comment in GConf2: @dirrm share/gconf/schemas

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.7 2004/08/17 03:05:02 minskim Exp $
$NetBSD: distinfo,v 1.8 2004/10/25 15:39:02 minskim Exp $
SHA1 (liferea-0.5.3.tar.gz) = e5bcbf94344911df515eca1b0a13a823c805b7f7
Size (liferea-0.5.3.tar.gz) = 943477 bytes
SHA1 (liferea-0.6.0.tar.gz) = a7b790b126b8430b5fc1f760ea80d197c46aa5fc
Size (liferea-0.6.0.tar.gz) = 1001195 bytes