summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2012-04-04 14:26:29 -0400
committerScott Moser <smoser@ubuntu.com>2012-04-04 14:26:29 -0400
commitb39abf5bbe51d62d1ef1dd1e813720eafc1ddc85 (patch)
treece5ba51738703a6f466b71ae0e61a41120d0a476 /ChangeLog
parentd168dc6358369de19c1a47312da29156427570ed (diff)
parent5a849e4758fb92b66e45b6be80252812a2625b49 (diff)
downloadvyos-cloud-init-b39abf5bbe51d62d1ef1dd1e813720eafc1ddc85.tar.gz
vyos-cloud-init-b39abf5bbe51d62d1ef1dd1e813720eafc1ddc85.zip
Provide informative message when user logs in with unsupported locale
On the users's first login with a locale that is not supported (where 'locale' would give errors), inform the user on how they can generate the locales or install language support packages. LP: #859814
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 27b412c8..56a157a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -40,6 +40,8 @@
- run resizefs in the background in order to not block boot (LP: #961226)
- Fix bug in Chef support where validation_key was present in config, but
'validation_cert' was not (LP: #960547)
+ - Provide user friendly message when an invalid locale is set
+ [Ben Howard] (LP: #859814)
0.6.2:
- fix bug where update was not done unless update was explicitly set.