On 10.03.2014 23:24, Robert Ancell wrote:> Unstable release in 1.9 series.
>
> Overview of changes in lightdm 1.9.9
>
> * Handle signals being received in child processes instead of treating
> them
> like they are received in the daemon.
> * Set utmp ut_line to the display name (i.e. :0) to match what other
> programs expect (e.g. 'w').
> * Fix lightdm_greeter_ensure_shared_data_dir_sync returning the wrong
> value.
> * Fix shared data tests so you can run test suite without root again.
> * Be extra careful not to call any non thread safe function after a
> fork.
> * Fix some small memory leaks detected by valgrind.
> * Fix process shutdown code to stop generating confusing warnings
> * Fix more double removal of source IDs.
> * Test improvements.
>
> https://launchpad.net/lightdm/+download
>
...
CC lightdm-seat-surfaceflinger.o
process.c: In function ?process_start?:
process.c:210:5: error: implicit declaration of function
?g_hash_table_get_keys_as_array? [-Werror=implicit-function-declaration]
env_keys = (gchar **) g_hash_table_get_keys_as_array
(process->priv->env, &env_length);
^
process.c:210:5: warning: nested extern declaration of
?g_hash_table_get_keys_as_array? [-Wnested-externs]
process.c:210:16: warning: cast to pointer from integer of different
size [-Wint-to-pointer-cast]
env_keys = (gchar **) g_hash_table_get_keys_as_array
(process->priv->env, &env_length);
^
cc1: some warnings being treated as errors
...
Add g_hash_table_get_keys_as_array()
http://ftp.gnome.org/pub/gnome/sources/glib/2.39/glib-2.39.1.changes
BTW Fedora 20 has a 'glib2-2.38.2', so 'lightdm-1.9.8' is the
last
one built.
Bummer!
Thank you for the effort so far and arrivederci!
poma
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lightdm-glib2.diff
Type: text/x-patch
Size: 317 bytes
Desc: not available
URL:
<http://lists.freedesktop.org/archives/lightdm/attachments/20140311/043a1ea8/attachment.bin>