forked from pool/gap-guava
80 lines
3.0 KiB
Plaintext
80 lines
3.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Feb 27 23:00:16 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Make specfile conform to POSIX sh
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 9 19:47:25 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to release 3.20
|
|
* Many changes to the manual were made. Accumulated anachronisms
|
|
were revealed by manual/example test extraction via AutoDoc.
|
|
* Adjusted old C code to not define a bool type (the C23 standard
|
|
will override it soon for gcc).
|
|
* CoveringRadius() for codes over small non-binary fields was
|
|
throwing an error.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 21 22:05:10 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to release 3.19
|
|
* Fix various issues in the C source code, including potential
|
|
buffer overflows and many compiler warnings
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 3 22:34:16 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to release 3.18
|
|
* Build system updates only; no user-visible changes
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 14 16:48:27 UTC 2022 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
|
|
|
- Update to new upstream release 3.17
|
|
+ Add back QCLDPCCodeFromGroup method (it was accidentally
|
|
removed between Guava 3.8 and 3.9)
|
|
+ Fix out of bounds access in the C code
|
|
+ Fix most (all?) compiler warnings in the C code
|
|
+ Fix PutStandardForm *again*
|
|
+ Update several outdated manual examples
|
|
+ Avoid accidentally displaying the output of subprocesses to
|
|
the user
|
|
+ Improve the package banner
|
|
+ Various minor and/or janitorial changes
|
|
- Update to new upstream release 3.16
|
|
+ CirculantMatrixi() now circulates to the right.
|
|
- Update to new upstream release 3.15
|
|
+ Fixed decoding of cyclic codes
|
|
+ Several updates to build system
|
|
- Fix license (GPL-2.0-or-later, according to PackageInfo)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 14 22:58:08 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to new upstream release 3.14
|
|
* The external binaries from J. S. Leon and Cen Tjhai can now
|
|
be used on all architectures.
|
|
* The decoding method for cyclic codes fails in certain
|
|
situations. We are leaving this as a known bug for the
|
|
moment.
|
|
* Constructions were added for several of the optimal codes in
|
|
the bounds tables that were referenced in the now defunct
|
|
online table by Brouwer and Verhoeff.
|
|
- Remove guava-make.diff (obsolete)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 9 18:08:41 UTC 2017 - jengelh@inai.de
|
|
|
|
- Add guava-make.diff
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jun 19 11:35:40 UTC 2016 - jengelh@inai.de
|
|
|
|
- Update to new upstream release 3.13
|
|
* No changelog was provided
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 10 13:47:02 UTC 2013 - jengelh@inai.de
|
|
|
|
- Split guava (version 3.12) off the gap RPM package
|