~ubuntu-branches/ubuntu/maverick/imdbpy/maverick

« back to all changes in this revision

Viewing changes to docs/Changelog.txt

  • Committer: Bazaar Package Importer
  • Author(s): Ana Beatriz Guerrero Lopez
  • Date: 2009-09-13 01:00:12 UTC
  • mfrom: (1.1.11 upstream) (3.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20090913010012-buaumiky0oxs11ku
Tags: 4.2-1
* New upstream release.
* Update patch no_install_doc_or_stuff_in_etc.
* Update to standards-Version 3.8.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
  Changelog for IMDbPY
2
2
  ====================
3
3
 
 
4
* What's the new in release 4.2 "Battlestar Galactica" (31 Aug 2009)
 
5
  [general]
 
6
  - the 'local' data access system is gone.  See README.local.
 
7
  - the imdb.parser.common package was removed, and its code integrated
 
8
    in imdb.parser.sql and in the imdbpy2sql.py script.
 
9
  - fixes for the installer.
 
10
  - the helpers module contains the fullSizeCoverURL function, to convert
 
11
    a Movie, Person or Character instance (or a URL in a string)
 
12
    in an URL to the full-size version of its cover/headshot.
 
13
    Courtesy of Basil Shubin.
 
14
  - used a newer version of msgfmt.py, to work around a hideous bug
 
15
    generating locales.
 
16
  - minor updates to locales.
 
17
  - updated the DTD to version 4.2.
 
18
 
 
19
  [http]
 
20
  - removed garbage at the end of quotes.
 
21
  - fixed problems parsing company names and notes.
 
22
  - keys in character's quotes dictionary are now Movie instances.
 
23
  - fixed a bug converting entities char references (affected BeautifulSoup).
 
24
  - fixed a long-standing bug handling & with BeautifulSoup.
 
25
  - top250 is now correctly parsed by BeautifulSoup.
 
26
 
 
27
  [sql]
 
28
  - fixed DB2 call for loading blobs/cblobs.
 
29
  - information from obsolete files are now used if and only if they
 
30
    refer to still existing titles.
 
31
  - the --fix-old-style-titles argument is now obsolete.
 
32
 
 
33
 
4
34
* What's the new in release 4.1 "State Of Play" (02 May 2009)
5
35
  [general]
6
36
  - DTD definition.
234
264
  - fixed changes to some key names for movies.
235
265
  - introduced the search_character.py, get_character.py and
236
266
    get_first_character.py example scripts.
237
 
 
 
267
 
238
268
  [http]
239
269
  - full support for character pages.
240
270
  - fixed a bug retrieving some 'cover url'.