|
From: James C. <qu...@us...> - 2006-04-10 01:02:34
|
Update of /cvsroot/pptpclient/pptp-extras/pptpconfig In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5700 Modified Files: Makefile NEWS README RELEASING Log Message: pre-release $VERSION Index: Makefile =================================================================== RCS file: /cvsroot/pptpclient/pptp-extras/pptpconfig/Makefile,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- Makefile 22 Feb 2006 05:25:06 -0000 1.7 +++ Makefile 10 Apr 2006 01:02:24 -0000 1.8 @@ -1,4 +1,4 @@ -VERSION=20060222 +VERSION=20060410 PACKAGE=pptpconfig sbindir=/usr/sbin bindir=/usr/bin Index: NEWS =================================================================== RCS file: /cvsroot/pptpclient/pptp-extras/pptpconfig/NEWS,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- NEWS 6 Apr 2006 06:23:15 -0000 1.8 +++ NEWS 10 Apr 2006 01:02:25 -0000 1.9 @@ -1,3 +1,5 @@ +2006-04-10 fix resolv.conf undo + - do not undo routes added to tunnel interface [Cameron] - do not cease processing undo list if error occurs [Cameron] Index: README =================================================================== RCS file: /cvsroot/pptpclient/pptp-extras/pptpconfig/README,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- README 22 Feb 2006 05:25:06 -0000 1.4 +++ README 10 Apr 2006 01:02:25 -0000 1.5 @@ -1,4 +1,4 @@ -This is pptpconfig release 20060222. +This is pptpconfig release 20060410. http://quozl.netrek.org/pptp/pptpconfig/ @@ -28,7 +28,7 @@ Resources - * pptpconfig-20060222.tar.gz sources, + * pptpconfig-20060410.tar.gz sources, Building from Source @@ -40,7 +40,7 @@ * test php-gtk's test/gtk.php will run, - * download pptpconfig-20060222.tar.gz, untar somewhere, + * download pptpconfig-20060410.tar.gz, untar somewhere, * backup /etc/ppp and anything you normally would, in case I have made a mistake that wipes our your work or configuration, Index: RELEASING =================================================================== RCS file: /cvsroot/pptpclient/pptp-extras/pptpconfig/RELEASING,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- RELEASING 22 Feb 2006 05:51:00 -0000 1.4 +++ RELEASING 10 Apr 2006 01:02:25 -0000 1.5 @@ -3,7 +3,7 @@ # choose version number echo "VERSION=`date +"%Y%m%d"`" VERSION=`date +"%Y%m%d"` -VERSION=20060222 +VERSION=20060410 echo $VERSION # check and fix version in Makefile |