X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ipfw-slice.spec;h=bdef32888ddcc3c0821a2eb7a0ff9985794fefbe;hb=2df572a7d30fc9a000f0fb8eb460d139546e1c01;hp=bff203150d8b3c8a5a6de4faf58ca9d727e3a5c6;hpb=1c3dc9f45532c25adc21f297422f0f5a7420b8ca;p=ipfw.git diff --git a/ipfw-slice.spec b/ipfw-slice.spec index bff2031..bdef328 100644 --- a/ipfw-slice.spec +++ b/ipfw-slice.spec @@ -13,7 +13,7 @@ %define name ipfw-slice %define version 0.9 -%define taglevel 1 +%define taglevel 7 %define release %{kernel_version}.%{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} %define kernel_id_arch %{kernel_version}-%{kernel_release}-%{kernel_arch} @@ -56,5 +56,24 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man8/ipfw.8* %changelog +* Sun Nov 29 2009 Thierry Parmentelat - ipfw-0.9-7 +- added missing qsort.c - tag 0.9-6 was broken + +* Thu Nov 26 2009 Thierry Parmentelat - 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 - ipfw-0.9-5 +- additional features on matching packets, including uid match + +* Mon Sep 07 2009 Thierry Parmentelat - ipfw-0.9-4 +- on behalf of Marta Carbone, more options and features + +* Thu Jul 23 2009 Thierry Parmentelat - ipfw-0.9-3 +- fixed memory usage issue + +* Wed Jul 15 2009 Thierry Parmentelat - ipfw-0.9-2 +- patch for building on x86_64 + * Thu Jun 25 2009 Marta Carbone - Initial release