~ubuntu-branches/ubuntu/natty/libgraphics-colornames-perl/natty

« back to all changes in this revision

Viewing changes to Changes

  • Committer: Bazaar Package Importer
  • Author(s): Manoj Srivastava
  • Date: 2004-10-01 12:49:42 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041001124942-3qlde82ir9850n0s
Tags: 1.05-1
* New upstream release. 
      - updates to POD
      - correction to Graphics::ColourNames
      - correction to README
      - a filehandle for a rgb.txt file can be specified
      - hooks to support CODE scheme types (as with module
        Graphics::ColorNames::GrayScale 2.00)
      - ColourNames.pm has same version of ColorNames.pm
      - added Graphics::ColourNames alias
      - minor changes to ColorNames.pm
      - corrected typo in REQUIREMENTS (wrong Perl version)
      - uses Module::Load for improved dynamic loading
      - EXISTS works across multiple color schemes
      - bug in FETCH that returned key has been fixed
      - corrected bad link in POD
      - rebuilt distribution with proper META.yml
      - added required rgb.txt for tests to MANIFEST and distro
      * now requires Perl 5.6.0
      - uses IO::File
      - option to parse an rgb.txt file
      - removed TODO from distribution
      - Netscape.pm, HTML.pm and Windows.pm warnings enabled
      - additions and corrections in POD
      - added Build.PL to distribution
      - added hex() and rgb() methods
      - created object-oriented interface
      - additions and corrections in POD

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Revision history for Perl extension Graphics::ColorNames.
2
2
 
 
3
1.05    Fri Sep  3 2004
 
4
        - correction to Graphics::ColourNames
 
5
        - correction to README
 
6
 
 
7
1.04    Fri Sep  3 2004
 
8
        - updates to POD
 
9
        - a filehandle for a rgb.txt file can be specified
 
10
 
 
11
1.03    Thu Aug 26 2004
 
12
        - hooks to support CODE scheme types (as with module
 
13
          Graphics::ColorNames::GrayScale 2.00)
 
14
        - ColourNames.pm has same version of ColorNames.pm
 
15
 
 
16
1.02    Tue Aug 24 2004
 
17
        - added Graphics::ColourNames alias
 
18
        - minor changes to ColorNames.pm
 
19
 
 
20
1.01    Wed Aug 18 2004
 
21
        - corrected typo in REQUIREMENTS (wrong Perl version)
 
22
        - uses Module::Load for improved dynamic loading
 
23
        - EXISTS works across multiple color schemes
 
24
        - bug in FETCH that returned key has been fixed
 
25
 
 
26
1.00    Sat Jul 31 2004
 
27
        - changed version to 1.00 as release appears to be stable
 
28
        - corrected bad link in POD
 
29
 
 
30
0.39_04 Mon Jul 26 2004
 
31
        - rebuilt distribution with proper META.yml
 
32
 
 
33
0.39_03 22 Jul 2004
 
34
        - added required rgb.txt for tests to MANIFEST and distro
 
35
 
 
36
0.39_02 22 Jul 2004
 
37
        * now requires Perl 5.6.0
 
38
        - uses IO::File
 
39
        - option to parse an rgb.txt file
 
40
        - removed TODO from distribution
 
41
        - Netscape.pm, HTML.pm and Windows.pm warnings enabled
 
42
        - additions and corrections in POD
 
43
 
 
44
0.39_01 21 Jul 2004
 
45
        - added Build.PL to distribution
 
46
        - added hex() and rgb() methods
 
47
        - created object-oriented interface
 
48
        - additions and corrections in POD
 
49
 
3
50
0.32   5 Dec 2002
4
51
        - fixed inconsistencies with grey/gray spellings in X.pm
5
52
        - added note in POD about using rt.cpan.org for bug reports