From 0a9973e9c1f2e6f88f6e8fcdbbd0b6ce022e1e27 Mon Sep 17 00:00:00 2001 From: IgnorantGuru Date: Mon, 27 Apr 2015 14:39:12 -0600 Subject: [PATCH] update README AUTHORS ChangeLog #31 #53 --- AUTHORS | 4 +++- ChangeLog | 1 + README | 6 +++--- configure | 2 +- configure.ac | 2 +- src/udevil.c | 2 +- 6 files changed, 10 insertions(+), 7 deletions(-) diff --git a/AUTHORS b/AUTHORS index eb4433c..f54db29 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,4 +1,6 @@ -IgnorantGuru http://igurublog.wordpress.com/ +Developer: IgnorantGuru + +Contributor: OmegaPhil Source code taken from other projects: * spacefm (udev support) diff --git a/ChangeLog b/ChangeLog index 8a42389..8eee0a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,7 @@ [devmon 1.1.8] unset %d %l for --exec-on-unmount #56 special handling for cifs mount ipv6 literal #46; retain literal host udevil.conf allowed_options_ftpfs remove ip=*; add ip= after test #46 + respect configure option --sysconfdir #31 #53 0.4.3 2013-12-09: fix default udevil.conf allowed_options missing fmask=0133 #35 0.4.2 2013-12-04: diff --git a/README b/README index 66792c6..da91bc1 100644 --- a/README +++ b/README @@ -101,7 +101,7 @@ BUILD cd IgnorantGuru-udevil-* # Build & Install - ./configure + ./configure --prefix=/usr make sudo make install @@ -135,7 +135,7 @@ BUILD NEXT cd IgnorantGuru-udevil-* # Build, & Install - ./configure + ./configure --prefix=/usr make sudo make install @@ -329,7 +329,7 @@ TRANSLATE LICENSE - udevil - Copyright (C) 2014 GPL3+ + udevil - Copyright (C) 2015 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 diff --git a/configure b/configure index a9001f2..cb8a0bf 100755 --- a/configure +++ b/configure @@ -2811,7 +2811,7 @@ fi # Define the identity of the package. PACKAGE=udevil - VERSION=0.4.3+etc + VERSION=0.4.3+ cat >>confdefs.h <<_ACEOF diff --git a/configure.ac b/configure.ac index 40329b2..8015ff5 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.52) AC_INIT(src/udevil.c) AC_CONFIG_HEADERS(config.h) AC_CONFIG_SRCDIR(src) -AM_INIT_AUTOMAKE(udevil, 0.4.3+etc) +AM_INIT_AUTOMAKE(udevil, 0.4.3+) AC_PROG_INTLTOOL([0.21]) diff --git a/src/udevil.c b/src/udevil.c index 1e70ec0..6897f55 100644 --- a/src/udevil.c +++ b/src/udevil.c @@ -1,5 +1,5 @@ /* - * udevil.c GPL3+ Copyright 2013 IgnorantGuru + * udevil.c GPL3+ Copyright 2015 IgnorantGuru */ #include