source: proiecte/PPPP/gdm/debian/changelog @ 134

Last change on this file since 134 was 134, checked in by (none), 14 years ago

gdm sources with the modifications for webcam

File size: 25.3 KB
Line 
1gdm (2.28.1-0ubuntu2.1) karmic-proposed; urgency=low
2
3  * debian/gdm.upstart: Do not fail with exit status !=0 on startup
4    when disabled. LP: #491483
5
6 -- Philip Muskovac <yofel@gmx.net>  Mon, 07 Dec 2009 16:30:05 +0100
7
8gdm (2.28.1-0ubuntu2) karmic-proposed; urgency=low
9
10  * Don't respawn gdm on failure; this lets us capture X failures instead and
11    trigger the bulletproof X handler here.  LP: #441638.
12  * re-export any XORGCONFIG value passed to the upstart job, needed to
13    complete integration with bulletproof X.  LP: #474806.
14
15 -- Steve Langasek <steve.langasek@ubuntu.com>  Wed, 04 Nov 2009 18:15:37 -0800
16
17gdm (2.28.1-0ubuntu1) karmic; urgency=low
18
19  * New upstream release (LP: #455944)
20    - GDM will now avoid calling XAddHosts for remote connections.
21    - Now GDM uses DeviceKit-power instead of gnome-power-manager for Suspend
22      support.
23    - Now the at-spi-registryd-wrapper.desktop GDM autostart file will run
24      at-spi-registryd directly instead of calling at-spi-registryd-wrapper.
25    - Fix to the visibility check for the "Other" button which corrects some
26      situations where the button would not appear when it was supposed to.
27    - Now the GDM daemon will make the /var/log/gdm directory if it does not
28      exist.
29    - Fixes to avoid autologin failure when a NULL username is passed in.
30    - Restore CTYPE when canonicalizing codesets.
31    - Several fixes to avoid warnings.
32  * debian/patches/18_create_log_dir_when_required.patch:
33  * debian/patches/21_dkpower.patch:
34    - Applied upstream
35  * debian/patches/22_shutdown_menu.patch:
36    - Updated
37
38 -- Robert Ancell <robert.ancell@canonical.com>  Tue, 20 Oct 2009 11:52:57 +1100
39
40gdm (2.28.0-0ubuntu19) karmic; urgency=low
41
42  * debian/%gconf-tree.xml, debian/gdm.postinst, debian/rules:
43    - don't use gconftool to register the default gconf keys but rather
44      install a xml files with the values, that will avoid different issues
45      due to the su call or the gconf server not being running
46      (lp: #441028, #441167)
47    - set the gnome-power-manager icon key to never since that's not useful
48      on the login screen and the design team recommended to not have it there
49  * debian/gdm.postinst:
50    - workaround chown breaking due to the .gvfs fuse directory (lp: #438561)
51  * debian/patches/25_update_gconf_directories.patch:
52    - define a new directory which is used for the default gconf values
53
54 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 15 Oct 2009 12:34:11 +0200
55
56gdm (2.28.0-0ubuntu18) karmic; urgency=low
57
58  * debian/patches/14_guest_session.patch:
59    - Switch to existing guest session if already open (LP: #450965)
60  * debian/patches/24_system_uid.patch:
61  * debian/patches/16_gdmserver_user_manager.patch:
62    - Fix more cases of users with UID < 1000
63
64 -- Robert Ancell <robert.ancell@canonical.com>  Thu, 15 Oct 2009 01:07:18 +0200
65
66gdm (2.28.0-0ubuntu17) karmic; urgency=low
67
68  [ Robert Ancell ]
69  * debian/patches/22_shutdown_menu.patch:
70    - Mark power menu options as translatable (LP: #450707)
71
72  [ Scott James Remnant ]
73  * debian/gdm.upstart:
74    - Wait for tty7 to be ready, and either a framebuffer or the end
75      of coldplugging.
76
77 -- Scott James Remnant <scott@ubuntu.com>  Wed, 14 Oct 2009 05:08:47 +0100
78
79gdm (2.28.0-0ubuntu15) karmic; urgency=low
80
81  * debian/patches/23_login_window_hint.patch:
82    - Don't put a type hint on the login window as this causes it not to get
83      focus (LP: #447049)
84  * debian/patches/16_gdmserver_user_manager.patch:
85    - Don't show users with UID < 1000 (LP: #427462)
86
87 -- Robert Ancell <robert.ancell@canonical.com>  Tue, 13 Oct 2009 15:56:41 +1100
88
89gdm (2.28.0-0ubuntu14) karmic; urgency=low
90
91  * debian/gdm.postinst: Set icon theme to HumanLoginIcons. Also, call su just
92    once with all four gconftool commands instead of several times.
93
94 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 07 Oct 2009 15:39:17 +0200
95
96gdm (2.28.0-0ubuntu13) karmic; urgency=low
97
98  * debian/gdm{,-autologin}.pam: correctly handle SELinux transitions,
99    thanks to Caleb Case (LP: #430205).
100
101 -- Kees Cook <kees@ubuntu.com>  Tue, 06 Oct 2009 16:49:25 -0700
102
103gdm (2.28.0-0ubuntu12) karmic; urgency=low
104
105  * debian/gdm.upstart: Also stop when entering single-user mode.
106    LP: #437281.
107
108 -- Scott James Remnant <scott@ubuntu.com>  Sat, 03 Oct 2009 08:09:44 +0100
109
110gdm (2.28.0-0ubuntu11) karmic; urgency=low
111
112  * 99_autoreconf.patch: Drop removal of *.rej junk, it was fixed in
113    04_fix_external_program_directories.patch.
114
115 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 02 Oct 2009 12:22:28 +0200
116
117gdm (2.28.0-0ubuntu10) karmic; urgency=low
118
119  * 01_default_keyboard_layout_hal.patch: Read keyboard variant from hal, too.
120    (LP: #421212)
121  * debian/gdm.postinst: Set HumanLogin theme for metacity, too. Thanks to
122    Devid Antonio Filoni! (LP: #439546)
123  * 04_fix_external_program_directories.patch: Remove *.rej junk.
124  * 04_fix_external_program_directories.patch: Fix path to polkit-gnome
125    authentication agent. (Caught as a side issue in LP #401822)
126  * debian/rules: Drop polkit-gnome agent autostart file. It has never worked
127    anyway due to wrong path (see previous change), and we do not currently
128    need it.
129
130 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 01 Oct 2009 23:53:54 +0200
131
132gdm (2.28.0-0ubuntu9) karmic; urgency=low
133
134  * debian/gdm.postinst:
135    - use the correct key to set the gtk theme
136
137  [ Robert Ancell ]
138  * debian/patches/22_shutdown_menu.patch:
139    - Fix spacing on shutdown menu (LP: #437691)
140  * debian/patches/*.patch:
141    - Update patch headers
142  * debian/patches/19_no_greeter_for_autologin.patch:
143    - Fix bug that caused the GDM greeter to be displayed briefly when
144      automatically logging in (LP: #435801)
145
146 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 30 Sep 2009 15:21:09 +0200
147
148gdm (2.28.0-0ubuntu8) karmic; urgency=low
149
150  * debian/gdm.upstart:
151    - Emit a starting-dm event just before starting gdm itself, for the
152      benefit of usplash.
153
154 -- Colin Watson <cjwatson@ubuntu.com>  Tue, 29 Sep 2009 00:18:49 +0100
155
156gdm (2.28.0-0ubuntu7) karmic; urgency=low
157
158  * debian/gdm.postinst:
159    - set a different theme for the gdm login screen (lp: #436817)
160
161 -- Sebastien Bacher <seb128@ubuntu.com>  Mon, 28 Sep 2009 23:25:40 +0200
162
163gdm (2.28.0-0ubuntu6) karmic; urgency=low
164
165  * debian/patches/16_gdmserver_user_manager.patch:
166    - change by Cody Russell to Fix user-added and user-removed signal emissions
167      to emit the UID instead of the user pointer. (lp :#436195)
168
169 -- Sebastien Bacher <seb128@ubuntu.com>  Fri, 25 Sep 2009 00:58:39 +0200
170
171gdm (2.28.0-0ubuntu5) karmic; urgency=low
172
173  * debian/patches/17_add_failsafe.patch:
174    - adds code to support failsafe sessions again (from gnome #594833)
175
176 -- Travis Watkins <amaranth@ubuntu.com>  Thu, 24 Sep 2009 10:30:08 +0200
177
178gdm (2.28.0-0ubuntu4) karmic; urgency=low
179
180  * Move shutdown buttons from under user list to lower right corner of screen
181    (LP: #434338)
182
183 -- Robert Ancell <robert.ancell@canonical.com>  Wed, 23 Sep 2009 15:44:15 +1000
184
185gdm (2.28.0-0ubuntu3) karmic; urgency=low
186
187  * debian/patches/21_dkpower.patch:
188    - Port the greeter to DK-Power so that the suspend/hibernate buttons
189      appear again, where supported (LP: #420063).
190  * debian/control:
191    - Add build-depend on libdevkit-power-gobject-dev (>= 008)
192  * Refreshed 99_autoreconf.patch
193
194 -- Chris Coulson <chrisccoulson@ubuntu.com>  Tue, 22 Sep 2009 22:04:11 +0100
195
196gdm (2.28.0-0ubuntu2) karmic; urgency=low
197
198  * debian/patches/08_use_polkit_for_settings.patch:
199    - set translatable strings and list the file to translate (lp: #425798)
200  * debian/patches/09_gdmsetup.patch,
201    debian/patches/99_autoreconf.patch:
202    - initialize the translations so the gdmsetup interface is translated
203      (lp: #434102)
204  * debian/patches/17_use_timed_login_after_autologin.patch:
205    - revert upstream change to not use timed login after autologin session
206      (lp: #396489)
207  * debian/patches/18_create_log_dir_when_required.patch:
208    - create the log directory when required (lp: #405227)
209  * debian/gdm.config, debian/gdm.templates:
210    - restore debconf files which have been dropped by error in karmic,
211      thanks PÀr Andersson (lp: #395591)
212
213 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 22 Sep 2009 15:20:27 +0200
214
215gdm (2.28.0-0ubuntu1) karmic; urgency=low
216
217  * New upstream release (LP: #434354)
218    - Now GDM supports the ability to specify the automatic/timed login user via
219      a script via the same interface that the old GDM supported.
220    - Now the user's dmrc and face image files are stored in /var/cache/gdm, so
221      that the login process does not need to access the user's $HOME directory
222      before authentication.
223    - Fix the login GUI options widget so the language/session/layout choices
224      are not reset after a failed login.
225    - Fix language dialog so it does not crash if the user click's the "OK"
226      button when no language is selected.
227    - Fix to ensure that the login dialog regains focus after the language or
228      layout dialogs are used.
229    - The language dialog has improved logic to sort the language names more
230      correctly.
231    - Make sure to check error variable is not NULL before referencing it in the
232      gdm-user-manager code.
233    - Make sure to not print NULL strings since this causes crashes on some
234      platforms.
235    - Improve documentation.
236  * debian/patches/09_gdmsetup.patch: updated:
237    - Filter ConsoleKit system users (LP: #432271)
238    - Make window size fixed (LP: #429206)
239  * debian/patches/01_default_keyboard_layout_hal.patch,
240    debian/patches/99_autoreconf.patch: updated.
241
242 -- Robert Ancell <robert.ancell@canonical.com>  Mon, 21 Sep 2009 13:05:51 +1000
243
244gdm (2.27.90-0ubuntu7) karmic; urgency=low
245
246  [ Ken VanDine ]
247  * debian/patches/10_xsplash.patch:
248    - Use --daemon instead of using the "&" (LP: #430834)
249  * debian/control:
250    - Conflict with xsplash (<< 0.8), we don't depend on xsplash but if
251      /usr/bin/xsplash exists we need it to support the --daemon option
252
253  [ Martin Pitt ]
254  * debian/gdm.upstart: Drop gdm-cdd.conf handling, gdm does not support it
255    any more.
256  * debian/gdm.upstart: Do not start in single-user modes or when "text" is
257    given as a kernel command line option. This restores previous behaviour.
258    (LP: #431176)
259  * Add debian/onboard.desktop: gdm "onboard" configuration for the
260    accessibility dialog, thanks to Francesco Fumanti!
261  * debian/rules: Install onboard.desktop, remove gok.desktop from upstream
262    install. We do not ship gok any more. (LP: #423831, #130368)
263
264 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 17 Sep 2009 19:22:46 +0200
265
266gdm (2.27.90-0ubuntu6) karmic; urgency=low
267
268  * The upstart job won't start unless hal is also started, so add an
269    appropriate versioned dependency on the upstarted hal.
270
271 -- Steve Langasek <steve.langasek@ubuntu.com>  Wed, 16 Sep 2009 01:58:11 -0700
272
273gdm (2.27.90-0ubuntu5) karmic; urgency=low
274
275  FFE LP: #427356.
276
277  * Replace init script with Upstart job.
278  * debian/control:
279    - Bump build-dependency on debhelper for Upstart-aware dh_installinit
280  * debian/patches/20_upstart.patch:
281    - Emit Upstart events when starting the login session and desktop
282      session, just after starting xsplash.  These can be used as
283      synchronisation points.
284
285 -- Scott James Remnant <scott@ubuntu.com>  Tue, 15 Sep 2009 03:31:21 +0100
286
287gdm (2.27.90-0ubuntu4) karmic; urgency=low
288
289  * debian/patches/16_gdmserver_user_manager.patch:
290    - Add user manager d-bus interface to gdmserver (LP: #423450)
291
292 -- Robert Ancell <robert.ancell@canonical.com>  Sat, 12 Sep 2009 12:49:48 +0200
293
294gdm (2.27.90-0ubuntu3) karmic; urgency=low
295
296  * Add 15_default_session.patch: Prefer "default.session", so that other
297    desktop environments like XFCE can use gdm, too, without being forced to
298    start GNOME. (LP: #403291)
299  * debian/gdm.postrm: Fix purge breakage if one of the to-be-cleaned-up
300    directories does not exist.
301
302 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 10 Sep 2009 13:02:27 +0200
303
304gdm (2.27.90-0ubuntu2) karmic; urgency=low
305
306  [ Robert Ancell ]
307  * debian/patches/13_cache_ck_history.patch:
308    - Cache result of ck-history to make startup fast (LP: #400863)
309
310  [ Martin Pitt ]
311  * Add 14_guest_session.patch: Rewrite guest session support for new gdm
312    architecture. This now adds a D-BUS operation StartGuestSession(), since
313    gdmflexiserver is being deprecated. (LP: #404870)
314
315 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 07 Sep 2009 18:18:15 +0200
316
317gdm (2.27.90-0ubuntu1) karmic; urgency=low
318
319  [ Robert Ancell ]
320  * New upstream release: (LP: #418426)
321    - Autostart polkit-gnome authentication agent.
322    - Add screen capture sound effect to screenshot tool.
323    - If HOST_NAME_MAX is not available, try _POSIX_HOST_NAME_MAX, then
324      default to 256.
325    - Add users "nobody4" and "noaccess" to the list of users to filter from
326      the Face Browser.
327    - Add Solaris logindevperm support.
328    - Fix mispelling of XDMCP.
329    - Improve documentation.
330  * debian/control:
331    - Depend on libcanberra-gtk
332  * debian/patches/01_default_keyboard_layout_hal.patch:
333  * debian/patches/02_x_server_location.patch:
334  * debian/patches/03_hide_system_users.patch:
335  * debian/patches/04_fix_external_program_directories.patch:
336  * debian/patches/08_use_polkit_for_settings.patch:
337  * debian/patches/99_autoreconf.patch:
338    - Refreshed
339  * debian/patches/09_gdmsetup.patch:
340    - Set gdmsetup window title and icon
341    - Fix crash when have no default users configured
342
343  [ Ted Gould ]
344   * Add 12_fusa_name_change.patch: Change the Bonobo activation server name
345     of the FUSA applet.
346   * debian/rules: Rename the Bonobo activate server description before
347     installing it. (LP: #410498)
348
349 -- Robert Ancell <robert.ancell@canonical.com>  Tue, 25 Aug 2009 15:32:13 +0200
350
351gdm (2.27.4-0ubuntu11) karmic; urgency=low
352
353  * debian/patches/09_gdmsetup.patch:
354    - clean some unused variables there
355    - don't crash if there is no autologin key in the configuration yet
356      (lp: #410475)
357    - don't specify encoding in desktop entry (lp: #410591)
358  * debian/patches/11_crash_for_apport.patch:
359    - don't catch crashes so apport can do its job
360
361 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 12 Aug 2009 16:17:23 +0200
362
363gdm (2.27.4-0ubuntu10) karmic; urgency=low
364
365  * debian/patches/10_xsplash.patch:
366    - updated version by Cody Russell
367
368 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 11 Aug 2009 19:10:45 +0200
369
370gdm (2.27.4-0ubuntu9) karmic; urgency=low
371
372  * debian/control:
373   - build-depends on libpolkit-gobject-1-dev
374
375 -- Sebastien Bacher <seb128@ubuntu.com>  Fri, 07 Aug 2009 17:00:43 +0100
376
377gdm (2.27.4-0ubuntu8) karmic; urgency=low
378
379  * debian/patches/10_xsplash.patch:
380    - Fixed a syntax error
381
382 -- Ken VanDine <ken.vandine@canonical.com>  Fri, 07 Aug 2009 16:29:02 +0100
383
384gdm (2.27.4-0ubuntu7) karmic; urgency=low
385
386  * debian/patches/08_use_polkit_for_settings.patch:
387    - Use PolicyKit for GDM settings
388  * debian/patches/09_gdmsetup.patch:
389    - Provide a setup tool for basic configuration (LP: #395299)
390  * debian/patches/10_xsplash.patch:
391    - Load xsplash on login
392  * debian/patches/99_autoreconf.patch:
393    - Updated
394
395 -- Robert Ancell <robert.ancell@canonical.com>  Fri, 07 Aug 2009 09:23:21 +0100
396
397gdm (2.27.4-0ubuntu6) karmic; urgency=low
398
399  * debian/patches/07_correct_distribution_version.patch:
400    - correctly display ubuntu as distribution (lp: #396805)
401
402 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 23 Jul 2009 23:19:33 +0200
403
404gdm (2.27.4-0ubuntu5) karmic; urgency=low
405
406  * debian/rules:
407    - move custom.conf to /usr/share/doc/gdm/examples to avoid
408      a conffile prompt when upgrading from a existing gdm
409  * debian/gdm.preinst:
410    - fix typo
411
412 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 22 Jul 2009 10:51:59 +0200
413
414gdm (2.27.4-0ubuntu4) karmic; urgency=low
415
416  * debian/control:
417    - Replace dependency on gnome-session with gnome-session-bin
418    - Add recommends on metacity | x-window-manager
419    - Add recommends on gnome-settings-daemon | xfconf
420    - Add suggestion on gnome-power-manager, gnome-orca, gok, and gnome-mag
421    - (LP: #400901)
422
423 -- Cody A.W. somerville <cody-somerville@ubuntu.com>  Tue, 21 Jul 2009 21:28:30 +0200
424
425gdm (2.27.4-0ubuntu3) karmic; urgency=low
426
427  * 06_run_xsession.d.patch: Define $OPTIONFILE, so that the
428    75dbus_dbus-launch Xsession.d script properly runs the session under
429    dbus-launch. (LP: #402161)
430
431 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 21 Jul 2009 14:31:02 +0200
432
433gdm (2.27.4-0ubuntu2) karmic; urgency=low
434
435  * debian/control: Fix typo in Conflicts
436
437 -- Didier Roche <didrocks@ubuntu.com>  Mon, 20 Jul 2009 16:12:11 +0200
438
439gdm (2.27.4-0ubuntu1) karmic; urgency=low
440
441  * New upstream release:
442    - Favor XFree86 Xinerama over Solaris Xinerama on Solaris
443    - Make greeter a well behaved session client
444    - XDMCP fixes
445    - Fix up btmp record handling
446    - Handle locales with modifiers better
447    - Use better logic with keyboard layout handling
448    - Change example PAM file/documentation to demonstrate password-less login
449    - Handle usernames from non-utf8 locales
450    - Allow dbus introspection for gdm services
451    - Show more details authentication error messages in UI
452    - Allow uppercase and lowercase booleans in config file
453    - Be more consistent with booleans in schemas
454    - Use g_timeout_add_seconds to reduce wakeups
455    - Make greeter window more clear when user list is disabled
456    - Put greeter login window in same ctrl-alt-tab menu as panel
457    - Port greeter to PolicyKit 1.0
458    - Shave off 1/2 second delay when bringing up greeter
459    - OS X portability fixes
460    - Look for locales in /usr/lib/locale instead of /usr/share/locale
461    - Better handling when two users have the same name
462  * Drop 01_xrdb_nocpp.patch, applied upstream.
463  * debian/control:
464    - use conflicts on the buggy libxklavier version to avoid race upgrade
465      leading to a gdm greeter crash
466
467 -- Sebastien Bacher <seb128@ubuntu.com>  Mon, 20 Jul 2009 15:20:37 +0200
468
469gdm (2.26.1git20090717-0ubuntu2) karmic; urgency=low
470
471  * Add 06_run_xsession.d.patch: Run /etc/X11/Xsession.d/. (LP: #401201)
472  * Add debian/watch.
473  * Add 01_default_keyboard_layout_hal.patch: Get default keyboard layout from
474    hal. Patch taken from Fedora. (LP: #395103) Add libhal-dev build
475    dependency.
476  * Add 99_autoreconf.patch to pick up above change.
477
478 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 20 Jul 2009 13:20:46 +0200
479
480gdm (2.26.1git20090717-0ubuntu1) karmic; urgency=low
481
482  * Update to latest upstream git head:
483    - Make greeter login window be a dock. Fixes metacity complaining about
484      session management. (LP: #395324)
485  * Drop patches which are fixed upstream:
486    - 00git-greeter-session-management.patch
487    - 00git-invalid-dmrc-layout.patch
488    - 00git-use-after-free.patch
489    - 00git-xklavier4.patch
490    - 02_dont_force_us_keyboard.patch
491    - 04_polkit1.patch
492  * 80_workaround_incorrect_directories.patch: Update to new upstream version.
493  * Drop 01_xconfigoptions.patch; these configure variables are not used any
494    more in the upstream code, and upstream supplies the X.org -br option by
495    default now. Also drop the corresponding configure changes from
496    17_update_default_xserver.patch.
497  * Apply 15_usplash.patch to debian/gdm.init and drop the patch.
498  * 17_update_default_xserver.patch: Update to new upstream version, add
499    corresponding configure change, add patch tag header, forward upstream,
500    and rename to 02_x_server_location.patch.
501  * Drop 99_autoreconf.patch. The only remaining build system change is the
502    previous item.
503  * Drop 20_xdm-stuff.patch, it's just cruft.
504  * Drop debian/Xsession, and change debian/rules to install the upstream one.
505  * 01_xrdb_nocpp.patch: Add patch tag header, forward upstream.
506  * Rename 80_workaround_incorrect_directories.patch to
507    04_fix_external_program_directories.patch and add patch tag header.
508  * Rename 81_initial_server_on_vt7.patch to 05_initial_server_on_vt7.patch.
509  * debian/rules: Remove /var/gdm (empty and nonstandard) and /var/run (will
510    be created at runtime), thanks lintian.
511  * debian/copyright: Point to versioned GPL, thanks lintian.
512  * debian/gdm.postrm: Use "set -e" to conform to policy.
513  * Add debian/xterm.desktop: Reintroduce "failsafe xterm" session.
514
515 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 17 Jul 2009 11:41:35 +0200
516
517gdm (2.26.1-0ubuntu7) karmic; urgency=low
518
519  * Rename 04_xklavier4.patch to 00git-xklavier4.patch.
520  * Add 04_polkit1.patch: Port to PolicyKit (which essentially means to rip
521    out all PolicyKit code, since the backend now talks to the authentication
522    agent itself).
523  * debian/control: Drop polkit build dependency.
524  * Add debian/patches/99_autoreconf.patch: Regenerate autotools files to pick
525    up 04_polkit1.patch changes.
526
527 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 13 Jul 2009 14:50:17 +0200
528
529gdm (2.26.1-0ubuntu6) karmic; urgency=low
530
531  * Add 00git-greeter-session-management.patch: Make the greeter a
532    well-behaved session client. Patch taken from upstream git head.
533  * Add 00git-use-after-free.patch: Fix crash in xdmcp chooser. Taken from
534    upstream git head.
535  * debian/control: Add libxklavier-dev build dependency, to get the
536    keyboard selector.
537  * Add 04_xklavier4.patch: Fix build with libxklavier 4.0. Taken from
538    upstream git head.
539  * Add 00git-invalid-dmrc-layout.patch: Correctly handle invalid xkb layout
540    from ~/.dmrc. Taken from upstream git head.
541
542 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 13 Jul 2009 11:17:44 +0200
543
544gdm (2.26.1-0ubuntu5) karmic; urgency=low
545
546  * debian/gdm.preinst: Remove obsolete conffiles.
547  * debian/gdm.preinst: Migrate autologin settings from gdm.conf (which isn't
548    read any more) to custom.conf. (LP: #396459)
549  * Add 81_initial_server_on_vt7.patch: Force initial X server to go to tty7
550    instead of tty1. This is an Ugly Hack until we have a cleaner solution for
551    getty not to tramp over a running X server on vt1. This bandaids the
552    immediate problem of the first X server being killed after a few minutes
553    due to getty on tty1 timing out. (LP: #396226)
554
555 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 09 Jul 2009 18:08:07 +0200
556
557gdm (2.26.1-0ubuntu4) karmic; urgency=low
558
559  * debian/gdm.preinst: Do not check for an existing custom.conf, since we
560    already ship it. Always let the gdm.conf-custom win, to actually migrate
561    settings.
562  * debian/control: Drop alternative dependencies for gnome-session, since gdm
563    itself now needs gnome-session. (LP: #396321).
564
565 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 07 Jul 2009 08:53:38 +0200
566
567gdm (2.26.1-0ubuntu3) karmic; urgency=low
568
569  * Add 03_hide_system_users.patch: Do not show system users in the "frequent
570    users" list. (LP: #395281)
571  * debian/rules: Call dh_installinit with --no-scripts, to avoid restarting
572    gdm (and killing your X session) during upgrade. The prerm/postinst
573    scripts already have code to reload gdm if appropriate. Unfortunately this
574    doesn't help to fix the upgrade from 0ubuntu2, its prerm already kills it.
575    (LP: #395302) This also fixes the "locks session and spawns a second X
576    server" issue on upgrades from Jaunty. (LP: #395313)
577  * Drop 16_correct_customconf_naming.patch: Upstream uses
578    and installs /etc/gdm/custom.conf, so gdm also needs to read this. Add
579    debian/gdm.preinst to migrate the old name to the new name on upgrades.
580    (LP: #395861)
581  * 02_dont_force_us_keyboard.patch: Don't return NULL in
582    get_default_layout(), but return an empty string and explicitly check this
583    when setting $GDM_KEYBOARD_LAYOUT. With NULL, gdm trips over an assertion
584    check. (LP: #395595)
585
586 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 06 Jul 2009 16:04:25 +0200
587
588gdm (2.26.1-0ubuntu2) karmic; urgency=low
589
590  * debian/control: Add Vcs-Bzr, package imported into bzr.
591  * Add 02_dont_force_us_keyboard.patch: Don't force GDM_KEYBOARD_LAYOUT=us if
592    gdm does not have an explicit setting (which it currently doesn't, since
593    there is not even an interface for changing the keyboard layout). Instead,
594    let the GNOME session default to the very same system default as gdm
595    itself. (LP: #395103)
596
597 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 03 Jul 2009 19:19:56 +0200
598
599gdm (2.26.1-0ubuntu1) karmic; urgency=low
600
601  * Upload the new gdm codebase to karmic, there is several known issues but
602    the new version need testing:
603    - there is no graphical configure tool yet
604    - gdm will not work correctly after upgrade until restart (restarting on
605      upgrade is not possible since it would close running xsession)
606    - the fast user switch applet ubuntu changes and the guest session
607      have not been updated yet
608
609 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 02 Jul 2009 16:24:43 +0200
610
611gdm (2.26.1-0ubuntu0.3) karmic; urgency=low
612
613  * debian/gdm.init: tweak previous change to not break default server
614
615 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 01 Jul 2009 09:55:39 +0200
616
617gdm (2.26.1-0ubuntu0.2) karmic; urgency=low
618
619  * debian/patches/17_update_default_xserver.patch:
620    - update xserver location
621  * debian/gdm.init: use the correct binary naming so restart is working
622
623 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 30 Jun 2009 23:23:17 +0200
624
625gdm (2.26.1-0ubuntu0.1) karmic; urgency=low
626
627  * New upstream version
628
629 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 04 Jun 2009 16:01:19 +0200
630
631gdm-new (2.25.2-0ubuntu0.2) jaunty; urgency=low
632
633  * debian/patches/16_correct_customconf_naming.patch:
634    - use correct gdm.conf-custom location so user config settings are read
635
636 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 03 Mar 2009 17:40:04 +0100
637
638gdm-new (2.25.2-0ubuntu0.1) intrepid; urgency=low
639
640  * New upstream version, the code is a rewrite so the packaging is new too
641
642 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 15 Jul 2008 14:16:47 +0100
643
Note: See TracBrowser for help on using the repository browser.