diff options
-rw-r--r-- | ChangeLog | 22 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 23 insertions, 1 deletions
@@ -1,3 +1,24 @@ +Summary of changes from v079 to v080 +============================================ + +Brent Cook: + fix dependency for make -j2 + +coly: + fix man page typos + +Kay Sievers: + update RELEASE-NOTES + TODO + fix typo in man page + update TODO + update SUSE rules + path_id: fix invalid character class + replace libsysfs + +Marco d'Itri: + udev_selinux.c: include udev.h + + Summary of changes from v078 to v079 ============================================ @@ -8,6 +29,7 @@ Kay Sievers: update SUSE rules remove %e from man page + Summary of changes from v077 to v078 ============================================ @@ -17,7 +17,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -VERSION = 079 +VERSION = 080 # set this to make use of syslog USE_LOG = true |