From 261323879d22392445bc9736af1e900ba782ae17 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Sun, 25 Jan 2009 21:31:22 +0100 Subject: update version --- ChangeLog | 45 +++++++++++++++++++++++++++++++++++++++++++++ README | 1 + configure.ac | 2 +- 3 files changed, 47 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e69de29..9b8f1bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -0,0 +1,45 @@ +Dan Williams (20): + initial bits + update stuff + add automake required junk + More updates; cleaned up option rezero + fixes + modem prober fixes and additional logging capability + fix udev rules names + makefile cleanup + Indicate port has been probed + whitespace cleanup + Makefile cleanup + manpage cleanups and fixes + Simplify logging and ensure logfile is closed + fix rules install location + Make modem switcher generic; fix rules install location + Use correct udev separator in driver name + modem-probe: rename from probe-modem for consistency + modem-probe: fix EVDO rev. A recognition on Kyocera KPC680 + modem-probe: only discover capabilties once on timeout + modem-probe: clarify docs for modem_wait_reply() + +Kay Sievers (21): + add udev-acl + add .gitignore + build: remove maintainer-mode + delete AUTHORS + add INSTALL + update .gitignore + build: remove more autotools magic + add COPYING + build: include Makefile.am.inc + modem-modeswitch: remove non-supported usb_device class rule + udev-acl: provide 70-acl.rules + add .gitignore + build: fix "make distcheck"; require --exec-prefix="" + build: default to --prefix=/usr --exec-prefix="" + udev-acl: add SCSI scanners + udev-acl: add "libsane" scanners + udev-acl: usbdev_id - add error messages + udev-acl: add comments + udev-acl: add WAIT_FOR_SYSFS until the USB is fix merged + udev-acl: SCSI scanner, DVB, MTP/PTP is ACL_MEDIA + udev-acl: add ACL_VIDEO comment + diff --git a/README b/README index e69de29..de67c1c 100644 --- a/README +++ b/README @@ -0,0 +1 @@ +udev-extras - extensions to udev diff --git a/configure.ac b/configure.ac index 4e0f22f..5f5a726 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([udev-extras], - [20081230], + [20090125], [linux-hotplug@vger.kernel.org]) AC_PREREQ(2.60) AM_INIT_AUTOMAKE([check-news foreign 1.9 subdir-objects dist-bzip2]) -- cgit