~ubuntu-branches/ubuntu/trusty/libpam-mount/trusty-proposed

« back to all changes in this revision

Viewing changes to doc/changelog.txt

  • Committer: Bazaar Package Importer
  • Author(s): Bastian Kleineidam
  • Date: 2010-05-09 10:46:01 UTC
  • mfrom: (1.4.4 upstream) (27.2.7 maverick)
  • Revision ID: james.westby@ubuntu.com-20100509104601-cip885tmppv2tc52
Tags: 2.1+git20100509-1
* New upstream release, plus git changes until 9.5.2010
  + Works now with other password slots than zero on crypted mounts
    (Closes: #580636)
  + Certainly includes old patch fixing the cron segfaults
    (Closes: #484122)
* Only warn about missing fskey hash when an fskey path has been given.
  (Closes: #580430)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
HEAD
5
5
====
 
6
Fixes:
 
7
- mount.crypt: fix memory scribble crash when crypto device could
 
8
  not be initialized
 
9
- mount.crypt: do not fail when unlocking key slot other than #0
 
10
 
 
11
 
 
12
v2.1 (May 02 2010)
 
13
==================
 
14
Fixes:
 
15
- config: rdconf1 static data had unclosed %(if) tags
 
16
- config: rdconf1 static data had extraneous %(OPTIONS) parameter
 
17
 
 
18
 
 
19
v2.0 (April 20 2010)
 
20
====================
 
21
Changes:
 
22
- mount.crypt: make use of libcryptsetup
 
23
- cmtab is now stored below localstatedir (usually /var/run)
 
24
- use HXformat2. This invalidates old constructs like %(before=\"-o\"...),
 
25
  which need to be replaced with the new syntax. (See below.)
 
26
 
 
27
In general, the old syntax was only used by commands Note to updaters: As the
 
28
old syntax %(after=...) %(before=...) %(ifempty=...) %(ifnempty=...)
 
29
%(lower=...) %(upper=...) only appeared in commands, and commands are not part
 
30
of the default config file anymore since v1.0~15^2~15, there should be little
 
31
worry. The configuration options in question are <cifsmount>, <cryptmount>,
 
32
<cryptumount>, <fd0ssh>, <fsck>, <fusemount>, <fuseumount>, <lclmount>,
 
33
<nfsmount>, <ncpmount>, <ncpumount>, <pmvarrun>, <smbmount>, <smbumount>
 
34
<umount> and should normally not be needed in pam_mount.conf.xml.
6
35
 
7
36
 
8
37
v1.36 (April 13 2010)