2025-04-12 00:05:09 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Apr 12 00:01:19 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
|
|
- Update to release 1.5.1
|
|
|
|
|
* Update iter_rules when returning from `With`
|
|
|
|
|
|
2025-03-11 16:24:25 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Mar 11 16:20:20 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
|
|
- Update to release 1.5.0
|
|
|
|
|
* New features:
|
|
|
|
|
* `CMDARGS` and `CMDARGS-OVERRIDE` for setting command line
|
|
|
|
|
arguments in the grammar. See
|
|
|
|
|
https://edu.visl.dk/cg3/chunked/grammar.html#grammar-cmdargs
|
|
|
|
|
* Cmdline arg `--debug-rules` takes a range of rule line
|
|
|
|
|
numbers, and will print the windows when a targeted rule
|
|
|
|
|
tries to do anything.
|
|
|
|
|
* Cmdline arg `--print-ids` to always print globally unique
|
|
|
|
|
cohort ID.
|
|
|
|
|
* New rule type `CopyCohort` to copy a cohort.
|
|
|
|
|
* New rule type `RemParent` to orphan a cohort.
|
|
|
|
|
* New rule type `SwitchParent` sets the grandparent of the
|
|
|
|
|
target as its parent and sets the target as the parent of the
|
|
|
|
|
previous parent.
|
|
|
|
|
* Changes:
|
|
|
|
|
* `MergeCohorts` now inherits dependencies and relations by
|
|
|
|
|
default.
|
|
|
|
|
* `Substitute (*) ...` can now be used to insert tags without
|
|
|
|
|
removing any.
|
|
|
|
|
|
2025-03-11 16:19:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Aug 4 12:05:17 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
|
|
- Update to release 1.4.6
|
|
|
|
|
* Use FindPython instead of FindPythonInterp for CMake >= 3.12.0
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jun 1 13:15:48 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
|
|
- Update to release 1.4.5
|
|
|
|
|
* Nested rules keyword "With"
|
|
|
|
|
* Added rule flags NoMapped and NoParent which will cause the
|
|
|
|
|
rule to skip mapped readings or cohorts with a dependency
|
|
|
|
|
parent.
|
|
|
|
|
* Cmdline flag --dep-absolute will cause dependency to be
|
|
|
|
|
written with globally unique cohort IDs
|
|
|
|
|
* Section headers can now have rule flags, which will then
|
|
|
|
|
apply to all rules in that section.
|
|
|
|
|
* Cmdline flag -B will inhibit and trim whitespace
|
|
|
|
|
between/after cohorts.
|
|
|
|
|
* Cmdline flag -T will delimit based on a regex of non-CG data.
|
|
|
|
|
* Environment variables CG3_DEFAULT and CG3_OVERRIDE can set
|
|
|
|
|
and override CG-3 cmdline parameters.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Oct 7 21:36:34 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
|
|
- Update to release 1.3.9
|
|
|
|
|
* Add cg-sort and untrace man pages
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Jul 24 08:07:06 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
|
|
- Update to release 1.3.7
|
|
|
|
|
* Don't hardcode Perl path
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Apr 10 14:06:48 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
|
|
- Update to release 1.3.6
|
|
|
|
|
* No changelog provided
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Oct 28 12:37:54 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
|
|
- Update to release 1.3.2
|
|
|
|
|
* No changelog provided
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Oct 14 14:35:58 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
|
|
- Update to snapshot 1.3.1+svn14806
|
|
|
|
|
- Remove libcg-private.diff (obsolete)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Sep 10 11:31:01 UTC 2014 - jengelh@inai.de
|
|
|
|
|
|
|
|
|
|
- Initial package for build.opensuse.org (version 0.9.8+svn10138)
|
|
|
|
|
- Add libcg-private.diff
|