Accepting request 224699 from X11:XOrg

fix array iteration bug, see bnc#866874 (forwarded request 224695 from cxiong)

OBS-URL: https://build.opensuse.org/request/show/224699
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xdm?expand=0&rev=28
This commit is contained in:
Stephan Kulow 2014-03-11 08:23:55 +00:00 committed by Git OBS Bridge
commit 89b5b4b25e
2 changed files with 21 additions and 2 deletions

View File

@ -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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:02ac014971a023722593938a5c1153f245f0f2a3802b78c3629b18226803e48c
size 20854
oid sha256:a4b28099bc837d7c31ad6c92ceaa4dfe6df631bc431dfc790c0e9ee329b979aa
size 20821