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 cd025baaceeabdd1fd50af0476dfedacb8f60ce6 (commit) from 6665a03d7c6492f07d989c7c5bccc488a5c7a9cf (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 cd025baaceeabdd1fd50af0476dfedacb8f60ce6 Author: Arne Fitzenreiter arne.fitzenreiter@ipfire.org Date: Sun Jul 22 10:25:10 2012 +0200
close core61.
-----------------------------------------------------------------------
Summary of changes: make.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) mode change 100755 => 100644 html/cgi-bin/proxy.cgi
Difference in files: diff --git a/html/cgi-bin/proxy.cgi b/html/cgi-bin/proxy.cgi old mode 100755 new mode 100644 diff --git a/make.sh b/make.sh index 89f979d..265677b 100755 --- a/make.sh +++ b/make.sh @@ -26,7 +26,7 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name VERSION="2.11" # Version number CORE="61" # Core Level (Filename) -PAKFIRE_CORE="60" # Core Level (PAKFIRE) +PAKFIRE_CORE="61" # 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
hooks/post-receive -- IPFire 2.x development tree