trim changelog and adhere to format

OBS-URL: https://build.opensuse.org/package/show/devel:tools/coccinelle?expand=0&rev=48
This commit is contained in:
Jan Engelhardt 2015-12-15 10:36:49 +00:00 committed by Git OBS Bridge
parent 4ceb557a7d
commit bc85ccd3a4

View File

@ -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