From bc85ccd3a43fba2184915e0de78d38992d5cb297d9564fdbd1c589aefda28d2a Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 15 Dec 2015 10:36:49 +0000 Subject: [PATCH] trim changelog and adhere to format OBS-URL: https://build.opensuse.org/package/show/devel:tools/coccinelle?expand=0&rev=48 --- coccinelle.changes | 41 +++++++++++++---------------------------- 1 file changed, 13 insertions(+), 28 deletions(-) diff --git a/coccinelle.changes b/coccinelle.changes index c7c1199..d402e73 100644 --- a/coccinelle.changes +++ b/coccinelle.changes @@ -2,34 +2,19 @@ Tue Dec 15 00:00:00 CET 2015 - dsterba@suse.cz - Update to 1.0.4 - ** Language: - - Length for statement list metavariables - ** Features: - ** Bugfix: - - build system: delete pregenerated parsers if menhir is installed -- Update to 1.0.3 - ** Language: - - Conjunction (analogous to disjunction) - - Drop Circles, Stars - - Drop Unique - - Default values for script metavariables - ** Features: - - Removed the extlib and sexp bundles which were not used any more. - - Drop support for OCaml 3.11 which did not allow to compile coccinelle in - native code - - Print metavariables properly for script code. - - Print metavariables properly for cocci code. - - SYSCALL_DEFINE macros, contributed by Jörn Engel - - --indent option, giving default indent, for projects not using tabs - - Introduce .cocciconfig configuration file - - Add some support for MetaStmtList. Allowed at top level of {}. - - timeout of 0 is no timeout, to allow cancelling this option. - - --print-options-only to see accumulated options. - ** Bugfix: - - Allow virtual variable definition to contain an =. - - Improvement when exists rule contains when forall. - - The presence of camlp4 is no longer checked when not needed - (only required to compile the bundled OCaml bindings for Python) +* Language: +* Length for statement list metavariables +* Conjunction (analogous to disjunction) +* Drop Circles, Stars +* Drop Unique +* Default values for script metavariables +* Features: +* Introduce .cocciconfig configuration file +* Add some support for MetaStmtList. Allowed at top level of {}. +* timeout of 0 is no timeout, to allow cancelling this option. +* Bugfixes: +* Allow virtual variable definition to contain an =. +* Improvement when exists rule contains when forall. ------------------------------------------------------------------- Sat Aug 22 14:30:59 UTC 2015 - mpluskal@suse.com