~ubuntu-branches/ubuntu/lucid/desktop-file-utils/lucid

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-02-18 23:33:28 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070218233328-rjmdgiikbaq5u2my
Tags: 0.12-0ubuntu1
* New upstream version:
  - improves category validation code to not catch false positives
  - make category validation code non-fatal
  - fix mem leaks and double frees
* debian/control:
  - use Desktop Team for Maintainer

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2006-11-08  Ray Strode  <rstrode@redhat.com>
 
2
 
 
3
        * NEWS: update news file
 
4
 
 
5
2006-11-07  Ray Strode  <rstrode@redhat.com>
 
6
 
 
7
        * src/validate.c: If a desktop file contains
 
8
        "Applications" instead of "Application" make the warning
 
9
        reflect that.
 
10
 
 
11
2006-11-07  Ray Strode  <rstrode@redhat.com>
 
12
 
 
13
        * src/validate.c: Print a warning instead of an error
 
14
        if categories aren't defined by the spec.  Give special
 
15
        handling to the "Application" category since it's not
 
16
        defined by the spec, but is in wide use, and can be
 
17
        translated to one of the "main categories". (gnome bug
 
18
        343799 comment 8)
 
19
 
 
20
2006-11-07  Ray Strode  <rstrode@redhat.com>
 
21
 
 
22
        * src/validate.c: Validate keywords as localestrings
 
23
         instead of strings (red hat bug 172423).  Patch from
 
24
         Ville Skyttä <ville.skytta@iki.fi>
 
25
 
 
26
2006-11-07  Ray Strode  <rstrode@redhat.com>
 
27
 
 
28
        * src/validate.c: update categories
 
29
        to match the latest version of the desktop menu
 
30
        specification, and reorder to make it easier to resync
 
31
        in the future.  Patch from 
 
32
        Ville Skyttä <ville.skytta@iki.fi> (red hat bug 212705)
 
33
 
 
34
2006-11-07  Ray Strode  <rstrode@redhat.com>
 
35
 
 
36
        * misc/desktop-entry-mode.el: apply fixes
 
37
        from Ville Skyttä <ville.skytta@iki.fi> to match the
 
38
        latest version of the spec
 
39
 
 
40
2006-11-06  Ray Strode  <rstrode@redhat.com>
 
41
 
 
42
        * src/desktop_file.c: 
 
43
        fix a couple of mem leaks.  Patch from Pascal Terjan
 
44
        (gnome bug 345686)
 
45
 
 
46
2006-11-06  Ray Strode  <rstrode@redhat.com>
 
47
 
 
48
        * src/desktop_file.c: 
 
49
        move g_free inside if branch to prevent a double free in
 
50
        the else case. Patch from Pascal Terjan (gnome bug
 
51
        345309)
 
52
 
 
53
2006-11-06  Ray Strode  <rstrode@redhat.com>
 
54
 
 
55
        * src/validate.c: fix category typos:
 
56
        TeminalEmulator -> TerminalEmulator
 
57
        ScreenSaver -> Screensaver
 
58
        spotted by Vincent Fretin (in gnome bug
 
59
        343799)
 
60
 
 
61
2006-11-06  Ray Strode  <rstrode@redhat.com>
 
62
 
 
63
        * src/validate.c: add patch from Vincent Untz to
 
64
        not validate categories that start with X-
 
65
        (gnome bug 343799)
 
66
 
 
67
2006-07-25  Ray Strode  <rstrode@redhat.com>
 
68
 
 
69
        * src/egg*: remove from cvs
 
70
 
 
71
2006-04-18  Ray Strode  <rstrode@redhat.com>
 
72
 
 
73
        * configure.in: post-release bump to 0.12.
 
74
 
1
75
==================== 0.11 ====================
2
76
 
3
 
2006-04-18  Ray Strode <rstrode@redhat.com>
 
77
2006-04-18  Ray Strode  <rstrode@redhat.com>
4
78
 
5
79
        Validate that desktop file categories match those
6
80
        specified in the spec.  Patch from Emmet Hikory