This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".
The branch, next has been updated
via 7405b749b9973e43fb43976aff99d70ba0865da9 (commit)
from 346bd906f2d70e050c6528b7a65bfa5c6cc9d08b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7405b749b9973e43fb43976aff99d70ba0865da9
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Thu Oct 6 01:58:58 2011 +0200
fireinfo: Update to 2.1.2.
Fixes a regression with the detection of the CPU
model string on x86.
-----------------------------------------------------------------------
Summary of changes:
lfs/fireinfo | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Difference in files:
diff --git a/lfs/fireinfo b/lfs/fireinfo
index 2e81b18..3b703cb 100644
--- a/lfs/fireinfo
+++ b/lfs/fireinfo
@@ -24,7 +24,7 @@
include Config
-VER = 2.1.1
+VER = 2.1.2
THISAPP = fireinfo-v$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = da6bceb93027a42520d384edd47efbcd
+$(DL_FILE)_MD5 = e9e58b66f6760391f6d63a8163f0bfa8
install : $(TARGET)
hooks/post-receive
--
IPFire 2.x development tree