From a2deff9ce20c4d4e6ab02b47b911725af095a910 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 14 Jun 2008 11:18:37 +0200 Subject: [PATCH] Changed Version from 2.2-test to 2.2 Changed make.sh to push to master Edit some IPFire 2.1 strings to 2.2 --- config/rootfiles/updater/filelists/other | 1 + config/upnp/gatedesc.xml | 10 +++++----- html/cgi-bin/samba.cgi | 2 +- make.sh | 4 ++-- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/config/rootfiles/updater/filelists/other b/config/rootfiles/updater/filelists/other index 2e8834dcaa..bcf49116db 100644 --- a/config/rootfiles/updater/filelists/other +++ b/config/rootfiles/updater/filelists/other @@ -5,6 +5,7 @@ etc/rc.d/init.d/network etc/rc.d/init.d/networking/any etc/rc.d/init.d/networking/red etc/rc.d/init.d/networking/red.up/40-ipac +etc/linuxigd/gatedesc.xml usr/local/bin/getiptstate usr/local/bin/makegraphs srv/web/ipfire/cgi-bin/speed.cgi diff --git a/config/upnp/gatedesc.xml b/config/upnp/gatedesc.xml index 07dc07be7f..3d878194ac 100755 --- a/config/upnp/gatedesc.xml +++ b/config/upnp/gatedesc.xml @@ -9,7 +9,7 @@ IPFire UPnP Device IPFire Project http://www.ipfire.org - IPFire 2.1 + IPFire 2.2 uuid:75802409-bccb-40e7-8e6c-fa095ecce13e @@ -37,9 +37,9 @@ http://www.ipfire.org WAN Device on Linux IGD IPFire - 2.1 + 2.2 http://linux-igd.sourceforge.net - 2.1 + 2.2 uuid:75802409-bccb-40e7-8e6c-fa095ecce13e Linux IGD @@ -59,9 +59,9 @@ http://www.ipfire.org Internet connection on Linux IPFire Firewall IPFire - 2.1 + 2.2 http://www.ipfire.org - 2.1 + 2.2 uuid:75802409-bccb-40e7-8e6c-fa095ecce13e Linux IGD diff --git a/html/cgi-bin/samba.cgi b/html/cgi-bin/samba.cgi index 1c1939cfdc..85d8add674 100644 --- a/html/cgi-bin/samba.cgi +++ b/html/cgi-bin/samba.cgi @@ -73,7 +73,7 @@ my %servicenames = ('SMB Daemon' => 'smbd','NetBIOS Nameserver' => 'nmbd'); $sambasettings{'WORKGRP'} = 'homeip.net'; $sambasettings{'NETBIOSNAME'} = 'IPFire'; -$sambasettings{'SRVSTRING'} = 'Samba running on IPFire 2.1'; +$sambasettings{'SRVSTRING'} = 'Samba running on IPFire 2.2'; $sambasettings{'INTERFACES'} = ''; $sambasettings{'SECURITY'} = 'share'; $sambasettings{'OSLEVEL'} = '33'; diff --git a/make.sh b/make.sh index 0d55a9b633..cd36013078 100755 --- a/make.sh +++ b/make.sh @@ -24,8 +24,8 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name -VERSION="2.2-test" -GIT_BRANCH=rspezial:rspezial # Version number +VERSION="2.2" +GIT_BRANCH=master:master # Version number SLOGAN="www.ipfire.org" # Software slogan CONFIG_ROOT=/var/ipfire # Configuration rootdir NICE=10 # Nice level -- 2.39.2