java/com.tractrac.clientmodule/META-INF/MANIFEST.MF
... ...
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
2 2
Bundle-ManifestVersion: 2
3 3
Bundle-Name: TracTrac Client module
4 4
Bundle-SymbolicName: com.tractrac.clientmodule
5
-Bundle-Version: 5.0.1
5
+Bundle-Version: 5.0.2
6 6
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
7 7
Bundle-ClassPath: .,
8 8
lib/TracAPI.jar
java/com.tractrac.clientmodule/README.txt
... ...
@@ -16,6 +16,29 @@ It contains also some files:
16 16
- Manifest.txt -> manifest used to create the test.jar file
17 17
18 18
********************************************
19
+ TracAPI 5.0.2
20
+********************************************
21
+This is a final version. It keeps the backward compatibility.
22
+
23
+ Release date: 11/11/2025
24
+
25
+ 1) Bugs
26
+
27
+ - The Java HTTP client’s automatic redirection did not preserve authentication headers. We now handle HTTP redirects
28
+ manually to ensure that the headers are retained during redirection. (Reported by Axel Uhl, 10/11/2025)
29
+
30
+********************************************
31
+ TracAPI 5.0.1
32
+********************************************
33
+This is a final version. It keeps the backward compatibility.
34
+
35
+ Release date: 29/10/2025
36
+
37
+ 1) Bugs
38
+
39
+ - The library was not compatible with Java 8 (Reported by Axel Uhl, 28/10/2025)
40
+
41
+********************************************
19 42
TracAPI 5.0.0
20 43
********************************************
21 44
This is the final version. It adds authentication to the backend and it is not compatible with versions 4.x.x.
java/com.tractrac.clientmodule/lib/TracAPI-src.jar
java/com.tractrac.clientmodule/lib/TracAPI.jar
java/com.tractrac.clientmodule/pom.xml
... ...
@@ -8,6 +8,6 @@
8 8
<version>1.0.0-SNAPSHOT</version>
9 9
</parent>
10 10
<artifactId>com.tractrac.clientmodule</artifactId>
11
- <version>5.0.1</version>
11
+ <version>5.0.2</version>
12 12
<packaging>eclipse-plugin</packaging>
13 13
</project>