mac/mac.changes

18 lines
976 B
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Thu Oct 6 09:39:12 UTC 2022 - Lukas Kucharczyk <lukas.kucharczyk@suse.com>
- Set license to SUSE-Permissive
- Add "%debug_package" macro to get rid of rpmlint warnings
-------------------------------------------------------------------
Wed Oct 5 14:41:45 UTC 2022 - Lukas Kucharczyk <lukas.kucharczyk@suse.com>
- Version 8.90 (September 29, 2022)
- Changed: Updated to a new certificate for signing that's good for three more years.
- Changed: Use nullptr and override under MSVC.
- Changed: Switched the CRC code to use a table defined in the code instead of running code to build the table (makes startup a little cleaner and faster).
- Changed: Worked through some more Clang-Tidy warnings.
- Changed: When verifying an APL file, it will slow verify in all cases since it's just a small chunk of a big file (instead of checking the big file quick).
- Changed: Updated to Visual Studio 17.3.5.