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, master has been updated via 9e9fca31e68417f33e708eccbe7dad997d8a9254 (commit) from b3cd6e3382dd7145d5c2447599a4d91bb3295fef (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 9e9fca31e68417f33e708eccbe7dad997d8a9254 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Jan 13 23:55:40 2011 +0100
set version to 2.9 core44
-----------------------------------------------------------------------
Summary of changes: lfs/linux | 2 +- make.sh | 6 +++--- src/scripts/backupiso | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-)
Difference in files: diff --git a/lfs/linux b/lfs/linux index d01a046..1aec511 100644 --- a/lfs/linux +++ b/lfs/linux @@ -35,7 +35,7 @@ CFLAGS = CXXFLAGS =
PROG = linux-xen -PAK_VER = 15 +PAK_VER = 16 DEPS = ""
# Normal build or XEN build. diff --git a/make.sh b/make.sh index 854f4a2..fe473ae 100755 --- a/make.sh +++ b/make.sh @@ -24,9 +24,9 @@
NAME="IPFire" # Software name SNAME="ipfire" # Short name -VERSION="2.9rc1" # Version number -CORE="43" # Core Level (Filename) -PAKFIRE_CORE="43" # Core Level (PAKFIRE) +VERSION="2.9" # Version number +CORE="44" # Core Level (Filename) +PAKFIRE_CORE="44" # Core Level (PAKFIRE) GIT_BRANCH=`git status | head -n1 | cut -d" " -f4` # Git Branch SLOGAN="www.ipfire.org" # Software slogan CONFIG_ROOT=/var/ipfire # Configuration rootdir diff --git a/src/scripts/backupiso b/src/scripts/backupiso index 6aacf8d..72e6a0b 100644 --- a/src/scripts/backupiso +++ b/src/scripts/backupiso @@ -3,7 +3,7 @@ COREVER=`cat /opt/pakfire/db/core/mine` # FIXME: edit this lines before release URL=http://download.ipfire.org/iso/ -ISO=ipfire-2.9rc1.i586-full-core$COREVER.iso +ISO=ipfire-2.9.i586-full-core$COREVER.iso
if [ -z "$1" ]; then echo usage: $0 backup-file
hooks/post-receive -- IPFire 2.x development tree