X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vsys.spec;h=207d7e7585457f6fd47cf12dd699c7fcfbabb9a1;hb=ba6493a56ff7f1d312beb08261c2963ae5994d4f;hp=7635d35aa53dd0cb3ebd47be4bf3a155542425f0;hpb=3d7febe0434562fff776821aaad5b9153ee6fa59;p=vsys.git diff --git a/vsys.spec b/vsys.spec index 7635d35..207d7e7 100644 --- a/vsys.spec +++ b/vsys.spec @@ -9,8 +9,8 @@ %define url $URL$ %define name vsys -%define version 0.9-unstable -%define taglevel 0 +%define version 0.9 +%define taglevel 2 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -50,7 +50,7 @@ make mkdir -p $RPM_BUILD_ROOT/usr/bin mkdir -p $RPM_BUILD_ROOT/etc/init.d mkdir -p $RPM_BUILD_ROOT/vsys -cp factory/exec/* $RPM_BUILD_ROOT/vsys +#cp factory/* $RPM_BUILD_ROOT/vsys cp vsys $RPM_BUILD_ROOT/usr/bin cp vsys-initscript $RPM_BUILD_ROOT/etc/init.d/vsys cp vsys.conf $RPM_BUILD_ROOT/etc @@ -77,6 +77,37 @@ fi %postun %changelog +* Mon May 18 2009 Sapan Bhatia - vsys-0.9-2 +- Getting rid of factory scripts from the main vsys. They now live elsewhere. + +* Tue Mar 31 2009 Sapan Bhatia - vsys-0.9-1 +- * The main change in version 0.9 is file-descriptor passing support. The way this works in Vsys is that you write a +- script whose name has the prefix "fd_". Such scripts show up within slices as ".control" files and can be used to +- exchange file descriptors with root context. Vsys scripts inherit the socket that corresponds to this channel, so they +- do not need to deal with connection setup and teardown. Please see vsys-wrappers/ and vsys-factory/fuse, +- vsys-factory/bm_socket for more details. +- * Version 0.9 is the current stable version of Vsys. It has a fix for a vulnerability in 0.7, and has undergone a +- stability audit. +- * Version 0.95 (trunk) is the new development version. + +* Tue Feb 24 2009 Sapan Bhatia - vsys-0.7-26 +- Tagging to force an update. + +* Fri Feb 20 2009 Sapan Bhatia - vsys-0.7-25 + +* Fri Feb 20 2009 Sapan Bhatia - vsys-0.7-24 + +* Thu Feb 19 2009 Sapan Bhatia - vsys-0.7-23 + +* Tue Sep 30 2008 Sapan Bhatia - vsys-0.7-22 +- Tagging a trivial fix. + +* Thu Sep 25 2008 Stephen Soltesz - vsys-0.7-21 +- includes new portsummary script for CoMon + +* Mon Aug 11 2008 Stephen Soltesz - vsys-0.7-20 +- trying to fix the taglevel relative to the branch name + * Thu Jul 17 2008 Sapan Bhatia - vsys-0.7-18 - Change for someone at Imperial.ac.uk, who wants access to Netflow data.