/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Teddy Hogeborn
  • Date: 2010-11-16 17:58:49 UTC
  • Revision ID: teddy@fukt.bsnet.se-20101116175849-m0fttdoskhahgyup
* plugins.d/plymouth.c: Fixed comment to "Plymouth" instead of "Usplash".
 (makeprompt): Mimic the default prompt.
 (exec_and_wait): Correct type of "tmp"; remove cast.  Also remove
                  unnecessary cast of NULL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
This NEWS file records noteworthy changes, very tersely.
2
2
See the manual for detailed information.
3
3
 
4
 
Version 1.3.0 (2011-03-08)
5
 
* Server:
6
 
** Updated for Python 2.6.
7
 
* Client:
8
 
** Bug fix: Make the password-prompt plugin not conflict with
9
 
   Plymouth.
10
 
** Bug fix: Bug fix: update initramfs also when purging package.
11
 
 
12
4
Version 1.2.3 (2010-10-11)
13
5
* Server:
14
6
** Bug fix: Expose D-Bus API also in non-debug mode.