equal
deleted
inserted
replaced
1 mcbot (0.97-2) unstable; urgency=low |
1 mcbot (0.99-2) unstable; urgency=low |
2 |
2 |
3 * Initial Release |
3 * Initial Release |
4 * the location of mcbot.cgi is stored in the db |
4 * the location of mcbot.cgi is stored in the db |
5 * never include malloc, use stdlib instead |
5 * never include malloc, use stdlib instead |
6 * mcbot.email and mcbot.user holds the admin information |
6 * mcbot.email and mcbot.user holds the admin information |
28 * Build Dependency Check improved. |
28 * Build Dependency Check improved. |
29 * Lintian Build Checks |
29 * Lintian Build Checks |
30 * command must be freed on error - makes valgrind happy |
30 * command must be freed on error - makes valgrind happy |
31 * mcbot needs a proper system account - nobody collides with selinux-policy |
31 * mcbot needs a proper system account - nobody collides with selinux-policy |
32 * a system account is between 100 and 999 |
32 * a system account is between 100 and 999 |
|
33 * fixed a memory leak and safe buffers |
|
34 * common.h added - common types for the project |
|
35 * useful addons to the built process |
33 |
36 |
34 -- Markus Broeker <mbroeker@largo.homelinux.org> Fri, 26 Dec 2008 11:25:00 +0100 |
37 -- Markus Broeker <mbroeker@largo.homelinux.org> Fri, 02 Jan 2009 11:00:00 +0100 |