File: ChangeLog

package info (click to toggle)
gracie 0.2.11-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 412 kB
  • ctags: 552
  • sloc: python: 3,851; sh: 62; makefile: 16
file content (102 lines) | stat: -rw-r--r-- 2,626 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
98
99
100
101
102
2010-02-12  Ben Finney  <ben+python@benfinney.id.au>

	Version 0.2.11 released.

	* gracie/server.py: Expose the file descriptor of the network
	  socket.
	* bin/gracied: Keep the network socket open when becoming a
	  daemon.

2010-01-20  Ben Finney  <ben+python@benfinney.id.au>

	* (general): Update copyright notices.
	* doc/README.txt: Update documented dependencies.

2009-12-27  Ben Finney  <ben+python@benfinney.id.au>

	* (general): Add editor hints and formatting fixes for
	  documentation.
	* setup.py: Declare correct dependency on Docutils.
	* doc/README.txt: Updates and corrections to dependency list.

2009-10-05  Ben Finney  <ben@benfinney.id.au>

	Version 0.2.10 released.

2009-09-21  Ben Finney  <ben@benfinney.id.au>

	* Allow command-line specification of PID file path.

2009-09-20  Ben Finney  <ben@benfinney.id.au>

	* Manage ‘MANIFEST.in’ manually, under version control.
	* Use Distutils convention ‘test’ name for unit test directory.
	* Use conventional ‘LICENSE.GPL-2’ name for that file.
	* Provide a ‘README.txt’ symlink so Distutils finds it in the top
	  directory.
	* Use Distutils for primary project build system.

2009-06-21  Ben Finney  <ben@benfinney.id.au>

	Version 0.2.9 released.

	* Use external ‘python-daemon’ library for well-behaved daemon
	  implementation.

2008-09-23  Ben Finney  <ben@benfinney.id.au>

	Version 0.2.8 released.

	* Improvements to package build configuration.

2008-09-19  Ben Finney  <ben@benfinney.id.au>

	Version 0.2.7 released.

	* Use RFC2616 as definition of HTTP response status codes.
	* Improvements to test suite.

2007-10-17  Ben Finney  <ben@benfinney.id.au>

	Version 0.2.6 released.

	* Improvements to test suite.
	* Improvements to packaging automation.

2007-09-11  Ben Finney  <ben@benfinney.id.au>

	Version 0.2.5 released.

	* Document installation process and usage.
	* Fix daemon program install location.

2007-09-11  Ben Finney  <ben@benfinney.id.au>

	Version 0.2.4 released.

	* Improvements to test suite.
	* Improvements to packaging automation.

2007-03-28  Ben Finney  <ben@benfinney.id.au>

	Version 0.2 released.

	* Package using setuptools.

2007-03-05  Ben Finney  <ben@benfinney.id.au>

	* Initial work on OpenID server.


Copyright © 2007–2010 Ben Finney <ben+python@benfinney.id.au>.

This work is free software: you are hereby free to redistribute this
file, with or without modification, provided the copyright notice and
this permission notice are preserved.

Local variables:
coding: utf-8
mode: changelog
indent-tabs-mode: t
End:
vim: fileencoding=utf-8 filetype=changelog noexpandtab :