Setting tag ipfw-0.9-6
authorthierry <thierry@8c455092-636d-4788-adf5-e71def0336e8>
Thu, 26 Nov 2009 14:31:19 +0000 (14:31 +0000)
committerthierry <thierry@8c455092-636d-4788-adf5-e71def0336e8>
Thu, 26 Nov 2009 14:31:19 +0000 (14:31 +0000)
root: removed goto into the main ipfw switch, enabled slice_id matching
slice: completely move netconfig checks into the backend

ipfw-slice.spec
ipfw.spec

index 364107a..2a8daab 100644 (file)
@@ -13,7 +13,7 @@
 
 %define name ipfw-slice
 %define version 0.9
-%define taglevel 5
+%define taglevel 6
 
 %define release %{kernel_version}.%{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 %define kernel_id_arch %{kernel_version}-%{kernel_release}-%{kernel_arch}
@@ -56,6 +56,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man8/ipfw.8*
 
 %changelog
+* Thu Nov 26 2009 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - ipfw-0.9-6
+- root: removed goto into the main ipfw switch, enabled slice_id matching
+- slice: completely move netconfig checks into the backend
+
 * Mon Nov 09 2009 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - ipfw-0.9-5
 - additional features on matching packets, including uid match
 
index 6eaece1..557aedf 100644 (file)
--- a/ipfw.spec
+++ b/ipfw.spec
@@ -17,7 +17,7 @@
 
 %define name ipfw
 %define version 0.9
-%define taglevel 5
+%define taglevel 6
 
 %define release %{kernel_version}.%{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 %define kernel_id_arch %{kernel_version}-%{kernel_release}-%{kernel_arch}
@@ -75,6 +75,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_sysconfdir}/cron.d/ipfw.cron
 
 %changelog
+* Thu Nov 26 2009 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - ipfw-0.9-6
+- root: removed goto into the main ipfw switch, enabled slice_id matching
+- slice: completely move netconfig checks into the backend
+
 * Mon Nov 09 2009 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - ipfw-0.9-5
 - additional features on matching packets, including uid match