File: ChangeLog

package info (click to toggle)
udevil 0.4.3-1~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 2,264 kB
  • sloc: sh: 12,773; ansic: 5,929; makefile: 57
file content (107 lines) | stat: -rw-r--r-- 4,523 bytes parent folder | download | duplicates (2)
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
0.4.3   2013-12-09:
    fix default udevil.conf allowed_options missing fmask=0133 #35
0.4.2   2013-12-04:
    move packages to pkg branch
    debian pkgs libudev0 | libudev1
    update translations; add es fr pl sv
    fix building with automake-1.13
    autogen.sh ensure pot not deleted
    improve denied 94 msg #24
    default fmask=0133 for vfat ntfs msdos umsdos #25
    [devmon 1.1.7] support raid /dev/mda in partition detection #28
    fix identify empty optical drive
    [devmon 1.1.7] add option --enumerate-device-files #26
0.4.1   2013-03-17:
    update Russian translation
    added translation files to transifex.com
    added Italian translation by Matteo Bernardini
    added partial German translation by Delix
    add update-pot script
    clear -Werror=format-security warnings
    [devmon 1.1.6] handle hyphen in device node name
    updated German; added pt_BR Portuguese (Brazil)
0.4.0   2013-02-11:
    debian package add XXXXXXXX to mktemp template [dist]
    [devmon 1.1.5] get pmount mount point after mount #20
    move debian/ to distros/debian/ and update README
    fix -t with net fstype without protocol
    create /run on demand
    added WebDAV davfs2 support (http:// https://)
0.3.6   2012-12-16:
    file mount prevent race conditions
    disallow remount of file due to potential race conditions
    systemd service file set DISPLAY for popups #17
0.3.5   2012-11-24:
    ftpfs limit attempts on none #14
    handle mount point trailing space #12
    update russian translation
    default udevil.conf add file to allowed_types
0.3.4   2012-10-21:
    btrfs moint point detection workaround - spacefm issue 165
    adjustment for build on debian squeeze
    install devmon systemd service files (or --disable-systemd) #10
    [devmon 1.1.4] use spacefm or zenity for popup dialogs
0.3.3   2012-09-14:
    update ru.po
    no quote cifs password
    allow most UTF-8 characters in options
    default udevil.conf add utf8 to default_options_iso9660,ntfs,vfat
0.3.2   2012-08-15:
    accept smb workgroup/user
    curlftpfs pass user:pass as option
    allow email address as username
    allow unmount ejected disc #6 #7
    [devmon 1.1.3] unmount ejected disc; clean unmounted #6 #7
    [devmon 1.1.3] less verbose which
    no default ro for udf in udevil.conf
0.3.1   2012-07-25:
    cifs,smbfs use guest option when no user specified
    sshfs add port as option
    added default_options_ntfs to udevil.conf
    [devmon 1.1.2] udevil clean on remove device #6
    sshfs supplies current user if none specified
    cifs no user specified try guest mount then current user
    ready for translations - see TRANSLATE
    translation independent msg numbers in errors, warnings, and denied msgs
    test forbidden file consistently
    Russian translation by Vladimir Kudrya
0.3.0   2012-07-13:
    cifs,ftpfs dont quote username, double quote password #3
    default udevil.conf: allow option flush
    net mount point name inc dir #4
0.2.9   2012-06-29:
    fixed POTFILES.in to correct build deb problem #2
    users can mount/umount tmpfs and ramfs if in allowed_types; updated conf
    conf allow option sync for nfs; remove noatime,utf8 for smbfs/cifs #3
    change mount usage for parted magic mtab issue
0.2.8   2012-06-15:
    ssh:// support
    use cifs by default instead of smbfs
    fix denied when passing mount option uid= on command line
    updated default udevil.conf
0.2.7   2012-06-04:
    try u/mount as current user early; clean all mount points on unmount
0.2.6   2012-06-03:
    replace realpath.c with canonicalize.c
0.2.5   2012-05-30:
    correct make check error in po (affects debian build package)
    correct debian postinst error
0.2.4   2012-05-28:
    allow unmount removed devices
    [devmon 1.1.1] unmount removed devices if mounted
    mounted messages to stdout instead of stderr
    [devmon 1.1.1] use pmount ahead of udisks; test executables
    do not log read default config location
    udevil.conf: iso9660 & udf add ro to prevent mount read-only warning
0.2.3   2012-05-27:
    create /run/media/$USER on demand; add configure --with-setfacl-prog
    corrected Arch Linux udevil-git AUR package overwriting udevil.conf
0.2.2   2012-05-26:
    build with large file support for stat64 files >2GB on 32 bit fixes #1
    accept relative arguments on command line
0.2.1   2012-05-25:
    log error msgs when parsing network url
    added devmon 1.1.0 automounting script to udevil distribution
0.2.0   2012-05-22:
    initial test release