finalize 0.4.0

This commit is contained in:
IgnorantGuru 2013-02-11 09:09:01 -07:00
parent 8c17dadfad
commit cbf599db5e
7 changed files with 28 additions and 12 deletions

View File

@ -1,4 +1,4 @@
0.3.6+
0.4.0 2013-02-11:
debian package add XXXXXXXX to mktemp template [dist]
[devmon] get pmount mount point after mount #20
move debian/ to distros/debian/ and update README

4
README
View File

@ -1,4 +1,4 @@
README for udevil v0.3.6+
README for udevil v0.4.0
For updates and instructions visit:
@ -313,7 +313,7 @@ TRANSLATIONS
LICENSE
udevil - Copyright (C) 2012 GPL3+
udevil - Copyright (C) 2013 GPL3+
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the

12
aclocal.m4 vendored
View File

@ -1990,7 +1990,14 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
LD="${LD-ld} -m elf_i386_fbsd"
;;
x86_64-*linux*)
LD="${LD-ld} -m elf_i386"
case `/usr/bin/file conftest.o` in
*x86-64*)
LD="${LD-ld} -m elf32_x86_64"
;;
*)
LD="${LD-ld} -m elf_i386"
;;
esac
;;
ppc64-*linux*|powerpc64-*linux*)
LD="${LD-ld} -m elf32ppclinux"
@ -2354,7 +2361,8 @@ AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
;;
*)
lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
if test -n "$lt_cv_sys_max_cmd_len"; then
if test -n "$lt_cv_sys_max_cmd_len" && \
test undefined != "$lt_cv_sys_max_cmd_len"; then
lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
else

14
configure vendored
View File

@ -2753,7 +2753,7 @@ fi
# Define the identity of the package.
PACKAGE=udevil
VERSION=0.3.6+
VERSION=0.4.0
cat >>confdefs.h <<_ACEOF
@ -5695,7 +5695,8 @@ else
;;
*)
lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
if test -n "$lt_cv_sys_max_cmd_len"; then
if test -n "$lt_cv_sys_max_cmd_len" && \
test undefined != "$lt_cv_sys_max_cmd_len"; then
lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
else
@ -7231,7 +7232,14 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
LD="${LD-ld} -m elf_i386_fbsd"
;;
x86_64-*linux*)
LD="${LD-ld} -m elf_i386"
case `/usr/bin/file conftest.o` in
*x86-64*)
LD="${LD-ld} -m elf32_x86_64"
;;
*)
LD="${LD-ld} -m elf_i386"
;;
esac
;;
ppc64-*linux*|powerpc64-*linux*)
LD="${LD-ld} -m elf32ppclinux"

View File

@ -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.6+)
AM_INIT_AUTOMAKE(udevil, 0.4.0)
AC_PROG_INTLTOOL([0.21])

View File

@ -70,7 +70,7 @@
# compiler: $LTCC
# compiler flags: $LTCFLAGS
# linker: $LD (gnu? $with_gnu_ld)
# $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1.1
# $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1.2
# automake: $automake_version
# autoconf: $autoconf_version
#
@ -80,7 +80,7 @@
PROGRAM=libtool
PACKAGE=libtool
VERSION="2.4.2 Debian-2.4.2-1.1"
VERSION="2.4.2 Debian-2.4.2-1.2"
TIMESTAMP=""
package_revision=1.3337

View File

@ -19,7 +19,7 @@
GETTEXT_PACKAGE = udevil
PACKAGE = udevil
VERSION = 0.3.6+
VERSION = 0.4.0
SHELL = /bin/bash