diff options
author | wiz <wiz@pkgsrc.org> | 2015-04-02 22:38:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-04-02 22:38:18 +0000 |
commit | 1ddd4c5628fdc150c1ada92d696003caddfcf0a0 (patch) | |
tree | 96a1c4ed187aace5184413b2f6071decedf46c92 /misc | |
parent | 853f03cc50ea77a8d38c7cfa873c4ef1824df09d (diff) | |
download | pkgsrc-1ddd4c5628fdc150c1ada92d696003caddfcf0a0.tar.gz |
Update to 2.22.0:
- version: 2.22.0
date: 2015-03-20
new features:
- title: "Book List: When editing data in the book list directly,
expand the editor widget to use all available width if the data
does not fit inside the current column width"
- title: "Edit Book: When re-opening a previously edited book,
restore all open files and the cursor position. Can be disabled
in Preferences->Main Window"
- title: "Advanced search builder: Allow using days/weeks/months/years
when building a date based search with number of days ago."
- title: "Amazon metadata download: Speedup metadata download
from amazon.com when an ASIN is specified by trying the product
page directly first instead of running a search."
- title: "Implement updating metadata in DOCX files"
bug fixes:
- title: "ODT Input: Add support for intra-document cross-references."
- title: "PDF Output: Fix incorrect encoding of ASCII control
characters and some Chines characters in metadata and Table of
Contents strings."
- title: "Amazon metadata download: Work around amazon server
problems where it does not return Kindle Editions in search
results when not logged in."
- title: "Fix Manage Authors dialog causing current search in
the book list to be cleared."
- title: "Conversion: Fix a regression in 2.21 that caused
conversion to fail for books with invalid pseudo-class CSS
selectors."
- title: "Content server: Fix OPDS categories not showing books
for composite column categories if the column contains a colon."
- title: "Single convert dialog: Only write metadata updates
if metadata actually changed. Also show a nicer error message
when a file is locked by another process."
- title: "Open With: Fix error when scanning for default programs
on windows for some file types"
- title: "Edit Book: Fix Preview panel sometimes not working
when opening multiple html files one after the other very
quickly"
improved recipes:
- Wired Daily
Diffstat (limited to 'misc')
-rw-r--r-- | misc/calibre/Makefile | 5 | ||||
-rw-r--r-- | misc/calibre/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/misc/calibre/Makefile b/misc/calibre/Makefile index a11160e8ce2..ed000c9f842 100644 --- a/misc/calibre/Makefile +++ b/misc/calibre/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.96 2015/03/16 22:28:38 wiz Exp $ +# $NetBSD: Makefile,v 1.97 2015/04/02 22:38:18 wiz Exp $ -DISTNAME= calibre-2.21.0 -PKGREVISION= 1 +DISTNAME= calibre-2.22.0 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=calibre/} EXTRACT_SUFX= .tar.xz diff --git a/misc/calibre/distinfo b/misc/calibre/distinfo index a4e448b0656..1606018eb42 100644 --- a/misc/calibre/distinfo +++ b/misc/calibre/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.33 2015/03/15 21:23:47 wiz Exp $ +$NetBSD: distinfo,v 1.34 2015/04/02 22:38:18 wiz Exp $ -SHA1 (calibre-2.21.0.tar.xz) = eb420d22b6a740a4b0cbd05d7f5277a1615c2b86 -RMD160 (calibre-2.21.0.tar.xz) = 28b595e091b07f7d7116d5c636b61e18e37ec77d -Size (calibre-2.21.0.tar.xz) = 36415844 bytes +SHA1 (calibre-2.22.0.tar.xz) = 6ea607b810f884b5c307c9115e44104f5977f226 +RMD160 (calibre-2.22.0.tar.xz) = ea17eb3f7edf93ce9bfef40c8b91977718910dc2 +Size (calibre-2.22.0.tar.xz) = 36485084 bytes SHA1 (patch-setup_build__environment.py) = b620c36fee9a4c403af0fecced8ea8189dc8e25c SHA1 (patch-setup_extensions.py) = dcf89bab3a9ff7012af6e009bf68779302d2a556 |