/mandos/release

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

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Teddy Hogeborn
  • Date: 2016-06-03 17:27:03 UTC
  • mto: (237.7.594 trunk)
  • mto: This revision was merged to the branch mainline in revision 343.
  • Revision ID: teddy@recompile.se-20160603172703-mc6tjor6rhq4xy74
mandos: Bug fix: Do multiprocessing cleanup correctly on exit

* mandos (main): Save module "multiprocessing" and open file "wnull"
                 as scope variables accessible by function cleanup(),
                 since the module and global variable may not be
                 accessible when the cleanup() function is run as
                 scheduled by atexit().

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
mandos (1.7.7-1) unstable; urgency=medium
 
2
 
 
3
  * New upstream release.
 
4
  * debian/mandos-client.postinst (configure): If older version, fix
 
5
    permissions on plugin helper directory.  Also fix permissions on
 
6
    plugin helper local override directory (/etc/mandos/plugin-helpers),
 
7
    but only if not listed by "dpkg-statoverride".
 
8
  * debian/rules (override_dh_fixperms-arch): Exclude plugin helper
 
9
    directory from dh_fixperms.
 
10
  * debian/mandos.postinst (configure): Fix state directory permissions,
 
11
    but only if not listed by "dpkg-statoverride".
 
12
  * debian/mandos-client.lintian-overrides: Do not warn about permissions
 
13
    on plugin helper directory.
 
14
  * debian/mandos.dirs (usr/lib/tmpfiles.d): Added.
 
15
 
 
16
 -- Teddy Hogeborn <teddy@recompile.se>  Sat, 19 Mar 2016 22:58:49 +0100
 
17
 
1
18
mandos (1.7.6-1) unstable; urgency=medium
2
19
 
3
20
  * New upstream release.