- Fix memory handling error with case insensitive sort using UTF-8

(boo#928749):
  * coreutils-i18n.patch: Allocate more memory as the upper form of
    some multi-byte characters may be 1 byte wider.

OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=255
This commit is contained in:
2015-05-12 09:12:54 +00:00
committed by Git OBS Bridge
parent 060558900d
commit d20c1f8965
3 changed files with 18 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue May 12 08:56:13 UTC 2015 - mail@bernhard-voelker.de
- Fix memory handling error with case insensitive sort using UTF-8
(boo#928749):
* coreutils-i18n.patch: Allocate more memory as the upper form of
some multi-byte characters may be 1 byte wider.
-------------------------------------------------------------------
Tue Apr 7 18:18:31 UTC 2015 - crrodriguez@opensuse.org