/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: 2016-03-05 20:11:10 UTC
  • Revision ID: teddy@recompile.se-20160305201110-6f7nws77k1h96e8k
errno is of type int, not error_t

* plugins.d/mandos-client.c (raise_privileges,
  raise_privileges_permanently, lower_privileges,
  lower_privileges_permanently, bring_up_interface,
  take_down_interface, ): Change return type and all errno-containing
  variables to type "int".
  (get_flags): Change all errno-containing variables to type "int".
  (main): Change all errno-containing variables to type "int", except
          for values which are explicitly of type error_t.

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.7.6 (2016-03-13)
5
 
* Server
6
 
** Fix bug where stopping server would time out
7
 
** Make server runnable with Python 3
8
 
 
9
 
Version 1.7.5 (2016-03-08)
10
 
* Server
11
 
** Fix security restrictions in systemd service file.
12
 
** Work around bug where stopping server would time out
13
 
 
14
 
Version 1.7.4 (2016-03-05)
15
 
* Client
16
 
** Bug fix: Tolerate errors from configure_networking (Debian Bug
17
 
   #816513)
18
 
** Compilation: Only use sanitizing options which work with the
19
 
   compiler used when building.  This should fix compilation with GCC
20
 
   4.9 on mips, mipsel, and s390x.
21
 
* Server
22
 
** Add extra security restrictions in systemd service file.
23
 
 
24
4
Version 1.7.3 (2016-02-29)
25
5
* Client
26
6
** Bug fix: Remove new type of keyring directory user by GnuPG 2.1.