mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-11 04:58:19 +03:00
build-sys: prepare 194
This commit is contained in:
parent
5198dabcce
commit
f9b557200b
@ -27,7 +27,7 @@ SUBDIRS = . po
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
LIBUDEV_CURRENT=2
|
||||
LIBUDEV_REVISION=4
|
||||
LIBUDEV_REVISION=5
|
||||
LIBUDEV_AGE=1
|
||||
|
||||
LIBGUDEV_CURRENT=1
|
||||
@ -35,7 +35,7 @@ LIBGUDEV_REVISION=2
|
||||
LIBGUDEV_AGE=1
|
||||
|
||||
LIBSYSTEMD_LOGIN_CURRENT=3
|
||||
LIBSYSTEMD_LOGIN_REVISION=7
|
||||
LIBSYSTEMD_LOGIN_REVISION=8
|
||||
LIBSYSTEMD_LOGIN_AGE=3
|
||||
|
||||
LIBSYSTEMD_DAEMON_CURRENT=0
|
||||
@ -43,11 +43,11 @@ LIBSYSTEMD_DAEMON_REVISION=5
|
||||
LIBSYSTEMD_DAEMON_AGE=0
|
||||
|
||||
LIBSYSTEMD_ID128_CURRENT=0
|
||||
LIBSYSTEMD_ID128_REVISION=13
|
||||
LIBSYSTEMD_ID128_REVISION=14
|
||||
LIBSYSTEMD_ID128_AGE=0
|
||||
|
||||
LIBSYSTEMD_JOURNAL_CURRENT=5
|
||||
LIBSYSTEMD_JOURNAL_REVISION=3
|
||||
LIBSYSTEMD_JOURNAL_REVISION=4
|
||||
LIBSYSTEMD_JOURNAL_AGE=5
|
||||
|
||||
# Dirs of external packages
|
||||
|
19
NEWS
19
NEWS
@ -1,5 +1,24 @@
|
||||
systemd System and Service Manager
|
||||
|
||||
CHANGES WITH 194:
|
||||
|
||||
* If /etc/vconsole.conf is non-existent or empty we will no
|
||||
longer load any console font or key map at boot by
|
||||
default. Instead the kernel defaults will be left
|
||||
intact. This is definitely the right thing to do, as no
|
||||
configuration should mean no configuration, and hard-coding
|
||||
font names that are different on all archs is probably a bad
|
||||
idea. Also, the kernel default key map and font should be
|
||||
good enough for most cases anyway, and mostly identical to
|
||||
the userspace fonts/key maps we previously overloaded them
|
||||
with. If distributions want to continue to default to a
|
||||
non-kernel font or key map they should ship a default
|
||||
/etc/vconsole.conf with the appropriate contents.
|
||||
|
||||
Contributions from: Colin Walters, Daniel J Walsh, Dave
|
||||
Reisner, Kay Sievers, Lennart Poettering, Lukas Nykryn, Tollef
|
||||
Fog Heen, Tom Gundersen, Zbigniew Jędrzejewski-Szmek
|
||||
|
||||
CHANGES WITH 193:
|
||||
|
||||
* journalctl gained a new --cursor= switch to show entries
|
||||
|
@ -20,7 +20,7 @@
|
||||
AC_PREREQ([2.64])
|
||||
|
||||
AC_INIT([systemd],
|
||||
[193],
|
||||
[194],
|
||||
[http://bugs.freedesktop.org/enter_bug.cgi?product=systemd],
|
||||
[systemd],
|
||||
[http://www.freedesktop.org/wiki/Software/systemd])
|
||||
|
Loading…
x
Reference in New Issue
Block a user