On Tue, Mar 30, 2004 at 04:43:45PM +0300, Alexander Suvorov wrote:
> People!
> 
> We released a new version of FreeVPS.

congratulations!

> Changes between 1.2RC2 and 1.2-RELEASE:
> 1. fixed few bugs in diskquota

hmm, is this freevps specific, or general?
(btw, is there some changelog somewhere?)

> 2. fixed a bug in destroying virtual root device

again, might this be a bug in my code too?

> 3. fix some bugs in compiling kernel on RedHat Fedora Core 1
> 
> New features in version 1.2:
> 1. FreeVPS ported to RedHat Enterprise Linux AS 3.0 (kernel 2.4.21-x).
>     Now we support both RedHat 7.3 and RedHat EL AS 3.0.
>     FreeVPS kernel can work on other systems, but it's not tested 
>     and probably other systems need to update glibc.
> 2. New VPS memory accounting.
> 3. Virtual Network Device Driver with internal configurable Traffic Shaper.
> 4. 2-level full-separated routing.
> 5. full-separated BSD process accouting.
> 
> Also we released new FreeVPS Tools v1.2 with new configuration tool 
> "vifconfig" and some additional utilities.

looks great, how do you people test and maintain freevps?

did a short comparison, just to get a feeling for it ...

  patch           lines   chars   hunks       ins     rem     add 
  ---------------------------------------------------------------       
  vs1.27           4795  150592     252      2166     201    1965
  freevps-1.2     33324  964040    1512     12206    2109   10097

this is a huge amount of code, guess you are doing some
automated testing or something similar, maybe you want
to share some information ...

best,
Herbert

PS: script used for this was:

function count () {     
    gawk '
                    { lines++; chars+=length($0) }
        /^@@/       { hunks++ }
        /^[+][^+]/  { ins++ }
        /^[-][^-]/  { rem++ }
        END         { printf "%7d %7d %7d   %7d %7d %7d\n", 
                        lines, chars, hunks, ins, rem, ins-rem; }
    ' $1; 
}

> You could get a new FreeVPS release:
> 
> from Anonymous CVS:
> cvs -d :pserver:[EMAIL PROTECTED]:/var/spool/cvs/freevps-rh-as login
> password is empty
> cvs -d :pserver:[EMAIL PROTECTED]:/var/spool/cvs/freevps-rh-as co -r 
> FREEVPS_1_2_RELEASE kernel
> 
> from web:
> http://www.freevps.com/download/releases/ - sources of FreeVPS
> http://www.freevps.com/download/rpms/RH_EL - rpm set of freevps-kernel-1.2
> http://www.freevps.com/download/rpms/RH_73 - rpm set for running 
> freevps-kernel-1.2 in RedHat 7.3 successfully
> 
> A new FreeVPS Tools you could get:
> 
> from Anonymous CVS:
> cvs -d :pserver:[EMAIL PROTECTED]:/var/spool/cvs/freevps-rh-as login
> password is empty
> cvs -d :pserver:[EMAIL PROTECTED]:/var/spool/cvs/freevps-rh-as co -r 
> tools_1_2 freevps-tools
> 
> from web:
> http://www.freevps.com/download/releases/freevps-tools.tar.gz
> 
> See http://www.freevps.com/cvs.html for more information how to get FreeVPS 
> from cvs.
> 
> -- 
> Alexander Suvorov [EMAIL PROTECTED]
> Positive Software http://www.psoft.net
> 
> _______________________________________________
> Vserver mailing list
> [EMAIL PROTECTED]
> http://list.linux-vserver.org/mailman/listinfo/vserver
_______________________________________________
Vserver mailing list
[EMAIL PROTECTED]
http://list.linux-vserver.org/mailman/listinfo/vserver

Reply via email to