Changed genman to produce the manual pages to man/ subdir.
[clive-utils.git] / CHANGES
blob46388e2c6c1829a85c5a33a5719d52e7f64ba0d4
1 Version 2.1.0
3  NOTE: Changed license GPL3 => ISC/OpenBSD.
5  User-visible changes:
6   * Added partial mnemonics (menus)
7   * Tweaked --version output
8   - clivescan
9   * Fixed scanning: invalid links with garbage chars (e.g. youtube playlists)
10   * Added support for liveleakcom
12  Developer-visible changes:
13   * Started to bundle the src tarball with manual pages generated using genman
14   * Added genman script for wrapping pod2man
15   * Made Tk::FontDialog module optional
16   * Tweaked module imports (e.g. "use Cwd" => "use Cwd qw(getcwd)")
17   * Changed to require WWW::Curl 4.05+
18   * Updated INSTALL
21 Version 2.0.0
22 (December 2, 2008)
24  User-visible changes:
25    - clivescan
26    * Changed --nostrict short option from -S to -n
27    * Added support for Lastfm wrapped Youtube links
28    * Fixed: GUI is no longer invoked if scan found 0 links
29    * Tweaked some messages
30    - clivepass
31    * Added a weak passphrase warning
32    * Added --show option
34  Developer-visible changes:
35    - clivescan
36    * Fixed: decode_utf8($page) is now used to workaround utf8 issues in titles
39 Version 2.0beta3
40 (November 22, 2008)
42  Notes:
43    This aims to be the last beta before the release of 2.0 in December 2008.
44    Please report any remaining bugs to the issue tracker at:
45      http://code.google.com/p/clive-utils/issues/list
47  User-visible changes:
48    * Added clivepass utility
49    - clivescan
50    * Removed Metacafe support (reflects the changes in clive project)
52  Developer-visible changes:
53    * Added TODO file
54    * Rewrote portions of INSTALL
57 Version 2.0beta2
58 (November 17, 2008)
60  User-visible changes:
61    * Added clivescan utility
62    * Added configs/clivescan.configrc example
63    - clivefeed
64    * Fixed prints that did not check respect --quiet
65    * Fixed GVideo/RSS (wrapped) video URL handling
66    * Fixed File / Quit: did not save prefs
67    * Fixed Preferences / Mainfont
69  Developer-visible changes:
70    * Updated INSTALL file with FreeBSD and Ubuntu details
71    - clivefeed
72    * Cleaned up some code
73    * Added missing Tk::FontDialog prerequisite (--version, INSTALL)
74    * Removed unnecessary import of Digest::SHA
77 Version 2.0beta1
78 (October 21, 2008)
80 Initial release. Fastforwarded to 2.0beta1 to match with clive2.
82  * Added the clivefeed utility
84 clivescan planned for clive-utils 2.1. No plans for adding clivecache.