diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | RELEASE-NOTES | 4 |
3 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,10 @@ +Summary of changes from v123 to v124 +============================================ + +Kay Sievers (1): + cdrom_id: fix recognition of blank media + + Summary of changes from v122 to v123 ============================================ @@ -16,7 +16,7 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -VERSION = 123 +VERSION = 124 # set this to make use of syslog USE_LOG = true diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 40de544eca..d82b7bcb72 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,7 @@ +udev 124 +======== +Fix cdrom_id to properly recognize blank media. + udev 123 ======== Bugfixes. |