File: ChangeLog

package info (click to toggle)
python-publicsuffix 1.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 232 kB
  • ctags: 43
  • sloc: python: 264; makefile: 5
file content (29 lines) | stat: -rw-r--r-- 656 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
2014-01-14	publicsuffix 1.0.5

	* Correctly handle fully qualified domain names (thanks to Matthäus
	  Wander).
	* Updated publicsuffix.txt to the latest version from Mozilla.

2013-01-02	publicsuffix 1.0.4

	* Added missing change log.

2013-01-02	publicsuffix 1.0.3

	* Updated publicsuffix.txt to the latest version from Mozilla.
	* Added trove classifiers.
	* Minor update of the README.

2011-10-10	publicsuffix 1.0.2

	* Compatibility with Python 3.x (thanks to Joern
	  Koerner) and Python 2.5

2011-09-22	publicsuffix 1.0.1

	* Fixed installation issue under virtualenv (thanks to
	  Mark McClain)

2011-07-29	publicsuffix 1.0.0

	* First release