From: Thierry Parmentelat Date: Thu, 27 Jan 2011 18:17:51 +0000 (+0100) Subject: Setting tag vsys-0.99-1 X-Git-Tag: vsys-0.99-1^0 X-Git-Url: http://git.onelab.eu/?p=vsys.git;a=commitdiff_plain;h=dab970e2e3261eb01fb2f9f907ecc5888e865753 Setting tag vsys-0.99-1 vsyssh is a simple shell to use vsys through, in the vsys-vsyssh rpm fix build dep to require ocaml-ocamldoc instead of ocaml-docs --- diff --git a/vsys.spec b/vsys.spec index 5ac9c7c..f8fc812 100644 --- a/vsys.spec +++ b/vsys.spec @@ -5,7 +5,7 @@ %define name vsys %define version 0.99 -%define taglevel 0 +%define taglevel 1 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -86,6 +86,10 @@ fi %postun %changelog +* Thu Jan 27 2011 Thierry Parmentelat - vsys-0.99-1 +- vsyssh is a simple shell to use vsys through, in the vsys-vsyssh rpm +- fix build dep to require ocaml-ocamldoc instead of ocaml-docs + * Thu Dec 16 2010 Sapan Bhatia - vsys-0.99-0 - Fixed a memory leak, mainly. The other changes are simply commits that got lost between the move from svn/head to - git/master.