mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 17:06:39 +09:00
077 release
This commit is contained in:
21
ChangeLog
21
ChangeLog
@@ -1,3 +1,24 @@
|
||||
Summary of changes from v076 to v077
|
||||
============================================
|
||||
|
||||
Kay Sievers:
|
||||
merge two consecutive static strlcat's
|
||||
don't return an error, if "ignore_device" is used
|
||||
remove outdated and misleading stuff
|
||||
move SEQNUM event skipping to udevsend
|
||||
update RELEASE-NOTES
|
||||
update SUSE rules
|
||||
allow programs in /lib/udev called without the path
|
||||
update SUSE rules
|
||||
add target to to generate ChangeLog section
|
||||
update Red Hat rules
|
||||
|
||||
Marco d'Itri:
|
||||
allow to overwrite the configured udev_root by exporting UDEV_ROOT
|
||||
let udevsend ignore events with SEQNUM set
|
||||
update Debian rules
|
||||
|
||||
|
||||
Summary of changes from v75 to v076
|
||||
============================================
|
||||
|
||||
|
||||
7
Makefile
7
Makefile
@@ -17,7 +17,7 @@
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
VERSION = 076
|
||||
VERSION = 077
|
||||
|
||||
# set this to make use of syslog
|
||||
USE_LOG = true
|
||||
@@ -382,9 +382,10 @@ buildtest:
|
||||
|
||||
ChangeLog: Makefile
|
||||
@ mv $@ $@.tmp
|
||||
@ echo "Summary of changes from v$(VERSION) to v$(shell printf '%03i' $$(expr $(VERSION) + 1))" >> $@
|
||||
@ echo "Summary of changes from v$(shell printf '%03i' $$(expr $(VERSION) - 1)) to v$(VERSION)" >> $@
|
||||
@ echo "============================================" >> $@
|
||||
@ git log --pretty=short $(VERSION)..HEAD | git shortlog >> $@
|
||||
@ echo >> $@
|
||||
@ git log --pretty=short $(shell printf '%03i' $$(expr $(VERSION) - 1))..HEAD | git shortlog >> $@
|
||||
@ echo >> $@
|
||||
@ cat $@
|
||||
@ cat $@.tmp >> $@
|
||||
|
||||
Reference in New Issue
Block a user