[LightDM] lightdm 1.9.9 released

Robert Ancell robert.ancell at gmail.com
Tue Mar 11 13:32:56 PDT 2014


https://code.launchpad.net/~robert-ancell/lightdm/g-hash-keys/+merge/210494


On 12 March 2014 09:20, Robert Ancell <robert.ancell at gmail.com> wrote:

> Thanks for finding that. I didn't notice that's a glib 2.40 feature. I'll
> change that back to something older.
>
>
> On 12 March 2014 02:19, poma <pomidorabelisima at gmail.com> wrote:
>
>> 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 --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/lightdm/attachments/20140312/7f79c326/attachment.html>


More information about the LightDM mailing list