~lnykryn/upstart/global-configuration

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: James Hunt
  • Date: 2011-12-15 16:14:06 UTC
  • Revision ID: james.hunt@ubuntu.com-20111215161406-btay122ti852wzb1
* extra/upstart-udev-bridge.c:
  - udev_monitor_watcher(): Fix leak when obtaining udev value.
  - make_safe_string(): Don't realloc since overhead too high
    considering size of strings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
          of more standard (Ubuntu Upstart) events.
6
6
        * extra/man/upstart-udev-bridge.8: Ensure literal dashes used
7
7
          for all command-line options.
 
8
        * extra/upstart-udev-bridge.c:
 
9
          - udev_monitor_watcher(): Fix leak when obtaining udev value.
 
10
          - make_safe_string(): Don't realloc since overhead too high
 
11
          considering size of strings.
8
12
 
9
13
2011-12-15  James Hunt  <james.hunt@ubuntu.com>
10
14