[Magellancms-cvs] magellan CHANGES,1.24,1.25 VERSION,1.16,1.17 build.sh,1.16,1.17
Brought to you by:
burzmali
|
From: <bur...@us...> - 2003-05-07 15:26:47
|
Update of /cvsroot/magellancms/magellan In directory sc8-pr-cvs1:/tmp/cvs-serv29239 Modified Files: CHANGES VERSION build.sh Log Message: Changed version to 3.2. (wuh) Index: CHANGES =================================================================== RCS file: /cvsroot/magellancms/magellan/CHANGES,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** CHANGES 7 May 2003 15:24:43 -0000 1.24 --- CHANGES 7 May 2003 15:26:42 -0000 1.25 *************** *** 11,16 **** ! 3.2.0 - 2003/05/07 ! ------------------ NEW FEATURES: - Added customizable page fields. (wuh) --- 11,16 ---- ! 3.2 - 2003/05/07 ! ---------------- NEW FEATURES: - Added customizable page fields. (wuh) Index: VERSION =================================================================== RCS file: /cvsroot/magellancms/magellan/VERSION,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** VERSION 12 Mar 2003 14:02:53 -0000 1.16 --- VERSION 7 May 2003 15:26:43 -0000 1.17 *************** *** 11,13 **** ! Magellan 3.2.0 --- 11,13 ---- ! Magellan 3.2 Index: build.sh =================================================================== RCS file: /cvsroot/magellancms/magellan/build.sh,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** build.sh 12 Mar 2003 14:02:53 -0000 1.16 --- build.sh 7 May 2003 15:26:43 -0000 1.17 *************** *** 10,21 **** WHERE=`pwd` ! if [ -a .encoded ]; then ! TGZ_NAME="magellan-enc-3.2.0.tgz" ! DIR_NAME="magellan-enc" ! else ! TGZ_NAME="magellan-3.2.0.tgz" ! DIR_NAME="magellan" ! ./sdk.sh ! fi cd .. --- 10,16 ---- WHERE=`pwd` ! TGZ_NAME="magellan-3.2.tgz" ! DIR_NAME="magellan" ! ./sdk.sh cd .. |