comparison NEWS @ 5369:13494da9925d

fix NEWS
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 12 Aug 2023 13:17:49 +0200
parents 91b3154bd4e1
children 94a52168480b
comparison
equal deleted inserted replaced
5368:91b3154bd4e1 5369:13494da9925d
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3
4 REST API
5 --------
6
7 * API version upgraded to 22
8 * Added a route to delete completed jobs from history: DELETE /jobs/{id}
3 9
4 Maintenance 10 Maintenance
5 ----------- 11 -----------
6 12
7 * Fix unit test PngWriter.Color16Pattern on big-endian architectures, 13 * Fix unit test PngWriter.Color16Pattern on big-endian architectures,
8 as suggested by Etienne Mollier: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1041813 14 as suggested by Etienne Mollier: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1041813
9 * Prevent the leak of the full path of the source files in the binaries 15 * Prevent the leak of the full path of the source files in the binaries
10
11 REST API
12 --------
13
14 * API version upgraded to 22
15 * Added a route to delete completed jobs from history: DELETE /jobs/{id}
16 16
17 17
18 Version 1.12.1 (2023-07-04) 18 Version 1.12.1 (2023-07-04)
19 =========================== 19 ===========================
20 20