Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-09-20 10:21:11 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-09-20 10:21:11 (GMT)
commitdce9c18d56db8c9d07f08526aaca36789eda816b (patch)
treeaece65eecb4114e41a7255da4665e9d60176a923 /NEWS
parent63fd57e7f7f71d43b4e6d9ceb4000fce5007d51b (diff)
Add a suggested_filename property which the journal
can use to suggest a filename when copying on an USB stick. Using the filelike is not good because it would require a file copy. And the filename property conflicts with the import code. Maybe we can figure out a better way to do it after trial-3. This is all internal so it shouldn't cause any format compatibility issue.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index eed9446..09766c3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+* #3469 Human readable names on USB. (marco)
+
Snapshot 11013dc3ca
* #3599 Fix the import logic on USB sticks. (marco)