Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.
Packages needing empty directories can use the @pkgdir command in PLIST.
Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
changes:
-Flash is now stripped from feed content per default
-Added preference option to allow Flash in feed content
-Fixes cross compilation issue with configure.ac
-translation updates
-allow to build against gtkhtml also on 64-bit platforms. gtkhtml is
rather buggy, but since liferea doesn't like the gecko version of
firefox2 anymore, and our firefox3 pkg is too hacked up to be usable
for embedding this is the only choice atm
-improve my patch for 64-bit time_t so that it should be good enough
for upstream (if there only was a working mailing list to report to)
tested by Steve Bellovin (assuming no news are good news)
Version 1.4.23 (Stable)
* Fixes unsubstituted variable in start script.
(reported by Peter van der Does)
* Fixes Debian #494741: Crashes on exit after closing
update monitor dialog with ESC. (reported by ygrek)
Version 1.4.22 (Stable)
* Fixes a typo in XulRunner initialization #ifdef
(suggested by Peter van der Does)
* Fixes a typo in configure.ac
(suggested by Peter van der Does)
* Fixes SF #2266119: configure error if gecko disabled.
(reported by Vincent Lefevre)
* Fixes a XulRunner build issue with new gecko.m4 macro.
(suggested by Peter van der Does)
* Fixes a DB migration issue that might occur when
upgrading from schema version < 5 to 7.
(patch by Thomas B)
* New M4 macro for Gecko detection derived from Yelp.
This should improve compilation against XulRunner 1.9
on Debian.
* Removes gray colouring of updated item titles.
This often confused users to believe the item
state was unread.
* Fixes for French translation (Vincent Lefevre)
Version 1.4.20 (Stable)
* Fixes SF #2042420: "Toggle Read Status" item list
popup menu option (reported by Jeff Fortin)
* Fixes SF #2027445: Incorrect invalid encoding errors.
(reported by Roman Beslik)
* Fixes "lost" views. View in the cache database that
are not used anymore will be dropped on startup.
(reported by Maik Zumstrull)
* Added new Slovakian translation (Pavol Klacansky)
changes:
-minor bugfixes
-Changes DB schema to better handle comments during
item and subscription deletion. This makes the cache
version incompatible to 1.4.15
-Update of French translation
error and the behavior of NetBSD on 64-bit machines. All three bugs
(including the Linux documentation problem) have been reported upstream
and will be fixed there.
This is a bugfix release that tries to fix three issues:
- The reappearing of already downloaded items
(caused by an incorrect cache handling)
- The continuous growth of the sqlite DB file
(caused by comments not being removed along with their parent items).
- The general performance problem with search folders.
Apart from many bugfixes, the ChangeLog mentions a new sqlite3 db backend,
improved DBUS support, libnotify support, comment feeds, automatic www
browser detection and improved proxy support.
change:
This release introduces a changed internal item lookup handling that
changes linear list searches to two step hash map lookups. While this
might improve performance it also can introduce new instabilities.
by Pierre Pronchery as PR pkg/35200
other changes:
-enables startupnotify
-Fixes a problem of liferea-feed-add with running program detection
-translation updates