File: changelog

package info (click to toggle)
lockfile-progs 0.1.18
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 228 kB
  • sloc: ansic: 326; sh: 277; makefile: 73
file content (170 lines) | stat: -rw-r--r-- 6,398 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
lockfile-progs (0.1.18) unstable; urgency=medium

  * Update to debhelper 9.
  * Let environment override CFLAGS.
  * Update Standards-Version to 3.9.8.
  * Change lockfile-progs package to Multi-Arch foreign.  Thanks to Elrond
    for reporting the issue. (Closes: 907890)

 -- Rob Browning <rlb@defaultvalue.org>  Mon, 03 Sep 2018 13:17:21 -0500

lockfile-progs (0.1.17) unstable; urgency=low

  * Add "p" to getopt_long()'s short options so the "-p" arg will actually work.
    As the manpage states, "-p" was intended to be the short argument for
    "--use-pid", but since "p" wasn't added to the getopt_long()
    optstring, it didn't actually work.  Fix it.
    Thanks to Michael Deegan <bugs@wibble.darktech.org> for the report.
    (Closes: #686057)

  * Fix cross-builds; use the cross-compiler when cross-building.
    Thanks to Colin Watson <cjwatson@ubuntu.com> for the report and the
    patch. (Closes: #694842)

 -- Rob Browning <rlb@defaultvalue.org>  Sat, 01 Dec 2012 12:16:09 -0600

lockfile-progs (0.1.16) unstable; urgency=low

  * Remove unused rc variable in chk() to silence gcc warning.
    Thanks to Matthias Klose <doko@debian.org> for the report, and thanks
    to Aurelien Jarno <aurelien@aurel32.net> for the 0.1.15.1 NMU.
    (Closes: #625384)
  * Use L_PID rather than L_PPID when appropriate.  In cases where
    lockfile_create() and lockfile_check() were being called with L_PID,
    use L_PPID to capture the parent's PID.  Capturing the PID of the
    lockfile-create or lockfile-check process made no sense.  Thanks to
    Zrin Žiborski <zrin+launchpad@ziborski.net> for the report, Larry
    Diegel for the patch, and Sebastian Siewior <sebastian@breakpoint.cc>
    for the suggestion to update the documentation. (Closes: #626752)

 -- Rob Browning <rlb@defaultvalue.org>  Sun, 21 Aug 2011 18:54:27 -0500

lockfile-progs (0.1.15) unstable; urgency=low

  * Add missing debhelper Build-Depends.

 -- Rob Browning <rlb@defaultvalue.org>  Sun, 13 Jun 2010 02:21:19 -0500

lockfile-progs (0.1.14) unstable; urgency=low

  * Don't erroneously require -l for mail-related commands.
    Thanks to Andre Grueneberg <andre-debian@grueneberg.de>. (closes: #563533)
  * Change --retry-count to --retry in the manpage.
    Thanks to Daniel Frank <debian-bugs-239623@danielfrank.net>.
    (closes: #584779)
  * Change debian/rules to use "dh $@" approach.
    This also adds md5sums, fixing a wishlist bug.  Thanks to Loïc Minier
    <lool@dooz.org>. (closes: #564798)

 -- Rob Browning <rlb@defaultvalue.org>  Sat, 12 Jun 2010 13:02:23 -0500

lockfile-progs (0.1.13) unstable; urgency=low

  * Make exit_status volatile since it interacts with a signal handler.

  * Adjust code for -Wformat-security.  Thanks to Michael Bienia
    <michael@vorlon.ping.de>. (closes: #487503)

 -- Rob Browning <rlb@defaultvalue.org>  Sun, 21 Jun 2009 10:00:52 -0700

lockfile-progs (0.1.12) unstable; urgency=low

  * Fix manpage typos.  Thanks to "A. Costa" <agcosta@gis.net>.
    (closes: #439745)

  * Remove duplicate priority field from the control file.
    (closes: #464297)

  * Add a --use-pid option which adds L_PID to the underlying liblockfile
    call.  Users should note the caveats in lockfile_create(3).

  * Add a lockfile-check program (see lockfile_check(3)).

  * Remove duplicate priority and section fields from debian/control.
    Thanks to Lucas Nussbaum <lucas@lucas-nussbaum.net> and Patrick
    Winnertz <winnie@debian.org>. (closes: #464297)

 -- Rob Browning <rlb@defaultvalue.org>  Wed, 17 Jun 2009 21:38:54 -0700

lockfile-progs (0.1.11) unstable; urgency=low

  * Add --quiet and --verbose options. (closes: #272539)
  * Use hard links for duplicate binaries. (closes: #382730)
  * Respect DEB_BUILD_OPTIONS nostrip. (closes: #437491)
  * Fix manpage to reflect changes to liblockfile --retry.
    (closes: #161685, #244314, #360474)
  * Add support for --lock-name (-l). (closes: #416355)

 -- Rob Browning <rlb@defaultvalue.org>  Fri, 24 Aug 2007 17:35:23 -0700

lockfile-progs (0.1.10) unstable; urgency=low

  * update manpage to fix dashes under utf-8. (closes: #159907)
  * recompile to fix prelink problem. (closes: #231550)
  * fix manpage to note --try like semantics of --retry.

 -- Rob Browning <rlb@defaultvalue.org>  Sat, 28 Feb 2004 11:44:30 -0600

lockfile-progs (0.1.9) unstable; urgency=low

  * Add command tool names to manpages. (closes: #88510)
  * Update my email address.

 -- Rob Browning <rlb@defaultvalue.org>  Tue, 17 Jul 2001 12:38:34 -0500

lockfile-progs (0.1.8) unstable; urgency=low

  * Add Build-Depends: liblockfile-dev (Closes: Bug#94948, Bug#84547).
  * Move manpages to /usr/share/man (Closes: Bug#80755, Bug#91205).
  * Move docs to /usr/share (Closes: Bug#91571).

 -- Rob Browning <rlb@cs.utexas.edu>  Mon, 23 Apr 2001 15:24:26 -0500

lockfile-progs (0.1.7) unstable; urgency=low

  * Update to depend on liblockfile1 (Closes: Bug#44819)
  * Support new lockfile_create() signature.

 -- Rob Browning <rlb@cs.utexas.edu>  Fri, 24 Sep 1999 18:41:58 -0500

lockfile-progs (0.1.6) unstable; urgency=low

  * Really fix return codes (Closes: Bug#34279)

 -- Rob Browning <rlb@cs.utexas.edu>  Sat, 29 May 1999 13:36:42 -0500

lockfile-progs (0.1.5) unstable; urgency=low

  * Programs now return more meaningful result codes (Closes: Bug#31254).

 -- Rob Browning <rlb@cs.utexas.edu>  Sun, 17 Jan 1999 20:39:29 -0600

lockfile-progs (0.1.4) unstable; urgency=low

  * Don't allow locking arbitrary mailbox (Closes: Bug#28773).
  * Clean up code to use getopt.
  * Add --oneshot option to lock touching programs.
  * Add --retry-count option to locking programs.

 -- Rob Browning <rlb@cs.utexas.edu>  Sat, 21 Nov 1998 01:06:27 -0600

lockfile-progs (0.1.3) unstable; urgency=low

  * Rebuild as root.  Libtricks built a broken .deb (a file that should
    have been a symlink was a truncated file of garbage).

 -- Rob Browning <rlb@cs.utexas.edu>  Fri, 30 Oct 1998 16:11:34 -0600

lockfile-progs (0.1.2) unstable; urgency=low

  * Make mail lock programs a separate binary, and make them sgid mail.

 -- Rob Browning <rlb@cs.utexas.edu>  Fri, 30 Oct 1998 15:47:17 -0600

lockfile-progs (0.1.1) unstable; urgency=low

  * Initial release.
  * This is beta code, so be a little cautious.  I don't think there are
    any *serious* bugs, but...

 -- Rob Browning <rlb@cs.utexas.edu>  Mon, 19 Oct 1998 16:53:40 -0500