~ubuntu-branches/debian/sid/lazygal/sid

« back to all changes in this revision

Viewing changes to ChangeLog-full

  • Committer: Package Import Robot
  • Author(s): Michal Čihař
  • Date: 2014-09-22 11:03:44 UTC
  • mfrom: (1.2.18)
  • Revision ID: package-import@ubuntu.com-20140922110344-2wa7dww3jg2rucbt
Tags: 0.8.6-1
* New upstream release.
  - Fixes index out of range error (Closes: #760780).
* Bump standards to 3.9.6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Lazygal 0.8.4 (2014-05-03)
 
1
Lazygal 0.8.6 (2014-09-15)
 
2
  * fix error when running without GObject
 
3
 
 
4
Lazygal 0.8.5 (2014-09-07)
 
5
  * set version to 0.8.5
 
6
  * warn if video support is disabled
 
7
  * correctly workaround gst messing with sys.argv when import gst fails
 
8
  * correctly ignore EXIF user comment when value is only '\n'
 
9
  * copy-metadata tool: also copy XMP and IPTC tags
 
10
  * improve usage of ZipFile stdlib interface
 
11
  * py3: fix empty gallery archive when using python3
 
12
  * improve bad command line user message
 
13
  * new style sidebnw for default theme
 
14
  * fix date output in templates when using non-ascii chars
 
15
  * fix test_exif_date in python3 and add summer DST test case
 
16
  * drop unittest.skipIf() wrapper as python < 2.7 is not supported anymore
 
17
  * support python3
 
18
  * py3: str is unicode in python3
 
19
  * py3: map(), dist_keys and others are lazy
 
20
  * py3: strftime now supports unicode, and rather use stdlib datetime
 
21
  * make videoenc threads property equal to CPU count only for vp8enc
 
22
  * Make video encoding multi-threaded (pull request #15)
 
23
  * do not check for BOM in utf-8 files as it is not recommanded to use it
 
24
  * py3: imports are really relative
 
25
  * py3: writing utf-8 must be done in binary mode
 
26
  * py3: remove useless sorter methods
 
27
  * py3: types.ClassType is gone
 
28
  * py3: sorter is really gone and really replaced by sort key
 
29
  * py3: urllib.parse is now urlparse
 
30
  * py3: octal notation must be explicit
 
31
  * fix typo that prevented subgal count to be displayed in RSS feed
 
32
  * py3: iter() is gone
 
33
  * py3: sorter is gone and replaced by sort key
 
34
  * py3: __unicode__() is really gone
 
35
  * py3: relative imports
 
36
  * py3: __unicode__() is gone
 
37
  * py3: file() object is gone
 
38
  * py3: configparser module name is lowercase
 
39
  * py3: gettext.install dropped the unicode arg
 
40
  * py3: 'as' keyword for exceptions
 
41
  * py3: print is a function
 
42
  * correctly close file pointer when probing image size
 
43
 
 
44
Lazygal 0.8.4 (2014-05-11)
 
45
  * set version to 0.8.4
2
46
  * sort out url quoting
3
47
  * update it translation
4
48
  * fix semicolon not escaped in urls (Debian Closes: #745979)
136
180
  * document GEXiv2 dep
137
181
  * restore test cases forgotten in gexiv2 patch
138
182
  * merge GExviv2 porting patch
 
183
  * Port from pyexiv2 to GExiv2.
139
184
  * improve SHARED_ files documentation
140
 
  * Port from pyexiv2 to GExiv2.
141
185
  * put README change in MANIFEST
142
186
  * update TODO
143
187
  * use markdown readme