summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPhillip Susi <psusi@ubuntu.com>2017-01-31 13:51:46 -0500
committerPhillip Susi <psusi@ubuntu.com>2017-04-17 11:54:26 -0400
commitb81a1115c4e5855bbed8a34fcf27bcdd50456374 (patch)
treec41001a7689e97e3b010a122ca8015684ed7939a /NEWS
parent0a1a14532c67f62a6005f44be42c5b9c9d87cfa4 (diff)
downloadparted-b81a1115c4e5855bbed8a34fcf27bcdd50456374.tar.gz
Fix crash when localized
The _() macro is only for translating string literals. It was incorrectly applied to a runtime string representing the name of a partition and this sometimes caused a gettext crash.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 198b35d..5a8db48 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,7 @@ GNU parted NEWS -*- outline -*-
* Noteworthy changes in release ?.? (????-??-??) [?]
** Bug Fixes
+ Fix a gettext crash/error sometimes when using localized languages.
Fix fat resize to preverve boot code, and thus not render the
filesystem unreconized by Windows.