~ubuntu-branches/ubuntu/saucy/liblockfile/saucy

« back to all changes in this revision

Viewing changes to Changelog

  • Committer: Bazaar Package Importer
  • Author(s): Miquel van Smoorenburg
  • Date: 2011-08-10 18:44:10 UTC
  • mfrom: (3.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110810184410-2d19psg8n6yy1dxh
Tags: 1.09-1
* New upstream version (fixes: #406471, #547721, #273112)
* Make package multi-arch compliant
* Add lintian override for setgid mail helper
* Delete whitespace adjusting macro stuff from dotlockfile.1
* Remove shlib depends from dotlockfile control file entry

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
liblockfile (1.09)
 
2
 
 
3
  * Update path to full license in the COPYRIGHT file
 
4
    (Anibal Monsalve Salazar)
 
5
  * Remove debug code from lockfile_create():
 
6
     The lockfile_create-function still contains some debug code, which
 
7
     considers a lock stale after 10 seconds instead of 5 minutes. As
 
8
     the documentation suggests refreshing the lock every 60 seconds,
 
9
     programs might lose the lock unexpectedly. Found while researching
 
10
     debian bug #505278. (Wolfram Sang <w.sang@pengutronix.de>)
 
11
  * Updated dotlockfile manpage and updated dotlockfile usage message.
 
12
    Fixes debian bug 493462 (Roland Eggner <edvd1@systemanalysen.net>)
 
13
  * Change 'ar' in Makefile.in to '$(AR)' (for cross builds).
 
14
    Fixes debian bug 562937 (Wolfram Sang <wsa@pengutronix.de>)
 
15
  * Clean up temporary lockfile if lockfile(1) was interrupted.
 
16
  * dotlockfile now also allows you to create a lockfile in
 
17
    a group-writable-by-one-of-your-auxilary-groups directory
 
18
  * dotlockfile: -r-1 now retries indefinitely (well, 4000 years)
 
19
  * remove ppsh macro in dotlockfile.1, replace with standard .SH
 
20
    (Iain Calder <dn097@torfree.net>)
 
21
 
 
22
 -- Miquel van Smoorenburg <miquels@cistron.nl>  Wed, 20 Jul 2011 15:54:58 +0200
 
23
 
1
24
liblockfile (1.08)
2
25
 
3
26
  * When not writing a pid into the lockfile, write "0\n" as