diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2009-12-07 14:34:41 +0100 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2009-12-07 14:34:41 +0100 |
commit | 555ca9d3888688f577034e581ca31c7f9201c52c (patch) | |
tree | af3fe69a9bafa80fc93372bfd731d41d437fc59f | |
parent | 5440f0617404c7457fb7a58dcf3708a80574fcf6 (diff) |
release version 44
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +media-player-info 4 +=================== +- Fix udev rules for change events. (LP #454654) +- Take USBProduct into account when generating udev rules, to avoid overly + generic rules. (LP #477976) +- Sync with current hal-info to get the latest music players. + media-player-info 3 =================== diff --git a/configure.ac b/configure.ac index ce20031..05bf789 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(media-player-info, 3, devkit-devel@lists.freedesktop.org) +AC_INIT(media-player-info, 4, devkit-devel@lists.freedesktop.org) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([media-players/]) |