|
3 | 3 |
|
4 | 4 | ## Information for Packagers |
5 | 5 |
|
6 | | -- This is serial version 1.2.3. This is not a semver version number. |
| 6 | +- This is serial version 1.2.4. This is not a semver version number. |
7 | 7 |
|
8 | | -- This is shared object library version `libxlsxwriter.so.10`. This should be |
| 8 | +- This is shared object library version `libxlsxwriter.so.11`. This should be |
9 | 9 | updated automatically via `make` and `cmake` as part of the build process. |
10 | 10 | This version contains ABI changes since the previous release. |
11 | 11 |
|
12 | 12 | - Please report any downstream patches back upstream to help improve the overall |
13 | 13 | build process. |
14 | 14 |
|
15 | 15 |
|
| 16 | +## 1.2.4 Jan 6 2026 |
| 17 | + |
| 18 | +- Added validation of `lxw_datetime` fields to ensure that they are |
| 19 | + within Excel's allowable ranges. |
| 20 | + |
| 21 | + Issue [#491][gh_491]. |
| 22 | + |
| 23 | + [gh_491]: https://github.com/jmcnamara/libxlsxwriter/issues/491 |
| 24 | + |
| 25 | +- Fixed an issue where setting the x or y scales to math.h |
| 26 | + `INFINITY` resulted in an infinite loop. |
| 27 | + |
| 28 | + Issue [#490][gh_490]. |
| 29 | + |
| 30 | + [gh_490]: https://github.com/jmcnamara/libxlsxwriter/issues/490 |
| 31 | + |
| 32 | +- Added validation checks for various enum values. |
| 33 | + |
| 34 | + Issue [#487][gh_487]. |
| 35 | + |
| 36 | + [gh_487]: https://github.com/jmcnamara/libxlsxwriter/issues/487 |
| 37 | + |
| 38 | +- Fixed handling of invalid chart types. |
| 39 | + |
| 40 | + Issue [#486][gh_486]. |
| 41 | + |
| 42 | + [gh_486]: https://github.com/jmcnamara/libxlsxwriter/issues/486 |
| 43 | + |
| 44 | +- zig: Updated to Zig 0.15.0. Also, Zig build refactored for compatibility with |
| 45 | + v0.15.1 - 0.16.0-dev. |
| 46 | + |
| 47 | + |
16 | 48 | ## 1.2.3 Jun 30 2025 |
17 | 49 |
|
18 | 50 | - Added support for handling dates in the Excel 1904 epoch. See |
|
56 | 88 |
|
57 | 89 | - Fix buffer overflow in Table formula expansion. |
58 | 90 |
|
59 | | -### Packagers: |
60 | | - |
61 | | -- This is serial version 1.2.1. This is not a semver version. |
62 | | - |
63 | | -- This is shared object library version `libxlsxwriter.so.8`. This should be |
64 | | - updated automatically via `make` and `cmake` as part of the build process. |
65 | | - |
66 | | -- This version tries to improve the overall `cmake` build process when using |
67 | | - minizip via the `-DUSE_SYSTEM_MINIZIP=ON` configuration option. |
68 | | - |
69 | | -- Please report any downstream patches back upstream to help improve the overall |
70 | | - build process. |
71 | | - |
72 | 91 |
|
73 | 92 | ## 1.2.0 January 11 2025 |
74 | 93 |
|
|
0 commit comments