File: changelog

package info (click to toggle)
usbmount 0.0.22
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 104 kB
  • ctags: 2
  • sloc: sh: 187; makefile: 2
file content (384 lines) | stat: -rw-r--r-- 15,640 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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
usbmount (0.0.22) unstable; urgency=low

  * [f6f3d8d] Add very important README/documentation file.
    Closes: #593232.
  * [57cdf9b] Make the description of remounting a partition more detailed.
  * [a939ffd] Update copyright file to DEP5 (candidate) format.
  * [82e9c7c] debian/copyright: Validate the transition to DEP-5 format.
  * [0b1ec98] debian/{compat,control}: update debhelper compatibility to 8.
  * [354692c] debian/postrm: include removal of mountpoints in purge
  * [e8d3b35] debian/pre{inst,rm}: use internal test command of the shell.
  * [fbd26e6] debian/changelog: include list of changes generated by git-dch
  * [917da84] usbmount: say what was trying to be mounted in error messages
  * [a63b109] usbmount: Make regular expression more robust.
    Thanks to gregor herrmann, Niels Boehm, and Yegor Yefremov.
    Closes: #636991.
  * [879beb6] debian/control: Use wrap-and-sort to normalize the fields.
  * [12d0f12] debian/control: Update Standard-Version to 3.9.2 (no changes).
  * [e73cf7a] usbmount: Fix spelling errors. Tks Yuri D'Elia.
    Closes: #630317.
  * [8899b3f] debian/NEWS: Fix spelling errors. Tks John Foerch.
    Closes: #637113.

 -- Rogério Brito <rbrito@ime.usp.br>  Mon, 08 Aug 2011 13:02:25 -0300

usbmount (0.0.21) unstable; urgency=low

  * [e499931] Add better documentation to the configuration file.
  * [0884ff6] Transition from cdbs to dh(7).
  * [ce9dc83] Make mounting by UUID more robust. Thanks to Jidanni.
    Closes: #587066.
  * [e57343e] Make some log messages slightly more descriptive
  * [b5549ec] Document better the situation with FUSE filesystems.
    Closes: #587311.
  * [06559af] Include description on how to remount filesystems. Closes:
    #568962.
  * [c6317b7] Verify that the package satisfies the Debian Policy
    v3.9.1.
  * [81e9c09] Point the source of the program to the git repository.
  * [06f365d] Put the rules file under /lib/udev/rules.d.
  * [1d0a16f] Remove some of the symlink dance
  * [7fa5d2a] Update comment to make it reflect what the code says.

 -- Rogério Brito <rbrito@ime.usp.br>  Tue, 03 Aug 2010 12:14:56 -0400

usbmount (0.0.20) unstable; urgency=low

  * The "jidanni QA" release.
  * [28109ae9] Update changelog in preparation for new release.
  * [5e418982] Change character classes :space: -> :blank: and anchor
    grep's regexp.
  * [d60466c8] Include comments regarding unmounting the filesystems
    safely.
  * [48788d01] Eliminate confusing extra empty line in usbmount.conf
    (Closes: #568959)
  * [edd2eb4f] Describe dealing with FUSE mounted filesystems (Closes:
    #570405)
  * [aac8a8e2] Update the VCS-* from SVN to GIT
  * [cee7f5fc] Convert to format 3.0 (native)
  * [120fbcca] Reformat debian/NEWS to kill lintian warnings
  * [072cfd6c] Update the copyright years.
  * [e3824bb7] Don't use UUID's hiding under a comment. Closes: #576778.
  * [ebcf8f68] Log some error conditions. Closes: #576767.
  * [46323216] The package complies with Policy 3.8.4. No changes
    necessary.

 -- Rogério Brito <rbrito@ime.usp.br>  Sat, 24 Apr 2010 23:26:05 -0300

usbmount (0.0.19.1) unstable; urgency=low

  * The "Oh, oh, oh" release.
  * Hotfix a bug discovered by Gregor Herrmann. Closes: #562496.
  * Change space character classes to blank, as suggested by Cristian
    Ionescu-Idbohrn.

 -- Rogério Brito <rbrito@ime.usp.br>  Fri, 25 Dec 2009 00:39:37 -0200

usbmount (0.0.19) unstable; urgency=low

  * The "Ho, Ho, Ho" release.
  * new strategy in usbmount, potentially less complicated.
  * usbmount:
    + simplify the usbmount script.
    + strive for legibility.
    + avoid use of awk.
    + make fewer calls to blkid.
    + various code cleanups (Many, many thanks to Cristian Ionescu-Idbohrn).
    + log unexpected actions.
    + removes unecessary delay.
    + much more to come.
  * include dependency on util-linux (>> 2.16).
  * include recommends on pmount.

 -- Rogério Brito <rbrito@ime.usp.br>  Thu, 24 Dec 2009 12:58:46 -0200

usbmount (0.0.18) unstable; urgency=low

  * usbmount:
    + migrate from vol_id to blkid; patch adapted from gregoa.
      (Closes: #548627)
    + support mounting by UUID; patch adapted from Patrick Schoenfeld.
      (Closes: #551757)
    + include extra debugging points.
  * usbmount.rules:
    + update rules for new naming scheme of recent kernels/udev combo.
  * debian/NEWS:
    + really include the file (Closes: #548785).
  * debian/control:
    + update standards version to 3.8.3 (no changes necessary).
    + reorder fields.
    + remove uploaders; Rafael is welcome any time he wants to.
  * debian/copyright:
    + fix my e-mail address.
    + consolidate entries.

 -- Rogério Brito <rbrito@ime.usp.br>  Wed, 21 Oct 2009 02:14:18 -0200

usbmount (0.0.17.1) unstable; urgency=low

  * usbmount:
    + revert patch from #403209 (seems to introduce race conditions)
      (Closes: #535238)
  * usbmount.conf:
    + include ext4 so that it can be mounted automatically.
    + add MOUNTOPTIONS nodiratime. Closes: #539386. (Tks Jari Aalto)
  * debian/control:
    + include comment (allowed by policy).
    + update standards version to 3.8.2 (no changes necessary).

 -- Rogério Brito <rbrito@ime.usp.br>  Tue, 18 Aug 2009 08:45:55 -0300

usbmount (0.0.17) unstable; urgency=low

  * The "More Documentation, Please" release.
  * debian/NEWS: create an intructive documentation file.
  * debian/README:
    + include more verbose instructive documentation. Closes: #502583.
    + remove outdated information on vfat filesystms.
    + mention that the package supports Firewire devices too.
    + restructure the document a little.
    + include brief instructions on troubleshooting usbmount behaviour.
  * debian/{preinst,postrm}: remove legacy code.
  * debian/control:
    + include misc-depends on usbmount binary.
    + update standards version to 3.8.1.
    + mention that firewire is supported too in the long description.
  * usbmount:
    + respect entries already in /etc/fstab. Closes: #350633.
      (Tks Joachim Breitner)
    + use fine grained locking for devices. Closes: #403209.
      (Tks Richard Atterer)
  * usbmount.conf:
    + comment heavily. Closes: #337483.
      (Tks January Weiner, Jari Eskelinen)
    + include vfat and hfsplus filesystems to be automounted.

 -- Rogério Brito <rbrito@ime.usp.br>  Thu, 30 Apr 2009 19:52:59 -0300

usbmount (0.0.16) unstable; urgency=low

  * debian/control: include Vcs-* fields with modifications.
  * usbmount.conf: option to disable usbmount. (Closes: #380809)
  * usbmount.conf: recreate /var/run/usbmount if non-existent. (Closes: #345364)
    (Tks Armin Berres for the inspiration above)
  * usbmount.rules: add support for firewire devices too. (Closes: #502687)

 -- Rogério Brito <rbrito@ime.usp.br>  Sun, 19 Oct 2008 07:35:56 -0200

usbmount (0.0.15.1) unstable; urgency=low

  * debian/control: actually include the DM-Upload-Allowed field.
  * debian/compat: upgraded it to 5, since even stable has it.
  * debian/control: updated build-dependency on debhelper >= 5.
  * debian/control: eliminated the versioned dependency on udev,
    since stable has it for a long time.

 -- Rogério Brito <rbrito@ime.usp.br>  Tue, 30 Sep 2008 11:04:19 -0300

usbmount (0.0.15) unstable; urgency=low

  * New maintainer (Closes: #408621).
  * debian/control: updated with my e-mail address.
  * debian/control: add Homepage field. (removed lintian warning)
  * debian/control: included DM-Upload-Allowed field. I am a DM now.
  * debian/control: upgraded Standards-Version to 3.8.0. (lintian warning).
  * debian/copyright: made machine-parseable format. (removed lintian warning)
  * More changes to come...

 -- Rogério Brito <rbrito@ime.usp.br>  Fri, 26 Sep 2008 15:58:33 -0300

usbmount (0.0.14.1) unstable; urgency=low

  [Rafael Laboissiere]
  * debian/control:
    - Bumped Standards-Version to 3.7.2 (no changes needed)
    - Moved debhelper and cdbs from Build-Depends-Indep to Build-Depends,
      complying with section 7.6 of the Debian Policy.
  [Martin Dickopp]
  * Acknowledge NMU (closes: #361351, #365225).
  * Orphaning package, setting maintainer to Debian QA Group.

 -- Martin Dickopp <martin@zero-based.org>  Sat, 27 Jan 2007 12:42:44 +0100

usbmount (0.0.14-0.1) unstable; urgency=low

  * Non-Maintainer Upload
  * Change path of vol_id of udev to the new location in /lib/udev. Thanks to
    Eric Evans for the patch (Closes: #361351)
    - Minimum udev dependency now 0.084-2, first version to ship vol_id in
      that location
  * Fix udev rule syntax, patch by Eric Evans (Closes: #365225)

 -- Jeroen van Wolffelaar <jeroen@wolffelaar.nl>  Sun, 30 Apr 2006 23:45:57 +0000

usbmount (0.0.14) unstable; urgency=low

  * Upload sponsored by Rafael Laboissiere.
  * Make sure that /etc/dev.d/block/usbmount.dev is removed when the
    package is purged.

 -- Martin Dickopp <martin@zero-based.org>  Sun, 10 Jul 2005 22:17:00 +0200

usbmount (0.0.13) unstable; urgency=medium

  * Upload sponsored by Rafael Laboissiere.
  * Adapt to udev changes: 'udev_volume_id' has been renamed to
    'vol_id' and its output has changed (closes: #317022). Depend on
    udev (>= 0.060-1). Without this change, usbmount doesn't work at
    all with udev 0.060, therefore urgency=medium.
  * New section about the vfat filesystem type added to the README file
    (closes: #316758).
  * /etc/dev.d is obsolete. Remove /etc/dev.d/block/usbmount.dev; the
    usbmount script is now called by the new file /etc/udev/usbmount.rules.
    Create symlink /etc/udev/rules.d/z60_usbmount.rules to this file if
    usbmount is freshly installed or updated from a version before 0.0.13.

 -- Martin Dickopp <martin@zero-based.org>  Fri,  8 Jul 2005 19:22:10 +0200

usbmount (0.0.12) unstable; urgency=low

  * Upload sponsored by Rafael Laboissiere.
  * debian/control: update 'Standards-Version' to 3.6.2. No changes to the
    package necessary.
  * Search additional files in the /sys filesystem for vendor and model
    name (closes: #315192).

 -- Martin Dickopp <martin@zero-based.org>  Fri,  1 Jul 2005 19:11:44 +0200

usbmount (0.0.11) unstable; urgency=low

  * Upload sponsored by Rafael Laboissiere.
  * If a device is not readable, wait up to 20 seconds for it to become
    so (closes: #305672). Some devices apparently need a few seconds
    initialization time before they can be accessed. Thanks to Peter
    Stelmachovic for his help with debugging this issue.

 -- Martin Dickopp <martin@zero-based.org>  Mon,  2 May 2005 14:19:15 +0200

usbmount (0.0.10) unstable; urgency=low

  * Upload sponsored by Rafael Laboissiere.
  * When a partition (as opposed to a partition-less device) is mounted,
    an underscore and the partition number are appended to the model name
    symlink.
  * The model name symlink now includes the vendor if known.
  * Acquire lock before 'udev_volume_id' is called. This causes the
    partitions (on a device with more than one partition) to be mounted in
    the right order.
  * Fixed typos in log messages.
  * Run hook scripts when a device or partition is mounted or unmounted
    (closes: #303562). Describe how to use this feature in the README file.
  * Moved /etc/usbmount.conf to /etc/usbmount/usbmount.conf.
  * Moved deletion of mount points in /media from prerm to postrm. Delete
    them not only when the package is removed, but also when installing is
    aborted.
  * Moved creation and deletion of model name symlinks to hook scripts.

 -- Martin Dickopp <martin@zero-based.org>  Tue, 12 Apr 2005 17:45:51 +0200

usbmount (0.0.9) unstable; urgency=low

  * Upload sponsored by Rafael Laboissiere.
  * When a device is removed, make sure that only the corresponding model
    symlink in /var/run/usbmount is removed (closes: #303376).
  * Include directory /var/run/usbmount in package instead of creating it
    in postinst (closes: #303434).
  * Move creation of mount points in /media from 'postinst configure' to
    'preinst install'. This ensures that the mount points are created if
    the package is removed (but not purged) and then reinstalled.

 -- Martin Dickopp <martin@zero-based.org>  Wed,  6 Apr 2005 23:54:53 +0200

usbmount (0.0.8) unstable; urgency=low

  * Upload sponsored by Rafael Laboissiere (closes: #298526).
  * Filesystem type specific mount options can be specified.
  * Use locking to serialize concurrent mount attempts. This ensures that
    different mount points are chosen if a device contains more than one
    mountable partition.
  * Make sure that /var/run/usbmount is removed on package removal.
  * More detailed package description and README file.

 -- Martin Dickopp <martin@zero-based.org>  Sun,  3 Apr 2005 23:40:25 +0200

usbmount (0.0.7) unstable; urgency=low

  Rafael Laboissiere:

  * First upload of this package to the official Debian distribution
    (closes: #298526)
  * NMU in the behalf of the upstream maintainer, which is also the
    effective maintainer of the Debian package.

  Martin Dickopp:

  * Built as a Debian-native package again.
  * Default configuration does not mount vfat filesystems any more.
  * Put warning in configuration file that sync-mounting is not fully
    implemented for vfat filesystem.
  * Package description refers to new location of the homepage
    (http://usbmount.alioth.debian.org/).

 -- Martin Dickopp <martin@zero-based.org>  Wed,  9 Mar 2005 14:10:34 +0100

usbmount (0.0.6-1) unstable; urgency=low

  * New upstream release:
    - Changed maintainer's email address from <martin-deb@zero-based.org>
      to <martin@zero-based.org>.
    - Create symlink in /var/run/usbmount instead of /var/usbmount. If the
      directory /var/run/usbmount does not exist, it is created when a device
      is plugged in.
  * Updated package description to mention that symlinks in
    /var/run/usbmount are created.
  * Removed instructions for 'reportbug' to send bug reports to the upstream
    maintainer instead of the Debian BTS.

 -- Martin Dickopp <martin@zero-based.org>  Tue,  8 Mar 2005 17:19:05 +0100

usbmount (0.0.5-1) unstable; urgency=low

  * debian/control:
    - Added myself to Uploaders field
    - Start Description with lower-case letter
    - Added Homepage link

 -- Rafael Laboissiere <rafael@debian.org>  Tue,  8 Mar 2005 13:48:00 +0100

usbmount (0.0.5) unstable; urgency=low

  * Create symlinks (model names) in /var/usbmount.

 -- Martin Dickopp <martin-deb@zero-based.org>  Wed, 23 Feb 2005 18:11:03 +0100

usbmount (0.0.4) unstable; urgency=low

  * Adapt to changes in udev_volume_id; depend on udev (>= 0.053-1).
  * Redirect standard output and standard error to /dev/null; log via
    syslog.
  * More verbose logging can be turned on with a configuration variable.

 -- Martin Dickopp <martin-deb@zero-based.org>  Mon, 21 Feb 2005 11:32:55 +0100

usbmount (0.0.3) unstable; urgency=low

  * Create /media if it doesn't already exist.
  * Include instructions for the reportbug program to send bug reports to
    the maintainer instead of the Debian BTS.
  * Move mounting and unmounting script to /usr/share/usbmount/usbmount.

 -- Martin Dickopp <martin-deb@zero-based.org>  Mon,  8 Nov 2004 19:03:12 +0100

usbmount (0.0.2) unstable; urgency=low

  * Don't kill any processes before unmounting; unmount lazily (-l option
    to the umount command). Thanks to Martin F. Krafft for the suggestion.
  * Build-Depends on debhelper >= 4.1.0 (required when cdbs is used).

 -- Martin Dickopp <martin-deb@zero-based.org>  Tue, 26 Oct 2004 23:04:04 +0200

usbmount (0.0.1) unstable; urgency=low

  * Initial package.

 -- Martin Dickopp <martin-deb@zero-based.org>  Tue, 26 Oct 2004 17:32:54 +0200