diff options
-rw-r--r-- | desktop-entry/ChangeLog | 7 | ||||
-rw-r--r-- | desktop-entry/desktop-entry-spec.xml | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/desktop-entry/ChangeLog b/desktop-entry/ChangeLog index a85c658..7ab3435 100644 --- a/desktop-entry/ChangeLog +++ b/desktop-entry/ChangeLog @@ -1,5 +1,12 @@ 2007-04-28 Vincent Untz <vuntz@gnome.org> + * desktop-entry-spec.xml: this changes the type of the version from + numeric to string. It's needed if we consider the possibility that + there are some desktop entry files out there using 0.9.x as a value + for this key. The change doesn't break anything. + +2007-04-28 Vincent Untz <vuntz@gnome.org> + * desktop-entry-spec.xml: UnmountIcon is a localestring key. 2007-04-28 Vincent Untz <vuntz@gnome.org> diff --git a/desktop-entry/desktop-entry-spec.xml b/desktop-entry/desktop-entry-spec.xml index 300bec1..e2c5304 100644 --- a/desktop-entry/desktop-entry-spec.xml +++ b/desktop-entry/desktop-entry-spec.xml @@ -366,7 +366,7 @@ version of the specification should use <literal>1.0</literal>. Note that the version field is not required to be present. </entry> - <entry>numeric</entry> + <entry>string</entry> <entry>NO</entry> <entry>1-3</entry> </row> |