SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for libguile-2_2-1-2.2.7-150400.1.5.x86_64.rpm :

* Mon Mar 09 2020 jbrielmaierAATTopensuse.org- Update to 2.2.7: Changes compared to 2.2.6:
* (texinfo plain-text) now exports \'
*line-width
*\' fluid
* Reduce GC pressure when using bignums
* Fix peval bug that ignored excess arguments
* Respect thread local fluid defaults
* Fix non-deterministic crash in \'finalization_thread_proc\'
* texinfo properly renders AATTacronym in plain text
* \'scm_port_poll\' honors \"w\" flags
* Do not record LDFLAGS in .pc file
* Fix Readline configure check for the sake of libedit
* Fix build on platforms where the stack grows upwards
* Mon Sep 23 2019 bwiedemannAATTsuse.com- Do sequential build for reproducible .go files (boo#1102408)
* Sat Jul 06 2019 jbrielmaierAATTsuse.de- Update to version 2.2.6 Changes compared to 2.2.5:
* Fix regression introduced in 2.2.5 that would break HTTP servers
* \'strftime\' and \'strptime\' honor the current locale encoding
* Re-export \'current-load-port\'
* Minor documentation mistakes were fixed- remove patches:
* revert-http-reader-change.patch: fix included in release
* Tue Jun 25 2019 jbrielmaierAATTsuse.de- Update to version 2.2.5 Notable changes compared to 2.2.5:
* Notable improvements
*
* Greatly improved performance of bidirectional pipes.
*
* New \'get-bytevector-some!\' I/O primitive.
*
* get-bytevector-{n!,some,some!} now support suspendable I/O.
* Compiler improvements
*
* guild compile: Add -Wshadowed-toplevel.
*
* guild compile: Add \'-x\' flag.
* Miscellaneous improvements
*
* Bootstrap optimization
*
* put-u8 now always writes a single byte, regardless of the port encoding.
*
* Optimize fixnum exact integer square roots.
*
* scm_mkstrport: Optimize the POS -> BYTE_POS conversion.
*
* SRFI-19: Support ~N in string->date.
*
* SRFI-19: Update the leap second table.
*
* stexi->shtml: Add support for AATTi, AATTmath, AATTtie and AATTdots.
*
* Define AT_SYMLINK_NOFOLLOW, AT_NO_AUTOMOUNT, and AT_EMPTY_PATH.
*
* Improvements to the \'time\' macro from (ice-9 time).
* Bug fixes
*
* Avoid regexp ranges in HTTP inter-protocol exploitation check.
*
* Fixes to the SRFI-19 time/date library.
*
* Improve overflow checks in bytevector, string, and I/O operations.
*
* Fix type inferencing for \'nil?\' and \'null?\' predicates.
*
* Fix \'atomic-box-compare-and-swap!\'.
*
* Make URI handling locale independent.
*
* Strings, i18n: Limit the use of alloca to approximately 8 kilobytes.
*
* Fix documentation of R6RS \'binary-port?\' to reflect reality.
*
* Avoid passing NULL to \'memcpy\' and \'memcmp\'.
*
* Save and restore errno in the signal handler.
*
* Various smaller bug fixes More details: /usr/share/doc/packages/guile/NEWS- add patches:
* revert-http-reader-change.patch: Fixes https://bugs.gnu.org/36350.- remove patches:
* guile-add-test-ja_JP.sjis.patch: proper fix included in 2.2.5
* guile-use-utf8.patch: included in 2.2.5
* disable-posix-crypt-test.patch: test succeeds now- reorder patches
* Tue Jan 15 2019 schwabAATTsuse.de- remove broken prebuilt 32-bit big-endian objects
* Tue Nov 27 2018 jbrielmaierAATTsuse.de- Update to version 2.2.4. [boo#1117121] Notable changes compared to 2.0.14:
* speed
* better thread and space-safety
* improved locale support
* dynamically expandable stacks
* many small improvements and bug fixes This release brings incompatible changes to 2.0.x versions. More details: /usr/share/doc/packages/guile/NEWS- add patches:
* disable-posix-crypt-test.patch: test glibc EINVAL fails
* disable-test-out-of-memory.patch: heap error during test- refresh patches:
* guile-2.0.14-gc_pkgconfig_private.patch: rebase on guile 2.2 and rename to guile-2.2-gc_pkgconfig_private.patch- remove patches:
* guile-64bit.patch
* guile-1.6.10-mktemp.patch
* guile-threads-test.patch
* guile-net-db-test.patch: guile doesn\'t fail to build anymore
* guile-disable-int-tests.patch: guile builds fine with glibc2.27- reorder patches- remove libguilereadline packages, as it became an extension
* Sun Oct 21 2018 psimonsAATTsuse.com- Apply guile-use-utf8.patch to fix use of the \"ja_JP.sjis\" locale. [bsc#1110085]- Apply guile-add-test-ja_JP.sjis.patch to add standalone test that verifies the \"ja_JP.sjis\" locale works properly. Further details at https://debbugs.gnu.org/cgi/bugreport.cgi?bug=33044#43. [bsc#1110085]
* Wed Feb 28 2018 tchvatalAATTsuse.com- Add back the require on gc-devel as it is still needed for the non .pc using packages (eg autotools)
* Wed Feb 28 2018 tchvatalAATTsuse.com- Add patch from Fedora not to link to libgc in all consumer libs:
* guile-2.0.14-gc_pkgconfig_private.patch- Add _constraints file to ensure we can build properly
* Wed Feb 28 2018 tchvatalAATTsuse.com- Format with spec-cleaner- Fix build with new glibc 2.27 bsc#1079837:
* guile-disable-int-tests.patch- Use %license macro to install license
* Fri Feb 17 2017 mpluskalAATTsuse.com- Update to version 2.0.14:
* Bug fixes + Builds of .go files and of Guile itself are now bit-reproducible + \'number->locale-string\' and \'monetary-amount->locale-string\' fixes + (system base target) now recognizes \"sh3\" as a cross-compilation target + Fix race condition in \'00-repl-server.test\' + \'scandir\' from (ice-9 ftw) no longer calls \'stat\' for each entry
* Several documentation improvements- Drop no longer needed patches:
* guile-fake-buildstamp.patch
* repl-server-test.patch- Small packaging cleanup with help of spec-cleaner
* Tue Nov 08 2016 schwabAATTsuse.de- repl-server-test.patch: fix race in 00-repl-server.test
* Sat Oct 15 2016 mpluskalAATTsuse.com- Update to version 2.0.13
* Security fixes + CVE-2016-8606: REPL server now protects against HTTP inter-protocol attacks + CVE-2016-8605: \'mkdir\' procedure no longer calls umask(2)
* Several bugfixes and improvements (for details see NEWS file)- Fetch keyring from savannah- Use https for all urls
* Thu Jul 21 2016 sleep_walkerAATTopensuse.org- updated to 2.0.12:
*
* FFI: Add support for functions that set \'errno\'
*
* The #!r6rs directive now influences read syntax
*
* \'read\' now accepts \"\\(\" as equivalent to \"(\"
*
* SRFI-14 character data set upgraded to Unicode 8.0.0
*
* SRFI-19 table of leap seconds updated
*
* \'string-hash\', \'read-string\', and \'write\' have been optimized
*
* GOOPS bug fix for inherited accessor methods for complete list of changes see NEWS- refreshed patches- add key of Andy Wingo to guile.keyring
* Wed Oct 07 2015 pgajdosAATTsuse.com- libguile require glibc-locale [bnc#948804]
* Mon Mar 09 2015 mpluskalAATTsuse.com- Cleanup spec file with spec-cleaner- Add gpg signature
* Thu Feb 05 2015 pgajdosAATTsuse.com- use fake buildstamp [bnc#916347] + guile-fake-buildstamp.patch
 
ICM