SHA256
6
0
forked from pool/bash
2014-04-15 15:27:13 +00:00
committed by Git OBS Bridge
parent aa995d8f87
commit 49a280f9e8
2 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Apr 15 15:25:55 UTC 2014 - werner@suse.de
- Add bash upstream patch 47 to fix a problem where the function
that shortens pathnames for $PS1 according to the value of
$PROMPT_DIRTRIM uses memcpy on potentially-overlapping regions
of memory, when it should use memmove. The result is garbled
pathnames in prompt strings.
-------------------------------------------------------------------
Tue Apr 1 12:31:38 UTC 2014 - werner@suse.de