diff options
author | wiz <wiz@pkgsrc.org> | 2010-11-23 17:31:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-11-23 17:31:29 +0000 |
commit | 11baffe7644b90d7279d14d3afd71a7d65a066fe (patch) | |
tree | dc07cd9e77ce48c6f8bf5ceb96cf2dffa74a23a1 /misc/tellico/Makefile | |
parent | 469bf0aa2c38c72db2b3f8c514c508e1fb2d4a10 (diff) | |
download | pkgsrc-11baffe7644b90d7279d14d3afd71a7d65a066fe.tar.gz |
Update to 2.3.1:
* Released Tellico 2.3.1.
* Fixed edit dialog behavior when closing to be consistent with discarding data (Bug: 255938).
* Fixed error in Italian translation that caused HTML error and add workaround for future problems (Bug: 254863).
* Updated Freebase source for adapted /music/release schema.
* Updated IMDb data source for new layout (Bug: 253549).
* Added options in CSV importer and exporter for table delimiters.
* Changed URL field output to truncate link text to 30 letters (Bug: 250880).
* Increased max icon size to 256.
* Changed updating match algorithm to try to improve results when having multiple good matches (Bug: 250886).
* Updated GCstar plugin fetcher to use a separate thread.
* Fixed crash with z39.50 fetcher (Bug: 250795).
* Updated GCstar plugin fetcher to work with comic books.
* Fixed parsing for director and writer in IMDB fetcher (Bug: 249096).
* Updated DTD and added unit test for validation.
* Added GCstar import/export for comic book collections.
* Fixed bug with adding new fields during CSV import.
* Added GCstar export for wine collections.
* Improved GCstar import for wine collections.
* Fixed filter view to apply filter when item is selected (Bug: 248657).
* Improved exporter to add option for limiting exported fields (Bug 246390).
* Added data source fetcher for dvdfr.com.
Diffstat (limited to 'misc/tellico/Makefile')
-rw-r--r-- | misc/tellico/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/tellico/Makefile b/misc/tellico/Makefile index 1ac7e909055..79be11878e2 100644 --- a/misc/tellico/Makefile +++ b/misc/tellico/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2010/11/15 22:58:01 abs Exp $ +# $NetBSD: Makefile,v 1.30 2010/11/23 17:31:29 wiz Exp $ # -DISTNAME= tellico-2.3 -PKGREVISION= 2 +DISTNAME= tellico-2.3.1 CATEGORIES= misc MASTER_SITES= http://tellico-project.org/files/ EXTRACT_SUFX= .tar.bz2 |