~ubuntu-branches/ubuntu/vivid/gscan2pdf/vivid

« back to all changes in this revision

Viewing changes to History

  • Committer: Package Import Robot
  • Author(s): Jeffrey Ratcliffe
  • Date: 2015-01-30 21:49:19 UTC
  • mfrom: (1.1.23) (4.2.24 sid)
  • Revision ID: package-import@ubuntu.com-20150130214919-yhligsglhd84gsdo
Tags: 1.3.0-1
New upstream release
Closes: #774099
(avoid leading and trailing blanks in expanded filename template)
Closes: #774103 (fixes for date offset calculation)
Closes: #710428
(Add "Found ocropus" to log information on application start)
Closes: #774093 (various consistency updates for dialogs)
Closes: #774094 (misc. improvements for OCR'ed texts)
Closes: #774097 (when saving as DjVU, use MetaData)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
1.3.0 (30.01.2015):
 
2
 
 
3
* Avoid leading & trailing spaces in filename expanded from template
 
4
  Closes bugs #172 & #169 and Debian bug #774099.
 
5
  Thanks to Peter Marschall for the patch.
 
6
* Various GUI improvements.
 
7
  Closes Debian #774093 (various consistency updates for dialogs)
 
8
  Thanks to Peter Marschall for the patch.
 
9
* Improvements to the display of OCR output.
 
10
  Closes Debian #774094 (misc. improvements for OCR'ed texts)
 
11
  Thanks to Peter Marschall for the patch.
 
12
* More improvements to date metadata widget
 
13
  Closes Debian #774103 (fixes for date offset calculation)
 
14
  Thanks to Peter Marschall for the patch.
 
15
* + metadata for DjVu. Closes Debian #774097 (when saving as DjVU, use MetaData)
 
16
  Thanks to Peter Marschall for the patch.
 
17
* Refactored logging of OCR dependencies.
 
18
  Closes Debian #710428
 
19
  (Add "Found ocropus" to log information on application start)
 
20
* Catch many filesystem errors
 
21
* Return in one of the entry widgets in the the save dialog hits the
 
22
  save button.
 
23
 
 
24
 
1
25
1.2.7 (23.11.2014):
2
26
 
3
27
* Use date from entry rather than calendar widget.