]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
up to 0.4.6 0.4.6
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 15 May 2013 21:07:13 +0000 (21:07 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Wed, 15 May 2013 21:07:13 +0000 (21:07 +0000)
adds better fedora initscripts compat

svn-id: @12659

ChangeLog
configure.ac

index 0bc0238b2eebc4b228fc83ec9be7702e71d4e293..2aec1e61b31e3dcee6c05365c5b8593598547eb8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2013-05-15 21:04 +0000 [r12658]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * po/de.po, po/pl.po: make update-po
+
+2013-04-09 22:07 +0000 [r12650]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * lib/functions: Fedora compat: fix echo_success and echo_failure
+         formatting
+
+2013-04-09 21:48 +0000 [r12648-12649]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * lib/functions: RedHat/Fedora compatibility turn daemon() and
+         friends into syntax their scripts understand (shell syntax) if
+         initscript interpreter is set to bash
+
+       * lib/functions: revert [12647] it was correct before that
+
+2013-04-09 21:41 +0000 [r12647]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * lib/functions: do not reset RC_LOGGING when IN_SHUTDOWN is not
+         set refs [6452] and [9733]
+
+2013-04-03 08:51 +0000 [r12643]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * lib/functions: improve fedora compatibility: add: - daemon
+         --pidfile=FOO - killproc -d DELAY use usleep 50000 instead of
+         100000, computers are bit faster now :)
+
 2013-03-18 08:25 +0000 [r12632]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
 
        * configure.ac: Release 0.4.5.5.
index 44dd31fb05886f0d7429c798e33d8bb9db7121eb..4155735a1f50658649db19dd9231ccba1d09d679 100644 (file)
@@ -1,6 +1,6 @@
 dnl $Id$
 
-AC_INIT([rc-scripts], [0.4.5.5], [pld-rc-scripts@lists.pld-linux.org], [rc-scripts])
+AC_INIT([rc-scripts], [0.4.6], [pld-rc-scripts@lists.pld-linux.org], [rc-scripts])
 AM_INIT_AUTOMAKE
 
 ALL_LINGUAS="pl de"
This page took 0.190758 seconds and 4 git commands to generate.