File: ChangeLog

package info (click to toggle)
urlwatch 1.11-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 140 kB
  • ctags: 136
  • sloc: python: 400; makefile: 16
file content (97 lines) | stat: -rw-r--r-- 3,035 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
2008-03-04 Thomas Perl <thpinfo.com>
	* Initial Version

2008-03-17 Thomas Perl <thpinfo.com>
	* Release version 1.0

2008-03-20 Lukas Vana <fabian@fabian.cz>
	* Add support for error handling missing URLs
	* Notify users when NEW sites appear
	* Option "display_errors" can be set in watch.py

2008-03-22 Thomas Perl <thpinfo.com>
	* Release version 1.1

2008-05-09 Lukas Upton <hagakure1@gmail.com>
	* Fix problem with Mac OS X 10.5.2 and Ubuntu 8.04

2008-05-10 Thomas Perl <thpinfo.com>
	* Release version 1.2

2008-05-15 Craig Hoffman <craig.hoffmann@gmail.com>
	* Add support for sending a User-Agent header

2008-05-16 Thomas Perl <thpinfo.com>
	* Release version 1.3

2008-11-14 Thomas Perl <thpinfo.com>
	+ Add example for using HTML Tidy (needs python-utidylib)
	+ Add example for using the ical2txt module (needs python-vobject)
	+ Add ical2txt.py module for converting ics to plaintext
	* More comments in hooks.py for better user documentation
	* Release version 1.4

2008-11-18 Thomas Perl <thp@thpinfo.com>
	* Support for installing into the system
	* Use ~/.urlwatch/ for config, cache and hooks
	* Apply BSD license
	* Add setup.py (and remove makefile)
	* Command-line options
	* Verbose logging mode
	* Example urls.txt and hooks.py
	* Update README
	* Add manpage (urlwatch.1)
	* Release version 1.5

2008-12-23 Thomas Perl <thp@thpinfo.com>
	* Use hashlib in Python 2.5 and above for SHA-1 generation
	* Release version 1.6

2009-01-03 Thomas Perl <thp@thpinfo.com>
	* Add urlwatch.html2txt module to convert/format HTML to plaintext
	* Add example of using html2txt in the example hooks file
	* The html-to-plaintext feature has been suggested by Evert Meulie
	* Release version 1.7

2009-01-05 Thomas Perl <thp@thpinfo.com>
	* Fix a problem with relative links in Lynx' "-dump" mode

2009-01-07 Thomas Perl <thp@thpinfo.com>
	* Fix another problem with file-relative links in html2text w/ Lynx

2009-01-12 Thomas Perl <thp@thpinfo.com>
	* Describe ical2txt and html2txt with examples in manpage

2009-01-15 Thomas Perl <thp@thpinfo.com>
	* Add TODO list

2009-01-20 Thomas Perl <thp@thpinfo.com>
	* Set the socket timeout to one minute to avoid hangs

2009-07-27 Thomas Perl <thp@thpinfo.com>
	* Catch and handle IOErrors from FTP timeouts

2009-08-01 Thomas Perl <thp@thpinfo.com>
	* Add error handling for socket timeouts (HTTP mode)

2009-08-10 Thomas Perl <thp@thpinfo.com>
	* Handle httplib errors (Debian bug 529740)
	  (Thanks to Bastian Kleineidam and Franck Joncourt)
	* urlwatch 1.8 released

2009-09-29 Thomas Perl <thp@thpinfo.com>
	* Support for shell pipe (|) in urls.txt
	* Support for If-Modified-Since header + HTTP 304
	* Show previous/current timestamp in diff output
	* Remove TODO list
	* urlwatch 1.9 released

2010-05-10 Thomas Perl <thp@thpinfo.com>
	* Get encoding from headers and convert to UTF-8
	  (suggested by Ján Ondrej)
	* urlwatch 1.10 released

2010-07-30 Thomas Perl <thp@thpinfo.com>
	* Detect non-zero shell command exit codes and raise an error
	* urlwatch 1.11 released