blob: 5d420cfd9948b3e939d420b8fb32256a6d2028f1 (
plain)
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
|
sitesummary (0.0.6) UNRELEASED; urgency=low
[ Petter Reinholdtsen ]
* Let the client recommend cron, as it need it to call
in after the initial submission after boot.
* Add trivial sitesummary-makewebreport to make a web page with the summary
results.
* Let the collector store the IP peer info about each entry. Not
yet working, as the getpeername() code is broken.
[ Morten Werner Olsen ]
* Rewrite Apache example config and place it in /etc/apache2/conf.d/
as /etc/apache2/sites-available/ is ment for new virtualhosts (which
is not what we want).
* Add myself as uploader.
-- Morten Werner Olsen <werner@debian.org> Wed, 30 Aug 2006 23:51:38 +0200
sitesummary (0.0.5) terra; urgency=low
[ Petter Reinholdtsen ]
* Add debconf question for sitegroup and host class.
* Collect output from lsusb and lsscsi if they are present.
* Drop wget as dependency for sitesummary-client. It is no longer used.
* Include apache2 example configuration.
* Try to create the directories in /var/lib/sitesummary/ with www-data
as the owner, to allow the cgi script to write into them.
* Remove sitecontact references. I'm not sure it is the right place
for it, and we can reintroduce it if it proves to be a good idea.
[ Steffen Joeris ]
* Update debian/copyright file
-- Petter Reinholdtsen <pere@debian.org> Mon, 28 Aug 2006 18:26:01 +0200
sitesummary (0.0.4) terra; urgency=low
[ Petter Reinholdtsen ]
* Reduce code duplication in SiteSummary.pm. Add new function
get_sitegroup().
* Extend site-summary script to also entries per sitegroup within a
site.
[ Steffen Joeris ]
* Add cdbs to build-depends
* Change build-depends-indep to build-depends as programs are needed
for the clean target
* Clean up control file and fix Recommends to make sure lintian is
happy
* Update debconf templates to fix a lintian warning
[ Petter Reinholdtsen ]
* Reduce compat level to 4 as #337664 is not affecting this package
after I modified it to not start the init.d script when the
package is installed. This make the source buildable in sarge.
-- Petter Reinholdtsen <pere@debian.org> Mon, 28 Aug 2006 08:05:55 +0200
sitesummary (0.0.3) terra; urgency=low
* Remove temp file when it is processed by the collector.
* Include the directories in /var/lib/sitesummary/ used by the
collector in the sitesummary package.
* Make it easier to configure the time delay from the boot until a
report is submitted.
* Change the sitesummary-client postinst to not submit information
when the package is installed.
-- Petter Reinholdtsen <pere@debian.org> Sun, 27 Aug 2006 22:13:06 +0200
sitesummary (0.0.2) terra; urgency=low
* Make temp file name more unique by adding process id to it, while
I wait for a working getpeername call.
* Add debconf question for collector URLs and site.
-- Petter Reinholdtsen <pere@debian.org> Sun, 27 Aug 2006 13:58:13 +0200
sitesummary (0.0.1) terra; urgency=low
* Initial release.
-- Petter Reinholdtsen <pere@debian.org> Sat, 26 Aug 2006 12:04:28 +0200
|