1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
|
kotlin (1.3.31+ds1-2) unstable; urgency=medium
* Team upload.
[ Vladimir Petko ]
* Resolve Java 21 FTBFS (Closes: #1057513):
- d/p/073-abstractlist.patch: add missing methods to the API due to
the update to source level 8.
- d/p/074-kapt3.patch: cherry-pick upstream patch to resolve Java 21
ftbfs due to the jdk.compiler changes.
- d/control: require updated libasm-java and libintellij-* packages
to support Java 21.
[ Julien Plissonneau Duquène ]
* Promote Standards-Version to 4.7.0 with no changes.
* Resolve another FTBFS issue: work around the embedded version of
intellij-core throwing a NPE while resolving the MethodNode class by
patching the compiler JARs with the current version; also temporarily
rebuild using Java 11 to work around the embedded ASM not being able to
parse Java 21 classes.
-- Julien Plissonneau Duquène <sre4ever@free.fr> Sat, 18 Jan 2025 09:40:56 +0000
kotlin (1.3.31+ds1-1) unstable; urgency=medium
* Team upload.
* Repackaged without atomicfu and coroutines
-- Emmanuel Bourg <ebourg@apache.org> Thu, 23 Feb 2023 12:46:18 +0100
kotlin (1.3.31+~1.0.1+~0.11.12-6) unstable; urgency=medium
* Team upload.
* Depend on libkotlinx-atomicfu-java and libkotlinx-coroutines-java
instead of rebuilding the atomicfu and coroutines components
(Closes: #1031108)
* Enabled Android support
* Removed a debug trace in PlainTextMessageRenderer
-- Emmanuel Bourg <ebourg@apache.org> Mon, 13 Feb 2023 09:54:44 +0100
kotlin (1.3.31+~1.0.1+~0.11.12-5) unstable; urgency=medium
* Team upload.
* Install the 'debian' version of kotlinx-metadata-jvm in the Maven repository
* Fall back to another tty detection method if jansi CLibrary isn't available
* No longer install kotlinx-coroutines-core.jar
-- Emmanuel Bourg <ebourg@apache.org> Fri, 03 Feb 2023 00:58:02 +0100
kotlin (1.3.31+~1.0.1+~0.11.12-4) unstable; urgency=medium
* Team upload.
* Disabled Android support
* Build depend on default-jdk instead of openjdk-8-jdk and openjdk-11-jdk
* Build depend on libjengelman-shadow-java (>= 4.0.3-3) (required for Java 17)
* Install artifacts with the 'debian' generic version in the Maven repository
* Removed 053-drop-iml-files.patch (not required)
* Track only the final releases
-- Emmanuel Bourg <ebourg@apache.org> Wed, 01 Feb 2023 11:16:16 +0100
kotlin (1.3.31+~1.0.1+~0.11.12-3) unstable; urgency=medium
* Team upload.
* Fixed a compilation error caused by ASM 9.4
* Fixed the runtime errors with Java 17
* Build AtomicFU with Java 8 to work around the Java 17 runtime error
* Install the kotlinx-coroutines-core artifacts from the build directory
* Link to the unversioned jar of lz4-java
* No longer call gradle to run the clean rule
* Depend on gradle-debian-helper (>= 2.4)
* Standards-Version updated to 4.6.2
-- Emmanuel Bourg <ebourg@apache.org> Mon, 23 Jan 2023 17:41:07 +0100
kotlin (1.3.31+~1.0.1+~0.11.12-2) unstable; urgency=medium
* Rebuild with no source changes.
-- Andrej Shadura <andrewsh@debian.org> Sat, 20 Nov 2021 08:48:32 +0100
kotlin (1.3.31+~1.0.1+~0.11.12-1) unstable; urgency=medium
[ Samyak Jain ]
* Initial release (Closes: #892842).
-- Andrej Shadura <andrewsh@debian.org> Sun, 04 Jul 2021 23:04:32 +0200
|