David Herrmann
f5f113f666
NEWS: add 'macvtap' section
...
systemd-networkd now supports 'macvtap' devices, similar to the already
supported 'macvlan' devices.
2015-07-29 12:12:10 +02:00
Daniel Mack
37d54b938f
NEWS: follow VNetHeader rename
...
VnetHeader was renamed to VNetHeader just now. Update NEWS accordingly.
2015-07-27 21:34:28 +02:00
Daniel Mack
931618d08c
NEWS: group systemd-networkd items
...
… for better readability.
2015-07-27 19:09:53 +02:00
Kay Sievers
01608bc86a
NEWS: fix typos
2015-07-27 18:21:17 +02:00
David Herrmann
e57eaef8a1
NEWS: add entries for v223
...
New features and API changes for v223. Please review carefully and amend!
2015-07-27 18:13:37 +02:00
David Herrmann
2d1ca11270
Bump version to 222
2015-07-07 17:13:39 +02:00
Daniel Mack
9b361114f5
NEWS: give packagers a heads-up on the upcoming python bindings removal
2015-07-06 21:19:57 -04:00
David Herrmann
5541c88977
NEWS: mention ipv6 privacy extensions
2015-07-06 19:07:10 +02:00
Kay Sievers
861b02ebd6
NEWS: update
2015-07-05 16:02:13 +02:00
David Herrmann
0db83ad733
NEWS: mention accelerometer removal for 222
...
Add NEWS entry for 222 and mention the removal of the udev accelerometer.
iio-sensor-proxy-1.0 is required if you want orientation data to still
work.
2015-07-05 11:04:59 +02:00
Lennart Poettering
b912e25181
NEWS: update contributors list and date
2015-06-19 01:12:28 +02:00
Thomas Hindoe Paaboel Andersen
0aee49d5fb
NEWS: typo fixes
2015-06-18 17:10:59 +02:00
Ronny Chevalier
c655146496
NEWS: fix typo
2015-06-18 16:23:28 +02:00
Kay Sievers
5f92d24fa8
NEWS: update
2015-06-18 00:25:43 +02:00
Lennart Poettering
470e72d408
NEWS: prepare for v221
2015-06-18 00:18:49 +02:00
Martin Pitt
0f0467e63b
systemctl: drop hardcoded chkconfig invocation
...
Introduce /usr/lib/systemd/systemd-sysv-install [--root=] <action> <name>
abstraction, replacing the direct calling of chkconfig. This allows
distributions to call their specific tools like update-rc.d without patching
systemd.
Ship systemd-sysv-install.SKELETON as an example for packagers how to implement
this.
Drop the --enable-chkconfig configure option.
Document this in README and point to it in NEWS.
2015-05-28 19:42:45 +02:00
Torstein Husebø
45afd51974
treewide: fix typos
2015-05-26 19:55:51 +02:00
Lennart Poettering
39315f9f8d
NEWS: fix date
...
Ah, bummer, it's tagged an now I realize I didn't fix the date. Let's do
so now, post-commit.
2015-05-22 01:37:16 +02:00
David Herrmann
f7a73a2558
NEWS: add note about gudev
...
gudev has been extracted into a separate repository managed by the gnome
project. See the announcement thread on systemd-devel for more:
http://lists.freedesktop.org/archives/systemd-devel/2015-May/032070.html
2015-05-21 20:40:22 +02:00
David Herrmann
1a2d5fbe7e
NEWS: fix sd-boot to systemd-boot
...
We renamed sd-boot to systemd-boot directly after merging it, to stay
conform to all the other systemd binaries.
2015-05-21 20:40:22 +02:00
Zbigniew Jędrzejewski-Szmek
29d1fcb4a3
NEWS: fix typo and expand abbreviation
2015-05-21 14:31:02 -04:00
Lennart Poettering
1579dd2c9b
NEWS: document the IPForward= confusion
2015-05-21 20:25:15 +02:00
Lennart Poettering
481a0aa2c9
NEWS: start collecting items for v220
2015-05-21 19:47:42 +02:00
Thomas Hindoe Paaboel Andersen
7edecf218e
NEWS: typo fixes
2015-02-16 21:21:16 +01:00
Lennart Poettering
dd2fd15590
NEWS: fix typo
2015-02-16 19:36:51 +01:00
Lennart Poettering
d2c643c662
update NEWS
2015-02-16 17:19:06 +01:00
Lennart Poettering
11ea2781ee
NEWS: add contributors list
2015-02-13 11:07:18 +01:00
Lennart Poettering
615aaf412c
NEWS: begin collecting news items for 219
2015-02-12 18:44:55 +01:00
Torstein Husebø
cc98b3025e
treewide: fix multiple typos
2015-01-26 10:39:47 -05:00
Veres Lajos
f131770b14
tree-wide: spelling fixes
...
https://github.com/vlajos/misspell_fixer
b6fdeb618c
Thanks to Torstein Husebo <torstein@huseboe.net>.
2014-12-30 20:07:04 -05:00
Lennart Poettering
122676c9d9
NEWS: minor wording improvement
2014-12-10 23:17:54 +01:00
Lennart Poettering
7da81d33c1
NEWS: update contributors list
2014-12-10 22:33:21 +01:00
Ronny Chevalier
17c29493dc
NEWS: fix typos
2014-12-10 00:50:42 +01:00
Lennart Poettering
13e92f3966
NEWS: add contributors list
2014-12-10 00:30:19 +01:00
Lennart Poettering
f9e00a9f58
NEWS: prepare NEWS for new release
2014-12-10 00:27:26 +01:00
Josh Triplett
997b2b438c
NEWS: Document new .conf.d configuration directories
...
Also provide guidance to distributions, to make sure they don't start
dropping files in the configuration directories in /etc/.
2014-11-30 00:22:55 +01:00
David Herrmann
d4f5a1f47d
localed: validate xkb keymaps
...
Introduce a new optional dependency on libxkbcommon for systemd-localed.
Whenever the x11 keymap settings are changed, use libxkbcommon to compile
the keymap. If the compilation fails, print a warning so users will get
notified.
On compilation failure, we still update the keymap settings for now. This
patch just introduces the xkbcommon infrastructure to have keymap
validation in place. We can later decide if/how we want to enforce this.
2014-11-24 15:16:33 +01:00
Lennart Poettering
81c7dd897c
s/command-line/command line/g
...
A follow-up to:
commit 3f85ef0f05
Author: Harald Hoyer <harald@redhat.com>
Date: Thu Nov 6 15:33:48 2014 +0100
s/commandline/command line/g
2014-11-06 20:06:30 +01:00
Zbigniew Jędrzejewski-Szmek
a65b824577
systemd-journal-flush.service: remove "trigger" from description
...
This service is now synchronous, so "trigger" is misleading.
2014-11-01 14:39:48 -04:00
Umut Tezduyar Lindskog
2a97b03b3b
man: explain journalctl --flush correctly
2014-11-01 14:39:48 -04:00
Zbigniew Jędrzejewski-Szmek
f47ad59316
Use log "level" instead of "priority"
...
The term "priority" is misleading because higher levels have lower
priority. "Level" is clearer and shorter.
This commit touches only the textual descriptions, not function and variable
names themselves. "Priority" is used in various command-line switches and
protocol constants, so completly getting rid of "priority" is hard.
I also left "priority" in various places where the clarity suffered
when it was removed.
2014-11-01 14:39:47 -04:00
Lennart Poettering
c4ac990007
NEWS: well, it's Options= now, not Discard=
2014-10-28 20:36:32 +01:00
Lennart Poettering
3b187c5cee
update NEWS
2014-10-28 18:10:48 +01:00
Ronny Chevalier
f6d1de8547
NEWS: fix typos
2014-10-28 16:07:55 +01:00
Kay Sievers
ba8df74bb6
NEWS: update
2014-10-28 15:53:58 +01:00
Tom Gundersen
d4474c41ca
NEWS
2014-10-28 15:51:42 +01:00
Lennart Poettering
7e63dd1015
update NEWS
2014-10-28 15:44:00 +01:00
Lennart Poettering
cfa1571b7f
update NEWS
2014-10-28 15:35:35 +01:00
Lennart Poettering
4b08dd87ee
NEWS: add contributor list in preparation for 217 release
2014-10-28 15:20:16 +01:00
Lennart Poettering
fae9332b14
update NEWS
2014-10-28 15:17:57 +01:00
Lennart Poettering
090771492f
sd-login: let's not needlessly yell at users
...
While GNOME/KDE are generally capitalized, systemd tools generally are
not, hence let's not start doing so in the XDG_CURRENT_SESSION
environment variable.
2014-10-28 12:31:11 +01:00
Timofey Titovets
3769415e65
login: remove multi-seat-x
2014-10-28 02:24:46 +01:00
Lennart Poettering
4ffd29fda1
Update NEWS
2014-10-28 02:19:55 +01:00
Lennart Poettering
fa1b91632c
core: remove system start timeout logic again
...
The system start timeout as previously implemented would get confused by
long-running services that are included in the initial system startup
transaction for example by being cron-job-like long-running services
triggered immediately at boot. Such long-running jobs would be subject
to the default 15min timeout, esily triggering it.
Hence, remove this again. In a subsequent commit, introduce per-target
job timeouts instead, that allow us to control these timeouts more
finegrained.
2014-10-28 01:42:13 +01:00
Lennart Poettering
78b6b7ceb2
update NEWS
2014-10-27 13:31:56 +01:00
Lennart Poettering
4bdc60cb6f
NEWS: more preparations for 217
2014-10-24 19:06:23 +02:00
Michal Schmidt
e6c253e363
sysctl.d: default to fq_codel, fight bufferbloat
...
Quoting from Jon Corbet's report of Stephen Hemminger's talk at Linux
Plumbers Conference 2014 (https://lwn.net/Articles/616241/ ):
[...] So Stephen encouraged everybody to run a command like:
sysctl -w net.core.default_qdisc=fq_codel
That will cause fq_codel to be used for all future connections
[Qdiscs apply to interfaces, not connections. Pointed out by TomH
in the article comments. -- mschmidt] (up to the next reboot).
Unfortunately, the default queuing discipline cannot be changed,
since it will certainly disturb some user's workload somewhere.
Let's have the recommended default in systemd.
Thanks to Dave Täht for advice and the summary at
https://lists.bufferbloat.net/pipermail/cerowrt-devel/2014-October/003701.html
2014-10-20 18:19:00 +02:00
David Herrmann
4623e36006
NEWS: don't mention noinst_* debug programs
...
systemd-evcat and systemd-modeset are not installed systemd wide and
should really just be used by developers to test the libsystemd-terminal
features. No reason to mention it in NEWS.. despite the undulating
rainbows..
2014-10-11 18:53:26 +02:00
Zbigniew Jędrzejewski-Szmek
b62a309a47
NEWS: update for 217
2014-10-07 22:01:37 -04:00
Ruben Kerkhof
06b643e7f5
Fix a few more typos
2014-08-30 13:46:07 -04:00
Ansgar Burchardt
daa05349df
NEWS: Fix typos.
2014-08-26 20:27:09 +02:00
Lennart Poettering
01da80b1aa
update NEWS
2014-08-20 00:18:14 +02:00
Tom Gundersen
265684034f
NEWS
2014-08-19 23:58:16 +02:00
Thomas Hindoe Paaboel Andersen
5f02e26ca7
NEWS: typo fixes
2014-08-19 23:10:53 +02:00
Daniel Mack
a1a4a25e7f
NEWS: fix minor nits
2014-08-19 22:23:43 +02:00
Lennart Poettering
b2ca0d6327
prepare NEWS for next release
2014-08-19 21:58:48 +02:00
Ansgar Burchardt
ef392da6c5
Correct references to ProtectSystem and ProtectHome in documentation
2014-08-04 09:27:20 -04:00
Kay Sievers
b72ddf0f4f
timedated: manage systemd-timesyncd directly instead of lists of alternatives
...
Alternative NTP implementations should add a:
Conflicts=systemd-timesyncd.service
to take over the built-in NTP functionality of systemd.
2014-07-09 17:04:11 +02:00
Lennart Poettering
c7435cc911
NEWS: prepare for release
2014-07-03 20:46:35 +02:00
Thomas Hindoe Paaboel Andersen
ce1dde29b9
typo fixes
2014-07-01 21:12:05 +02:00
Thadeu Lima de Souza Cascardo
3058e017fc
Use dev_port for the ID of a network device.
...
For network devices on the same PCI function, dev_id should not be used,
since its purpose is for IPv6 support on interfaces with the same MAC
address.
The new dev_port sysfs attribute should be used instead of dev_id.
2014-07-01 15:19:20 +02:00
Lennart Poettering
24a2bf4c9b
TODO: start documenting changes for 215
2014-07-01 02:38:41 +02:00
Jan Engelhardt
45df8656eb
doc: typographical improvements and choice of words
2014-06-28 00:06:31 -04:00
Jan Engelhardt
8d0e0ddda6
doc: grammatical corrections
2014-06-28 00:06:30 -04:00
Kay Sievers
3dff3e00e0
udev: assign group "input" to all input devices
2014-06-12 14:59:53 +02:00
Mantas Mikulėnas
c54bed5d51
NEWS: fix directory name
2014-06-11 19:12:11 +02:00
Lennart Poettering
4c0d13bdd5
NEWS: add missing comment about the "floppy" group
2014-06-11 18:42:38 +02:00
Lennart Poettering
cd14eda321
NEWS: mention that resolved's resolv.conf fragment moved
2014-06-11 15:32:20 +02:00
Lennart Poettering
dc1d6c02fc
NEWS: add contributor list for 214
2014-06-11 15:04:59 +02:00
Kay Sievers
71449cafa1
NEWS: update
2014-06-11 14:04:28 +02:00
Lennart Poettering
04e91da2cf
NEWS: prepare NEWS for 214
2014-06-11 13:31:51 +02:00
Kay Sievers
4196a3ead3
NEWS: add section about udev locking
2014-06-11 12:00:47 +02:00
Lennart Poettering
c9679c652b
NEWS: mention that we need a new user systemd-timesync
2014-05-28 09:43:43 +08:00
Lennart Poettering
8e7acf67b2
NEWS: update NEWS file according to most recent changes in git
2014-05-28 09:39:55 +08:00
Zbigniew Jędrzejewski-Szmek
499b604b21
NEWS: mention that systemd-analyze uses new kernel release info
...
Also some small grammar updates.
2014-05-24 18:50:21 -04:00
Tom Gundersen
68dd0956ef
NEWS
2014-05-24 12:28:47 +02:00
Kay Sievers
69beda1f75
NEWS: update
2014-05-24 14:50:58 +08:00
Lennart Poettering
6936cd8926
NEWS: prepare NEWS update for 213
2014-05-24 14:26:59 +08:00
Nis Martensen
f1721625e7
fix spelling of privilege
2014-05-19 00:40:44 +09:00
Jan Engelhardt
b8bde11658
doc: comma placement corrections and word order
...
Set commas where there should be some.
Some improvements to word order.
2014-05-07 20:13:27 -04:00
Jan Engelhardt
dca348bcbb
doc: corrections to words and forms
...
This patch exchange words which are inappropriate for a situation,
deletes duplicated words, and adds particles where needed.
2014-05-07 20:13:26 -04:00
Jan Engelhardt
70a44afee3
doc: typographical fine tuning
2014-05-06 23:05:39 +02:00
Jan Engelhardt
d28315e4af
doc: use non-contracted forms in written documents
2014-05-06 23:05:09 +02:00
Lennart Poettering
51c61cda1a
build-sys: prepare NEWS for 212
2014-03-25 15:19:57 +01:00
Lennart Poettering
13b28d8224
NEWS: 211 was actually released past midnight, so let's use the correct date
2014-03-12 16:39:31 +01:00
David Herrmann
22e7062d74
NEWS: fix typo
...
sittings -> settings
2014-03-11 20:47:40 +01:00
Kay Sievers
4ef6e535e3
NEWS: update
2014-03-11 20:41:12 +01:00
Lennart Poettering
699b6b3491
NEWS: prepare for release 211
2014-03-11 20:18:06 +01:00
Ansgar Burchardt
949138ccc3
NEWS: fix typo
2014-02-25 13:02:50 +01:00
Lennart Poettering
67dd87c51b
NEWS: fix typo
2014-02-25 02:37:59 +01:00
Kay Sievers
ed28905eec
NEWS: fix typos
2014-02-24 20:20:25 +01:00
Lennart Poettering
d27893efdf
NEWS: add note about ifunc
2014-02-24 19:13:39 +01:00
Lennart Poettering
43c71255b3
NEWS: prepare for release of 210
2014-02-24 18:34:12 +01:00
Zbigniew Jędrzejewski-Szmek
dfb08b0584
NEWS: mention 99-default.link and NamePolicy
2014-02-23 18:18:06 -05:00
Kay Sievers
210054d76c
NEWS: add name_to_handle_at() requirement
2014-02-21 18:15:34 +01:00
Lennart Poettering
6300b3eca9
NEWS: fixes that probably should have been made before the 209 release
2014-02-20 03:55:22 +01:00
Lennart Poettering
ca721e3608
NEWS: Mention the new Personality= switch in unit files
2014-02-19 17:53:50 +01:00
Lennart Poettering
6afc95b736
nspawn: add new --personality= switch to make it easier to run 32bit containers on a 64bit host
2014-02-18 23:37:27 +01:00
Patrik Flykt
7e95eda5b3
NEWS: Fix header file name
2014-02-18 15:39:25 +01:00
Jason St. John
8b7d0494a3
NEWS: fix typos and grammar errors
2014-02-18 08:47:28 -05:00
Lennart Poettering
8e420494bc
NEWS: even more fixes
2014-02-18 13:38:31 +01:00
Daniel Buch
c0c5af00be
NEWS: sd-resolv.h is sd-resolve.h
2014-02-18 08:23:24 +01:00
Jan Engelhardt
4670e9d5f2
doc: fix newly-arisen inconsistencies in NEWS
2014-02-17 23:51:55 -05:00
Zbigniew Jędrzejewski-Szmek
1e190502e7
NEWS: fix a few typos and inconsistencies
...
- systemd-delta had support for .d for a long time.
- systemd-activate had --environment before --setenv.
2014-02-17 22:09:04 -05:00
Kay Sievers
ad42cf7308
NEWS: more "scary" kdbus incompatibility warning
2014-02-18 03:21:31 +01:00
Jan Engelhardt
4c2413bffa
doc: general refresh of orthography and grammar
2014-02-18 03:18:21 +01:00
Kay Sievers
b97610038a
NEWS: fix typos
2014-02-18 03:08:07 +01:00
Lennart Poettering
270f162402
NEWS fix
2014-02-18 03:03:04 +01:00
Lennart Poettering
e49b5aada0
prepare NEWS
2014-02-18 02:51:47 +01:00
Lennart Poettering
cd4010b373
build-ss: prepare new release
2013-10-02 03:02:25 +02:00
Lennart Poettering
387abf80ad
NEWS: add some clarifications
...
As suggested by Colin Guthrie on the ML.
2013-09-17 13:58:12 -05:00
Kay Sievers
f3a165b05d
NEWS: update
2013-09-13 02:24:57 +02:00
Lennart Poettering
4f0be680b5
build-sys: prepare 207
2013-09-13 02:12:16 +02:00
Kay Sievers
04bf3c1a60
sysctl: allow overwriting of values specified in "later" files
2013-08-15 18:43:31 +02:00
Lennart Poettering
251cc81942
build-sys: prepare 206
2013-07-23 01:32:36 +02:00
Maciej Wereski
33b521be15
NEWS: fix mistake
2013-07-23 00:51:08 +02:00
Kay Sievers
28f5c779e5
TODO: update
2013-07-22 20:17:26 +02:00
Lennart Poettering
408f281bc7
NEWS: prepare half a NEWS file for upcoming 206
2013-07-22 00:17:00 +02:00
Lennart Poettering
34627e3f0d
NEWS: no need to mention journalctl --user/--system twice
2013-07-03 17:49:43 +02:00
Zbigniew Jędrzejewski-Szmek
1fda0ab5fc
NEWS: mention set-log-level, --user, --system
2013-07-03 11:20:17 -04:00
Lennart Poettering
00aa832b94
build-sys: prepare v205
2013-07-03 16:33:53 +02:00
Jason St. John
e9c1ea9de8
replace tabs with spaces in various files
...
The affected files in this patch had inconsistent use of tabs vs. spaces
for indentation, and this patch eliminates the stray tabs.
Also, the opening brace of sigchld_hdl() in activate.c was moved so the
opening braces are consistent throughout the file.
2013-07-02 23:06:22 -04:00
Lennart Poettering
606c24e3bd
build-sys: prepare 204
2013-05-09 15:45:50 +02:00
Lennart Poettering
b82eed9af9
NEWS: typo fix
2013-05-06 23:59:14 +02:00
Lennart Poettering
2f3fcf85c5
build-sys: prepare new release
2013-05-06 23:43:59 +02:00
Zbigniew Jędrzejewski-Szmek
cbeabcfbc5
Update NEWS
2013-04-18 19:59:12 -04:00
Lennart Poettering
7c04ad2da1
build-sys: run 'make update-man-list'
2013-04-19 01:11:38 +02:00
Lennart Poettering
ef3b524687
build-sys: prepare release 202
2013-04-19 00:41:24 +02:00
Anatol Pomozov
ab06eef810
Fix spelling errors using 'codespell' tool
2013-04-15 08:40:05 -04:00
Lennart Poettering
d3a86981d1
build-sys: prepare 201
2013-04-08 22:24:19 +02:00
Lennart Poettering
9ca3c17f20
build-sys: prepare release 200
2013-03-29 03:07:17 +01:00
Zbigniew Jędrzejewski-Szmek
a87197f5a2
NEWS: tweak grammar
2013-03-26 11:56:01 -04:00
Lennart Poettering
efc0ac6af6
NEWS: typo fix
2013-03-26 15:51:57 +01:00
Kay Sievers
c20d829802
NEWS: update
2013-03-26 00:41:39 +01:00
Lennart Poettering
6a7d3d68bf
update NEWS
2013-03-25 23:48:08 +01:00
Lennart Poettering
3591145941
prepare NEWS for 199
2013-03-25 23:05:21 +01:00
Zbigniew Jędrzejewski-Szmek
ad88e758d1
Fix typos of /etc/systemd/systemd
...
<Lekensteyn> The 198 announcement mentions
"/etc/systemd/systemd/foobar.service.d/*.conf", is that a
typo? I only have a /etc/systemd/system/. Is there a
manpage describing this new feature?
2013-03-09 18:56:31 -05:00
Lennart Poettering
43447fb726
Update NEWS
2013-03-07 21:28:05 +01:00
Lennart Poettering
6aa8d43ade
update NEWS
2013-03-07 21:09:27 +01:00
Kay Sievers
156f7d09ad
NEWS: update
...
<mbiebl> "this allows resetting" <- I was told this is not correct English, too: "this allows one to reset"
<notting> "adds the ability to reset"?
2013-03-07 21:07:52 +01:00
Kay Sievers
fd86897568
<mbiebl> poettering: small typo in the NEWS file: directory systems looks for <- systemd
...
<mbiebl> the sentence reads a bit strange "looks for units in"
<mbiebl> " by assigning the empty strings to them" <- an empty string or the empty string
<mbiebl> "this allows resetting" <- I was told this is not correct English, too: "this allows one to reset"
2013-03-07 21:04:30 +01:00
Lennart Poettering
1aed459077
update NEWS
2013-03-07 20:53:47 +01:00
Kay Sievers
bf93356088
NEWS: update
2013-03-07 20:44:26 +01:00
Kay Sievers
40e21da873
TODO: update
2013-03-07 20:39:12 +01:00
Lennart Poettering
85d683970b
update NEWS
2013-03-07 20:25:41 +01:00
Lennart Poettering
8ad2685909
update NEWS
2013-01-08 02:27:22 +01:00
Lennart Poettering
96ec33c079
update NEWS
2012-11-21 01:59:45 +01:00
Lennart Poettering
0428ddb729
build-sys: prepare 196
2012-11-21 01:37:11 +01:00
Zbigniew Jędrzejewski-Szmek
6827101ab4
NEWS: fix typo
2012-10-29 09:52:31 +00:00
Ben Boeckel
15f47220ab
NEWS: fix a typo
2012-10-28 13:46:09 +01:00
Lennart Poettering
1cb88f2c61
update TODO
2012-10-23 17:13:20 +02:00
Lennart Poettering
4d92e078e9
update contributors list
2012-10-23 02:03:10 +02:00
Lennart Poettering
139ee8cc31
build-sys: prepare 195
2012-10-23 00:12:33 +02:00
Lennart Poettering
f9b557200b
build-sys: prepare 194
2012-10-03 14:32:29 -04:00
Lennart Poettering
597c52cfed
build-sys: prepare 193
2012-09-28 01:34:38 +02:00
Lennart Poettering
075d4ecb40
build-sys: prepare release 192
2012-09-25 22:23:57 +02:00
Lennart Poettering
6563b535a0
NEWS: fix some typos
2012-09-23 19:19:33 +02:00
Lennart Poettering
b6a867398d
build-sys: prepare release 191
2012-09-21 23:37:06 +02:00
Lennart Poettering
8d0256b7eb
fix typo in NEWS
2012-09-20 22:50:26 +02:00
Lennart Poettering
aaccc32cdc
typo fix
2012-09-20 19:58:31 +02:00
Lennart Poettering
a98d5d6472
fix typos
2012-09-20 19:12:23 +02:00
Lennart Poettering
aad803af99
update TODO
2012-09-20 19:00:26 +02:00
Lennart Poettering
0c11f949db
build-sys: prepare v190
2012-09-20 18:54:20 +02:00
Lennart Poettering
38a60d7112
build-sys: prepare release 189
2012-08-23 02:46:22 +02:00
Lennart Poettering
c269cec334
build-sys: prepare release 188
2012-08-08 21:49:01 +02:00
Lennart Poettering
c4f1b86299
build-sys: prepare 187
2012-07-20 00:38:02 +02:00
Lennart Poettering
5b00c0168b
NEWS: correct NTP implementation data
2012-07-18 01:36:39 +02:00
Ville Skyttä
49f43d5f91
Spelling fixes.
2012-07-16 12:16:29 +02:00
Lennart Poettering
2d938ac75d
update NEWS
2012-07-03 16:27:59 +02:00
Lennart Poettering
f6c13ce47e
timedate: uniq'ify ntp units list
2012-07-03 15:37:04 +02:00
Kay Sievers
91ac742501
modules load: rename kernel command line option to (rd.)modules-load=
2012-07-02 15:06:25 +02:00
Lennart Poettering
d1f9edafe7
units: rename systemd-debug-shell.service to debug-shell.service
...
The systemd- prefix for services should be reserved only for services
that invoke our own code rather than generic, external code.
2012-07-02 14:33:04 +02:00
Lennart Poettering
b5b4c94a67
NEWS: Prepare NEWS file for next release
2012-07-02 11:38:03 +02:00
Kay Sievers
2d1972857b
build-sys: release 185
2012-06-04 20:15:16 +02:00
Lennart Poettering
4c8cd17330
build-sys: prepare release 184
2012-05-31 01:58:01 +02:00
Lennart Poettering
79849bf9f4
NEWS: add contributors list
2012-05-24 18:15:35 +02:00
Lennart Poettering
f8c0a2cb69
NEWS: fix even more typos
2012-05-24 17:06:03 +02:00
Lennart Poettering
439d6dfd12
NEWS: fix more typos
2012-05-24 17:03:52 +02:00
Lennart Poettering
3943231cfe
NEWS: fix more typos
2012-05-24 16:53:31 +02:00
Lennart Poettering
9ae9afce6f
NEWS: fixo
2012-05-24 16:52:12 +02:00
Lennart Poettering
187076d479
NEWS: explain the version jump
2012-05-24 16:41:16 +02:00
Lennart Poettering
ea5943d386
update TODO
2012-05-24 16:41:16 +02:00
Kay Sievers
c195956988
udev: update docs, NEWS
2012-05-15 23:44:28 +02:00
Tollef Fog Heen
91cf7e5c37
Fix typo
2012-04-17 09:47:23 +02:00
Kay Sievers
f13b388f97
udev: install udevd as /usr/lib/systemd/systemd-udevd
2012-04-17 00:18:30 +02:00
Kay Sievers
194bbe3338
udev: cleanup the udev cgroup when the daemon enters the idle state
2012-04-15 03:11:08 +02:00
Kay Sievers
2d13da8821
udev: remove RUN+="socket:.." and udev_monitor_new_from_netlink()
2012-04-09 21:18:30 +02:00
Kay Sievers
07cd4fc168
udev: remove support for /lib/udev/devices/; tmpfiles should be used
2012-04-08 16:50:16 +02:00
Kay Sievers
64661ee70d
build-sys: bump systemd version to 'udev version 182'
2012-04-06 19:52:49 +02:00
Kay Sievers
18b754d345
rename /etc/systemd/systemd-{login,journal}d.conf to {login,journal}d.conf
2012-03-30 23:36:44 +02:00