finalize 0.3.3
This commit is contained in:
parent
38a8949fbf
commit
7e88f7b50d
|
@ -1,4 +1,4 @@
|
|||
0.3.2+
|
||||
0.3.3 2012-09-14:
|
||||
update ru.po
|
||||
no quote cifs password
|
||||
allow most UTF-8 characters in options
|
||||
|
|
14
README
14
README
|
@ -1,8 +1,4 @@
|
|||
README for udevil v0.3.2+ BETA TEST VERSION
|
||||
|
||||
|
||||
THIS IS A TEST RELEASE - USE AT YOUR OWN RISK.
|
||||
Please test this version of udevil carefully before relying on its behavior.
|
||||
README for udevil v0.3.3
|
||||
|
||||
|
||||
For updates and instructions visit:
|
||||
|
@ -44,11 +40,13 @@ DESCRIPTION
|
|||
|
||||
PACKAGES
|
||||
|
||||
antiX-12 base & full will include udevil (currently available in testing):
|
||||
antiX-12 base & full includes udevil:
|
||||
http://sourceforge.net/projects/antix-linux/
|
||||
|
||||
Arch's AUR includes udevil-git:
|
||||
https://aur.archlinux.org/packages.php?ID=59463
|
||||
Arch Linux's [community] repository includes udevil (i686 and x86_64).
|
||||
Also, the AUR includes udevil-git, which is the next version of udevil
|
||||
as a work in progress:
|
||||
https://aur.archlinux.org/packages.php?ID=59463
|
||||
|
||||
Debian-based deb packages are provided in Downloads:
|
||||
(to save a file, click on its filename and click 'View Raw'):
|
||||
|
|
|
@ -3,8 +3,8 @@ TRANSLATIONS
|
|||
Translating udevil doesn't require any special tools - just a text editor.
|
||||
To create a translation of udevil for your language, follow these steps.
|
||||
|
||||
1) Install build dependencies listed in README, download the udevil
|
||||
source code tarball, and extract it.
|
||||
1) Install build dependencies, download the udevil source code tarball, and
|
||||
extract it (see README - BUILD).
|
||||
|
||||
2) Open a terminal and enter the source code subdirectory 'po'
|
||||
|
||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -2748,7 +2748,7 @@ fi
|
|||
|
||||
# Define the identity of the package.
|
||||
PACKAGE=udevil
|
||||
VERSION=0.3.2+
|
||||
VERSION=0.3.3
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
|
|
|
@ -3,7 +3,7 @@ AC_PREREQ(2.52)
|
|||
AC_INIT(src/udevil.c)
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
AC_CONFIG_SRCDIR(src)
|
||||
AM_INIT_AUTOMAKE(udevil, 0.3.2+)
|
||||
AM_INIT_AUTOMAKE(udevil, 0.3.3)
|
||||
|
||||
AC_PROG_INTLTOOL([0.21])
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
GETTEXT_PACKAGE = udevil
|
||||
PACKAGE = udevil
|
||||
VERSION = 0.3.2+
|
||||
VERSION = 0.3.3
|
||||
|
||||
SHELL = /bin/bash
|
||||
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
#define ALLOWED_TYPES "$KNOWN_FILESYSTEMS,smbfs,cifs,nfs,ftpfs,curlftpfs,sshfs,file,tmpfs,ramfs"
|
||||
#define MAX_LOG_DAYS 60 // don't set this too high
|
||||
|
||||
#define OPT_REMOVE // build with under-development remove function
|
||||
//#define OPT_REMOVE // build with under-development remove function
|
||||
|
||||
static int command_clean();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user