Fridrich Strba 2023-10-11 07:48:04 +00:00 committed by Git OBS Bridge
parent 2be5b9f4e1
commit 90b9cefca7

View File

@ -7,9 +7,45 @@ Wed Oct 11 07:22:30 UTC 2023 - Fridrich Strba <fstrba@suse.com>
-------------------------------------------------------------------
Fri Oct 6 11:26:05 UTC 2023 - Fridrich Strba <fstrba@suse.com>
- Upgrade to upstream version 1.4.1
* Changes of 1.4.1
+ Improved support for Java 16+
+ Dropped support for Java 8
* Changes of 1.4.0
+ Support Java 17
+ Upgraded to ASM 9.2
+ Dropped support for Scala 2.11
* Changes of 1.3.1
+ Upgraded to ASM 7.1
+ Fixed class loader in parser generation
+ Added cross-build for Scala 2.13.0
+ Dropped support for Scala 2.10
* Changes of 1.3.0
+ Upgraded to ASM 7.0
+ Added Scala 2.13.0-M5 build
* Changes of 1.2.0
+ Added support for '~~>' and friends in ReductionRules
+ Added support for PushRules to chain after ReductionRules
+ Upgraded to ASM 6.2.1
+ Added Scala 2.13.0-M4 build
+ Dropped support for Java 1.5
* Changes of 1.1.8
+ Cross build for Scala 2.10, 2.11 and 2.12
+ Upgrade to ASM 5.2
+ Fixed "Utils.findConstructor doesn't match boolean parameter"
+ Added method for clearing class cache in AsmUtil
* Changes of 1.1.7
+ Upgrade to Scala 2.11.4, cross build for Scala 2.9.2, 2.9.3,
2.10 and 2.11
+ Upgrade to ASM 5.0.3, closed #76
+ Make parboiled-java relocatable, closed #80
- Require Java 9 for building because the function
java.lang.invoke.MethodHandles.Lookup.defineClass(...) does not
exist in earlier versions.
exist in earlier versions. Build still with source/target 8 to
keep maximum compatibility with java 8
- Removed patch:
* parboiled-port-to-objectweb-asm-5.0.1.patch
+ not needed with this version
-------------------------------------------------------------------
Sun Mar 20 15:24:52 UTC 2022 - Fridrich Strba <fstrba@suse.com>