summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <uberlord@gentoo.org>2007-11-02 10:07:10 +0000
committerRoy Marples <uberlord@gentoo.org>2007-11-02 10:07:10 +0000
commit70ce63f075d2e1d3bdd12415ca9972a2dda86a85 (patch)
treef5e503c9d23e86e5cebd6a5360f96547600db1d1 /ChangeLog
parentFixor IP comment and logic thanks to vapier (diff)
downloadbaselayout-70ce63f075d2e1d3bdd12415ca9972a2dda86a85.tar.gz
baselayout-70ce63f075d2e1d3bdd12415ca9972a2dda86a85.tar.bz2
baselayout-70ce63f075d2e1d3bdd12415ca9972a2dda86a85.zip
Fix an ifconfig calculation for shells that don't support the newer POSIX shell math expansion, #197856.
svn path=/trunk/; revision=3088
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 88988542..af39cbc3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for Gentoo System Intialization ("rc") scripts
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPLv2
+ 02 Nov 2007; Roy Marples <uberlord@gentoo.org>:
+
+ Fix an ifconfig calculation for shells that don't support the newer
+ POSIX shell math expansion, #197856.
+
01 Nov 2007; Roy Marples <uberlord@gentoo.org>:
Work cleanly with bridges on kernels without TCP, #197791.