diff --git a/xdm.changes b/xdm.changes index 28002af..5a681a5 100644 --- a/xdm.changes +++ b/xdm.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Mar 5 08:36:01 UTC 2014 - cxiong@suse.com + +- fix two array iteration bug + + 1. "${#argv[@]}" is just the size of the array instead of all the elements, i.e. + "${argv[@]}", no sharp "#" sign. + + 2. index of array starting from 0, so "argc" should be increased at the end of + iteration loop. + +------------------------------------------------------------------- +Wed Feb 19 10:33:21 UTC 2014 - sndirsch@suse.com + +- /etc/X11/xdm/keytable: make use of systemd's localectl to + generate Xserver's configuration snippet for keyboard layout; + rely on systemd's kbd --> X keyboard mapping; the old mapping + table originating from SaX2 is no longer being used (bnc#861819) + ------------------------------------------------------------------- Tue Feb 11 09:18:13 UTC 2014 - dliang@suse.com diff --git a/xdm.tar.bz2 b/xdm.tar.bz2 index 1a30f0d..b68e1ce 100644 --- a/xdm.tar.bz2 +++ b/xdm.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:02ac014971a023722593938a5c1153f245f0f2a3802b78c3629b18226803e48c -size 20854 +oid sha256:a4b28099bc837d7c31ad6c92ceaa4dfe6df631bc431dfc790c0e9ee329b979aa +size 20821