Tassos

lightdm (1.2.3-0ubuntu2.6) - CPU Bug

Mar 14th, 2015
513
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 49.38 KB | None | 0 0
  1. lightdm (1.2.3-0ubuntu2.6) precise; urgency=medium
  2.  
  3. * debian/patches/09_close_pipes.patch:
  4. - Close pipes correctly (LP: #11903441)
  5. * debian/patches/10_conf_section_name.patch:
  6. - Correct section name in default users.conf (LP: #1069218)
  7. * debian/patches/11_quit_timeout.patch:
  8. - Destroy quit timeout when a process object is destroyed - fixes a crash
  9. where a deleted Process object might be accessed after a timeout
  10. (LP: #1207935)
  11. * debian/patches/12_layout_no_x11.patch:
  12. - Handle not getting an X connection when attempting to get X layouts
  13. (LP: #1235915)
  14. * debian/patches/13_introspection_makefile.patch:
  15. - Fix introspection build with newer versions of g-ir-scanner
  16. * debian/patches/14_compile_warnings.patch:
  17. Fix compile warnings
  18.  
  19. -- Robert Ancell <[email protected]> Wed, 11 Mar 2015 14:18:45 +1300
  20.  
  21. lightdm (1.2.3-0ubuntu2.5) precise; urgency=medium
  22.  
  23. * debian/patches/08_chauthtok.patch:
  24. - Correctly invoke PAM to change authentication token (LP: #1270118)
  25.  
  26. -- Robert Ancell <[email protected]> Tue, 01 Apr 2014 16:03:51 +1300
  27.  
  28. lightdm (1.2.3-0ubuntu2.4) precise-proposed; urgency=low
  29.  
  30. [ Robert Ancell ]
  31. * debian/patches/06_config_directory.patch:
  32. - Backport conf.d configuration support (LP: #1190425)
  33.  
  34. [ Alberto Milone ]
  35. * debian/patches/07_add_display-stopped-script.patch:
  36. - Backport support for the display-stopped-script entry
  37. in the configuration file (LP: #1259237)
  38.  
  39. -- Alberto Milone <[email protected]> Wed, 18 Dec 2013 14:31:49 +0100
  40.  
  41. lightdm (1.2.3-0ubuntu2.3) precise; urgency=low
  42.  
  43. * debian/guest-account: disable screen locking in a more reliable way.
  44. Rather than trying to write a key for another user, while setting up the
  45. guest user account, just set up an autostart desktop that will set it
  46. during the login (lp: #951000)
  47.  
  48. -- Sebastien Bacher <[email protected]> Mon, 08 Jul 2013 13:47:53 +0200
  49.  
  50. lightdm (1.2.3-0ubuntu2.2) precise-proposed; urgency=low
  51.  
  52. * debian/patches/05_lp577919-fix-chromium-launch.patch: allow launch of
  53. chromium-browser from guest session. (LP: #577919)
  54. * debian/lightdm.postinst: reload apparmor profile on upgrade
  55.  
  56. -- Jamie Strandboge <[email protected]> Tue, 11 Jun 2013 11:11:42 -0500
  57.  
  58. lightdm (1.2.3-0ubuntu2.1) precise-proposed; urgency=low
  59.  
  60. * lightdm.upstart: Add a start condition on plymouth-ready, and
  61. drop conditions already handled by plymouth-splash (LP: #982889).
  62. * control: Depend on the new plymouth version that provides plymouth-ready.
  63.  
  64. -- Timo Aaltonen <[email protected]> Fri, 03 May 2013 11:30:33 +0300
  65.  
  66. lightdm (1.2.3-0ubuntu2) precise-proposed; urgency=low
  67.  
  68. [ Steve Langasek ]
  69. * Update pam configs to call pam_env last and use user_readenv=1
  70. explicitly, so that ~/.pam_environment can always be read even when
  71. home directories are encrypted with ecryptfs. LP: #952185.
  72.  
  73. -- Gunnar Hjalmarsson <[email protected]> Wed, 11 Mar 2013 23:35:00 -0700
  74.  
  75. lightdm (1.2.3-0ubuntu1) precise-proposed; urgency=low
  76.  
  77. * New upstream release:
  78. - Correctly implement and test autologin timeouts (LP: #902852)
  79. - Move from QString::fromLocal8Bit to QString::fromUtf8 when converting from
  80. gchar
  81. - Support multiple simultaneous PAM prompts (LP: #972537)
  82. - Write utmp records for sessions
  83. - Add missing regression test script
  84. * debian/liblightdm-gobject-1-0.symbols:
  85. - Updated
  86. * debian/patches/05_utmp.patch:
  87. - Applied upstream
  88.  
  89. -- Robert Ancell <[email protected]> Wed, 21 Nov 2012 15:43:29 +1300
  90.  
  91. lightdm (1.2.1-0ubuntu1.1) precise-proposed; urgency=low
  92.  
  93. * debian/patches/05_utmp.patch:
  94. - Add utmp support (LP: #870297)
  95.  
  96. -- Robert Ancell <[email protected]> Tue, 17 Jul 2012 18:46:29 +1200
  97.  
  98. lightdm (1.2.1-0ubuntu1) precise-proposed; urgency=low
  99.  
  100. * New upstream release:
  101. - Fix wrapper path in AppArmor profile (broken since 1.1.1)
  102. - Add show-manual-login and allow-guest options to lightdm-set-defaults
  103.  
  104. -- Robert Ancell <[email protected]> Wed, 18 Apr 2012 18:37:47 +1000
  105.  
  106. lightdm (1.2.0-0ubuntu2) precise; urgency=low
  107.  
  108. * Fix wrapper path in AppArmor profile. This got broken in 1.1.1. Patch also
  109. committed upstream, and cherry-picked (r1487) (LP: #975901)
  110.  
  111. -- Martin Pitt <[email protected]> Tue, 10 Apr 2012 11:06:03 +0200
  112.  
  113. lightdm (1.2.0-0ubuntu1) precise; urgency=low
  114.  
  115. * New upstream release.
  116. - Backup .xsession-errors on login (LP: #951597)
  117. - Handle failures in pam_setcred
  118. - Open log files in append mode (LP: #951597)
  119. - Add extra checks in liblightdm so that it doesn't send invalid messages
  120. to the daemon (LP: #969023)
  121. - Fix gdmflexiserver not being added to the path (broken since 1.1.4)
  122. (LP: #953554)
  123. - Fix PAM conversations after authentication from locking up sessions
  124. (LP: #956848)
  125. - Fix PAM informational messages locking up autologin
  126. - Change XDMCP manage timeout from 10ms to 126s (maximum specified in the
  127. XDMCP specification)
  128. - Fix greeter-show-guest example (LP: #972711)
  129.  
  130. -- Robert Ancell <[email protected]> Thu, 05 Apr 2012 17:26:50 +1000
  131.  
  132. lightdm (1.1.9-0ubuntu2) precise; urgency=low
  133.  
  134. * debian/lightdm-session:
  135. - include some Xsession macros used by Xsession.d scripts (lp: #900221)
  136.  
  137. -- Sebastien Bacher <[email protected]> Thu, 29 Mar 2012 12:52:34 +0200
  138.  
  139. lightdm (1.1.9-0ubuntu1) precise; urgency=low
  140.  
  141. [ Gunnar Hjalmarsson ]
  142. * debian/guest-account: Add trailing '/' to the line
  143. "gs_skel=/etc/guest-session/skel" (LP: #956152).
  144.  
  145. [ Robert Ancell ]
  146. * New upstream release:
  147. * Add --show-users/--hide-users to lightdm-set-defaults
  148. * Call initgroups before pam_setcred - this allows pam_setcred to change
  149. group membership correctly (LP: #880104)
  150.  
  151. -- Robert Ancell <[email protected]> Thu, 22 Mar 2012 16:48:59 +1100
  152.  
  153. lightdm (1.1.8-0ubuntu1) precise; urgency=low
  154.  
  155. * New upstream release:
  156. - Handle PAM interactions that have more than one message in one callback
  157. (LP: #951460)
  158.  
  159. -- Robert Ancell <[email protected]> Thu, 15 Mar 2012 12:57:30 +1100
  160.  
  161. lightdm (1.1.7-0ubuntu2) precise; urgency=low
  162.  
  163. * debian/guest-account: Fix arbitrary file deletion in removal of guest
  164. files in /tmp. Use find/xargs with 0 separators instead of spaces.
  165. (LP: #953044, CVE-2012-0943)
  166.  
  167. -- Martin Pitt <[email protected]> Tue, 13 Mar 2012 14:53:10 +0100
  168.  
  169. lightdm (1.1.7-0ubuntu1) precise; urgency=low
  170.  
  171. * New upstream release.
  172.  
  173. -- Robert Ancell <[email protected]> Fri, 09 Mar 2012 15:28:40 +1100
  174.  
  175. lightdm (1.1.6-0ubuntu1) precise; urgency=low
  176.  
  177. * Upload the new version to Ubuntu
  178. * Reshuffle a bit the vcs to use merge upstream correctly
  179.  
  180. [ Robert Ancell ]
  181. * New upstream release:
  182. - Fix session wrapper working the same as it did in 1.1.3 (lp: #944736)
  183. - Stop file descriptors leaking into the session processes (lp: #927060)
  184.  
  185. [ Martin Pitt ]
  186. * debian/control: Fix liblightdm-gobject-1-doc architecture to "all".
  187.  
  188. -- Sebastien Bacher <[email protected]> Tue, 06 Mar 2012 13:45:29 +0100
  189.  
  190. lightdm (1.1.4.is.1.1.3-0ubuntu3) precise; urgency=low
  191.  
  192. * debian/lightdm.postinst: Drop the disable-while-typing gsettings call
  193. again. The Unity greeter already disables the mouse plugin these days, and
  194. other known greeters do not use g-s-d.
  195. * debian/lightdm.dirs: Really add /etc/X11/, revision 1077 did not actually
  196. do it. (LP: #921169)
  197.  
  198. -- Martin Pitt <[email protected]> Mon, 05 Mar 2012 13:10:46 +0100
  199.  
  200. lightdm (1.1.4.is.1.1.3-0ubuntu2) precise; urgency=low
  201.  
  202. [ Matt Fischer ]
  203. * debian/lightdm.dirs:
  204. - Add /etc/X11/ so lightdm.postinst doesn't fail on systems without X
  205. installed (LP: #921169)
  206.  
  207. [ Martin Pitt ]
  208. * debian/lightdm.postinst: Disable disable-while-typing touchpad setting for
  209. GNOME; we do not really need this feature in lightdm, and multiple
  210. syndaemon instances cause the touchpad to stop working sometimes. Add
  211. libglib2.0-bin dependency for this. (LP: #868400)
  212.  
  213. -- Martin Pitt <[email protected]> Mon, 05 Mar 2012 12:36:04 +0100
  214.  
  215. lightdm (1.1.4.is.1.1.3-0ubuntu1) precise; urgency=low
  216.  
  217. * Revert to 1.1.3 until we can figure out proper solution to bug 944736
  218.  
  219. -- Michael Terry <[email protected]> Fri, 02 Mar 2012 15:03:26 -0500
  220.  
  221. lightdm (1.1.4-0ubuntu1) precise; urgency=low
  222.  
  223. * New upstream release.
  224. - Change session directory once user permissions are set so it works
  225. on NFS filesystems that don't allow root to access files. (LP: #877766)
  226. - Restructure session code so the PAM authentication is run in its
  227. own process. (LP: #881466)
  228. - Set PAM_XDISPLAY and PAM_XAUTHDATA pam items (LP: #862559)
  229. - Don't send session stdout to .xsession-errors
  230. - Fix Qt bindings crash when removing a user
  231.  
  232. -- Robert Ancell <[email protected]> Thu, 01 Mar 2012 20:54:07 +1100
  233.  
  234. lightdm (1.1.3-0ubuntu1) precise; urgency=low
  235.  
  236. * New upstream release:
  237. - Actually return the system default keyboard layout, not just 'us'
  238. - Add keyboard layout variants to list of keyboard layouts
  239. - Check accountsservice as well as .dmrc for users' layouts
  240. - Add lightdm_user_get_layouts() to query the configured list of layouts
  241. on a per-user basis
  242. - Add Lock D-Bus method that locks the seat and provides a hint to the
  243. greeter to be in lock mode.
  244. - Automatically lock sessions when switching away from them
  245. - Add a has-messages property to liblightdm
  246. - Add regression tests for PAM modules changing usernames
  247. - Don't use g_key_file_unref, it requires glib 2.32
  248.  
  249. -- Robert Ancell <[email protected]> Wed, 15 Feb 2012 20:15:08 +1100
  250.  
  251. lightdm (1.1.2-0ubuntu3) precise; urgency=low
  252.  
  253. * debian/patches/05_keyboard_indicator.patch:
  254. - Backported patch from trunk to fix various keyboard layout issues
  255. preventing greeter keyboard indicators from working.
  256. LP: #919199, LP: #919200, LP: #915468
  257.  
  258. -- Michael Terry <[email protected]> Sun, 12 Feb 2012 19:37:51 -0500
  259.  
  260. lightdm (1.1.2-0ubuntu2) precise; urgency=low
  261.  
  262. * Redo the previous update using merge-upstream in the package vcs so the
  263. new version is not reverted in the diff.gz...
  264. * 00upstream_set-defaults_autologin_support.patch:
  265. - dropped, the fix is in the new version
  266.  
  267. -- Sebastien Bacher <[email protected]> Sun, 12 Feb 2012 13:01:15 +0100
  268.  
  269. lightdm (1.1.2-0ubuntu1) precise; urgency=low
  270.  
  271. * New upstream release:
  272. - Add regression tests for getting the user language and layout
  273. - Stop accidentally distributing libsystem
  274. - Fix introspection bindings not containing any methods (LP: #920810)
  275. - lightdm-set-defaults can now set the autologin user
  276. - Add Python greeter regression tests (representative of all introspection
  277. based greeters)
  278. - Wait for the VT to become active when switching to avoid a suspected
  279. race condition somewhere between LightDM, X, ConsoleKit and the kernel.
  280. (LP: #851612)
  281. - Stop lightdm_greeter_start_session_sync() blocking on success.
  282. * debian/lightdm.prerm:
  283. - Fix incorrect location of lightdm binary (found by Rolf Anders)
  284.  
  285. -- Robert Ancell <[email protected]> Fri, 10 Feb 2012 17:32:47 +1100
  286.  
  287. lightdm (1.1.1-0ubuntu4) precise; urgency=low
  288.  
  289. * Add 00upstream_set-defaults_autologin_support.patch: Add support for
  290. setting autologin-user in lightdm-set-defaults. Committed to and
  291. backported from trunk.
  292. * debian/lightdm.postinst: Migrate autologin configuration from gdm on first
  293. installation. (LP: #854431)
  294.  
  295. -- Martin Pitt <[email protected]> Mon, 30 Jan 2012 08:25:03 +0100
  296.  
  297. lightdm (1.1.1-0ubuntu3) precise; urgency=low
  298.  
  299. [ Aurélien Gâteau ]
  300. * debian/control, liblightdm-qt*.install:
  301. - Rename liblightdm-qt packages to match upstream changes
  302. - Conflicts, Replaces with the buggy version
  303.  
  304. -- Sebastien Bacher <[email protected]> Thu, 19 Jan 2012 11:34:41 +0100
  305.  
  306. lightdm (1.1.1-0ubuntu2) precise; urgency=low
  307.  
  308. * debian/patches/04_language_options.patch:
  309. - Replace 'locale -a' output with accountsservice's list of
  310. language options (LP: #918225).
  311.  
  312. -- Gunnar Hjalmarsson <[email protected]> Wed, 18 Jan 2012 16:10:29 +0100
  313.  
  314. lightdm (1.1.1-0ubuntu1) precise; urgency=low
  315.  
  316. * New upstream release:
  317. * Support PAM requesting a change of password (lp: #911597)
  318. * Support for reading users' backgrounds from Accounts Service
  319. (lp: #844081)
  320. * Switching to a user without a password bypasses the greeter
  321. (lp: #861177)
  322. * Move the GTK+ and Qt greeters into their own projects
  323. * Drop the gtk and qt greeters packaging files from this source
  324. * debian/liblightdm-gobject-1-0.symbols:
  325. - list new lightdm_user_get_background symbol
  326. * debian/patches/04_CVE-2011-4105.patch,
  327. debian/patches/05_CVE-2011-3153.patch,
  328. debian/patches/09_show_lang_chooser_option.patch,
  329. debian/patches/10_available_languages.patch,
  330. debian/patches/11_set_language_in_accountsservice.patch:
  331. - dropped, those issues are fixed in the new version or apply to the
  332. gtk greeter which is moved to its own source
  333. * debian/rules:
  334. - install lightdm-set-defaults back to its previous location
  335.  
  336. -- Sebastien Bacher <[email protected]> Wed, 18 Jan 2012 11:10:03 +0100
  337.  
  338. lightdm (1.0.6-0ubuntu4) precise; urgency=low
  339.  
  340. [ Gunnar Hjalmarsson ]
  341. * debian/lightdm-gtk-greeter-ubuntu.conf and
  342. debian/patches/09_show_lang_chooser_option.patch:
  343. - Disclose the option to enable the language chooser.
  344. * debian/patches/10_available_languages.patch:
  345. - If available, show a list of installed translations in the
  346. language chooser instead of a 'locale -a' list (LP: #868346).
  347. - Use nl_langinfo() to get language and country names for the
  348. language chooser labels.
  349. - Translate language and country names.
  350. - Handle @variants properly.
  351. * debian/patches/11_set_language_in_accountsservice.patch:
  352. - Save item that is selected from the language chooser also when
  353. AccountsService is in use (LP: #868346).
  354.  
  355. -- Robert Ancell <[email protected]> Tue, 22 Nov 2011 12:41:43 +1100
  356.  
  357. lightdm (1.0.6-0ubuntu3) precise; urgency=low
  358.  
  359. * SECURITY UPDATE: file contents disclosure via hard link
  360. - debian/patches/04_CVE-2011-4105.patch: make sure file isn't a symlink
  361. or a hard link before doing the chown on it.
  362. - CVE-2011-4105
  363. * SECURITY UPDATE: file contents disclosure via links (LP: #883865)
  364. - debian/patches/05_CVE-2011-3153.patch: drop privileges before
  365. accessing file.
  366. - CVE-2011-3153
  367.  
  368. -- Marc Deslauriers <[email protected]> Tue, 15 Nov 2011 14:23:53 -0500
  369.  
  370. lightdm (1.0.6-0ubuntu2) precise; urgency=low
  371.  
  372. * Upload to precise.
  373.  
  374. -- Martin Pitt <[email protected]> Thu, 10 Nov 2011 07:19:12 +0100
  375.  
  376. lightdm (1.0.6-0ubuntu1) oneiric-proposed; urgency=low
  377.  
  378. [ Martin Pitt ]
  379. * debian/lightdm.upstart: Put back check for "text" in kernel command line,
  380. for inhibiting automatic lightdm start. Check $JOB to still allow a manual
  381. "start lightdm" command to work. (LP: #873334)
  382.  
  383. [ Robert Ancell ]
  384. * New upstream release:
  385. - Use lchown for correcting ownership of ~/.Xauthority instead of chown
  386.  
  387. -- Robert Ancell <[email protected]> Wed, 02 Nov 2011 11:37:43 -0400
  388.  
  389. lightdm (1.0.5-0ubuntu1) oneiric-proposed; urgency=low
  390.  
  391. * New upstream release.
  392. [1.0.5]
  393. - Relax AppArmor guest profile to allow compiz to start
  394. - Connect up VNC settings for width, height, depth
  395. [1.0.4]
  396. - Fix --enable-gtk-greeter=yes not working
  397. - Fix X sessions with arguments in Exec not working
  398. - Use previous session for automatic login or if greeter does not request
  399. one. (LP: #834515)
  400. - Correct ownership of ~/.Xauthority if upgrading from buggy version of
  401. LightDM that had it root owned. (LP: #871667)
  402. - Set default resolution of VNC to 1024x768, add settings for width, height,
  403. depth into lightdm.conf.
  404. - AppArmor profile: Fix broken gnome-keyring and dbus/gwibber, and quiesce
  405. annoying kernel audit messages for privileges that we definitively do not
  406. want to grant. (LP: #877736) (LP: #874635)
  407. - Set LOGNAME environment variable (LP: #875705)
  408. - Mark strings as translatable in GTK greeter (LP: #868613)
  409. [ 1.0.3]
  410. - Fix reference counting issue in ConsoleKit code
  411. - Really add the lightdm-guest-session-wrapper
  412. [ 1.0.2 ]
  413. - Fix daemon from blocking if Accounts Service does not exist
  414. - Fix greeter log file not being written
  415. - Don't set LANG environment variable if using Accounts Service.
  416. - Fix gdmflexiserver not working due to it not being in PATH
  417. - Don't authenticate the greeter user
  418. - Allow greeters to be disabled in configure flags
  419. - Fix over allocation of read buffer in greeter protocol
  420. - Make sure objects are cleaned up on exit
  421. - Fix minor memory leaks
  422. - Fix hugely oversized allocation in greeter buffer. Can trigger
  423. crashes when entering very long passwords.
  424. * debian/patches/00bzr_guest_session_wrapper.diff:
  425. * debian/patches/07_long_password_crash.patch:
  426. * debian/patches/08_correct_ck_ref.patch:
  427. - Applied upstream
  428. * New upstream release.
  429.  
  430. -- Robert Ancell <[email protected]> Wed, 26 Oct 2011 12:45:17 -0400
  431.  
  432. lightdm (1.0.1-0ubuntu6) oneiric; urgency=low
  433.  
  434. * debian/patches/08_correct_ck_ref.patch:
  435. - backported fix from Mikkel Kamstrup Erlandsen for a refcounting issue
  436. which leads to sessions where unity can't start (lp: #851345)
  437.  
  438. -- Sebastien Bacher <[email protected]> Fri, 07 Oct 2011 13:57:44 +0200
  439.  
  440. lightdm (1.0.1-0ubuntu5) oneiric; urgency=low
  441.  
  442. * Add debian/patches/00bzr_guest_session_wrapper.diff: Add back the guest
  443. session wrapper part that was uploaded in 1.0.0-0ubuntu4. The patch was
  444. correctly merged into trunk, but the 1.0 branch backport missed this
  445. wrapper part and thus broke AppArmor protection entirely. (LP: #849027)
  446.  
  447. -- Martin Pitt <[email protected]> Fri, 07 Oct 2011 11:47:36 +0200
  448.  
  449. lightdm (1.0.1-0ubuntu4) oneiric; urgency=low
  450.  
  451. * debian/patches/04_language_not_to_LANG.patch:
  452. * debian/patches/04_dmrc_set_LANG_only.patch:
  453. - Replace LANG disabling code with proper fix (LP: #868149)
  454. * debian/patches/03_launch_dbus.patch:
  455. * debian/patches/05_gdmflexiserver_not_in_PATH.patch:
  456. - Refreshed
  457. * debian/patches/06_accounts_service_timeout.patch:
  458. - Fix D-Bus timeout when accounts service not installed (LP: #866035)
  459. * debian/patches/07_long_password_crash.patch:
  460. - Fix crash with long passwords (LP: #817186)
  461.  
  462. -- Robert Ancell <[email protected]> Thu, 06 Oct 2011 15:45:21 +1100
  463.  
  464. lightdm (1.0.1-0ubuntu3) oneiric; urgency=low
  465.  
  466. * debian/patches/05_gdmflexiserver_not_in_PATH.patch:
  467. - Make sure to insert our own utility path into PATH after PAM
  468. sets PATH, not before. This ensures gdmflexiserver is present
  469. in PATH and can be found by gnome-screensaver, gnome-shell, etc.
  470.  
  471. -- Michael Terry <[email protected]> Wed, 05 Oct 2011 09:05:31 -0400
  472.  
  473. lightdm (1.0.1-0ubuntu2) oneiric; urgency=low
  474.  
  475. * debian/patches/04_language_not_to_LANG.patch:
  476. Locale names based on AccountsService's "Language" key may not
  477. go to $LANG, as that property is a language name, not a locale.
  478. (LP: #864618).
  479.  
  480. -- Gunnar Hjalmarsson <[email protected]> Wed, 05 Oct 2011 09:49:15 +0200
  481.  
  482. lightdm (1.0.1-0ubuntu1) oneiric; urgency=low
  483.  
  484. * New upstream release:
  485. - GTK greeter now remembers last user
  486. - GTK greeter now initializes i18n (LP: #862427)
  487. - Start authentication for automatically selected user in GTK greeter
  488. - Link liblightdm-qt against QtGui
  489. - Fix liblightdm-qt crashing when face images are installed (LP: #850095)
  490. - Set correct permissions on session log files (LP: #863119)
  491. - Prefer a locale with a codeset over one without for setting LANG
  492. (LP: #864618)
  493. - Introduce a lightdm-guest-session-wrapper session command which MAC
  494. systems like AppArmor and SELinux can use for attaching a restrictive
  495. policy to guest sessions.
  496. - Provide an AppArmor profile for guest session lockdown.
  497. * debian/patches/01_guest_session_lockdown.patch:
  498. - Applied upstream
  499.  
  500. -- Robert Ancell <[email protected]> Tue, 04 Oct 2011 19:58:25 +1100
  501.  
  502. lightdm (1.0.0-0ubuntu4) oneiric; urgency=low
  503.  
  504. * Add 01_guest_session_lockdown.patch: Lock down guest session with an
  505. AppArmor profile. This uses the very same approach as gdm-guest-session,
  506. and copies the profile from it. (LP: #849027)
  507. * 03_launch_dbus.patch: Refresh.
  508. * debian/lightdm.install: Install AppArmor profile.
  509.  
  510. -- Martin Pitt <[email protected]> Fri, 30 Sep 2011 17:30:56 +0200
  511.  
  512. lightdm (1.0.0-0ubuntu3) oneiric; urgency=low
  513.  
  514. * debian/patches/03_launch_dbus.patch:
  515. - Fix patch applying in the wrong place
  516.  
  517. -- Robert Ancell <[email protected]> Thu, 29 Sep 2011 16:08:20 +1000
  518.  
  519. lightdm (1.0.0-0ubuntu2) oneiric; urgency=low
  520.  
  521. * debian/lightdm-gtk-greeter.postinst,
  522. debian/lightdm-gtk-greeter.postrm,
  523. debian/lightdm-gtk-greeter.preinst:
  524. - move the gtk-greeter conffile starting from 1.0.0-0ubuntu1 and not
  525. 0.9.7-0ubuntu1 (the patch using 0.9.7-0ubuntu1 as a reference has
  526. been integrated in 1.0.0-0ubuntu1 without being updated even if
  527. 0.9.7-0ubuntu2 was already released). Ensure we do it now (LP: #861316)
  528.  
  529. -- Didier Roche <[email protected]> Wed, 28 Sep 2011 13:40:40 +0200
  530.  
  531. lightdm (1.0.0-0ubuntu1) oneiric; urgency=low
  532.  
  533. [ Steve Langasek ]
  534. * don't start on graphics-device-added; reintroducing this reverted the fix
  535. for bug #615549 from maverick without explanation.
  536. * clean up the completely illegible start rule for debian/lightdm.upstart,
  537. killing off the unnecessary parentheses
  538. * debian/lightdm.upstart: when lightdm is shut down by a runlevel call,
  539. emit an upstart event that can be caught by plymouth so it can
  540. distinguish between the DM shutting down for a runlevel change vs. other
  541. causes. LP: #854329.
  542.  
  543. [ Robert Ancell ]
  544. * New upstream release.
  545. [ 0.9.8 ]
  546. - GetSeatForCookie and GetSessionForCookie are now deprecated. They
  547. remain for now but use the XDG_SEAT_PATH and XDG_SESSION_PATH
  548. environment variables instead.
  549. - Change log filenames to be unique across different display types.
  550. - Fix up script hooks, add regression tests for them
  551. - Complete removal of X code from the core of LightDM, so it can better
  552. support various display types
  553. - Add ability to set the language of a user from the greeter (LP: #803858)
  554. - Set LANG variable based on the user language
  555. - Add language selector into GTK greeter (disabled by default)
  556. - Allow TCP/IP connections if xserver-allow-tcp is true
  557. - Allow lightdm --version to be run as non-root
  558. - Automatically respond to PAM messages without prompts (LP: #783598)
  559. - Create 'AddLocalXSeat' D-Bus method, and require root to use 'AddSeat'
  560. - Fix multi-seat configuration picking the same display number (LP: #851362)
  561. - Use correct D-Bus and power interface in liblightdm-qt (LP: #852803)
  562. - Run pam_setcred inside the session process so pam_group works
  563. (LP: #851347)
  564. - Make sure one session is always selected in the GTK greeter (LP: #819177)
  565. [ 1.0.0 ]
  566. - Explicitly grab keyboard focus in GTK greeter
  567. - Fix removed power and a11y menu items in GTK greeter
  568. - Put system binary directory into path when running in test mode
  569. (LP: #860003)
  570. - Call pam_getenvlist after pam_setcred
  571.  
  572. [ Lionel Le Folgoc ]
  573. * Make the gtk greeter easily themable by derivatives: (LP: #845549)
  574. - rename lightdm-gtk-greeter.conf to lightdm-gtk-greeter-ubuntu.conf,
  575. and handle the move in maintainer scripts.
  576. - manage /etc/lightdm/lightdm-gtk-greeter.conf with update-alternatives,
  577. by default it uses /etc/lightdm/lightdm-gtk-greeter-ubuntu.conf with a
  578. very low priority.
  579. * debian/control: lightdm-gtk-greeter provides lightdm-gtk-greeter-config.
  580.  
  581. -- Robert Ancell <[email protected]> Wed, 28 Sep 2011 16:00:20 +1000
  582.  
  583. lightdm (0.9.7-0ubuntu2) oneiric; urgency=low
  584.  
  585. * don't start on graphics-device-added; reintroducing this reverted the fix
  586. for bug #615549 from maverick without explanation.
  587. * clean up the completely illegible start rule for debian/lightdm.upstart,
  588. killing off the unnecessary parentheses
  589. * debian/lightdm.upstart: when lightdm is shut down by a runlevel call,
  590. emit an upstart event that can be caught by plymouth so it can
  591. distinguish between the DM shutting down for a runlevel change vs.
  592. other causes. LP: #854329.
  593.  
  594. -- Steve Langasek <[email protected]> Sun, 25 Sep 2011 22:22:38 -0700
  595.  
  596. lightdm (0.9.7-0ubuntu1) oneiric; urgency=low
  597.  
  598. * New upstream release.
  599. - Set PAM_TTY to the display name, not the tty device (LP: #851055)
  600.  
  601. -- Robert Ancell <[email protected]> Fri, 16 Sep 2011 09:39:22 +1000
  602.  
  603. lightdm (0.9.6-0ubuntu1) oneiric; urgency=low
  604.  
  605. * New upstream release:
  606. - Only unlock displays if switched to from greeter
  607. - Make log file not system readable
  608. - Write ~/.Xauthority inside the session process so it cannot be hijacked
  609. - Set PAM_TTY and PAM_XDISPLAY when opening PAM session
  610. - Add VNC server support
  611. - Do not write ~/.dmrc and ~/.Xauthority as root. [CVE-2011-3349]
  612. * debian/patches/00upstream_unlock_fix.patch:
  613. * debian/patches/04_dont_write_files_as_root.patch:
  614. - Applied upstream
  615.  
  616. -- Robert Ancell <[email protected]> Thu, 15 Sep 2011 17:32:25 +1000
  617.  
  618. lightdm (0.9.5-0ubuntu2) oneiric; urgency=low
  619.  
  620. * debian/lightdm.config: When installing from scratch as part of a release
  621. upgrade, default to lightdm, otherwise ask. (LP: #806559)
  622. * Add 04_dont_write_files_as_root.patch: Do not write ~/.dmrc and
  623. ~/.Xauthority as root. [CVE-2011-3349]
  624. * Add 00upstream_unlock_fix.patch: Only unlock displays if switched to from
  625. greeter. Cherrypicked from upstream r1137. (LP: #844274)
  626.  
  627. -- Martin Pitt <[email protected]> Thu, 15 Sep 2011 08:52:24 +0200
  628.  
  629. lightdm (0.9.5-0ubuntu1) oneiric; urgency=low
  630.  
  631. [ Steve Langasek ]
  632. * Update upstart job to use current start condition lifted from gdm,
  633. and to check runlevels instead of /proc/cmdline so it's possible to
  634. start lightdm after switching out of recovery mode. LP: #803513.
  635.  
  636. [ Didier Roche ]
  637. * debian/patches/01_transition_gnome_ubuntu_desktop.patch:
  638. natty-oneiric session name upgrade:
  639. - transition from unity-2d -> ubuntu-2d
  640. - transition from gnome-2d -> gnome-fallback
  641.  
  642. [ Robert Ancell ]
  643. * New upstream release:
  644. [0.9.5]
  645. - Use accounts service in the daemon if it is available
  646. - Correctly load seat type in multi seat configuration
  647. - Add display-setup, session-setup and session-cleanup scripting hooks
  648. - Fix cancel button in GTK greeter (LP: #819240)
  649. - Fix line through GTK greeter menu items
  650. - Exit daemon if a seat fails which has exit-on-failure set to true
  651. - Add HasGuestAccount property to seat D-Bus interface (LP: #835084)
  652. - Fix XDMCP authorization
  653. - Update man file
  654. - Emit upstart events (LP: #715094)
  655. [0.9.4]
  656. - lightdm-set-defaults enables tweaking the default session and chosen
  657. greeter for lightdm. This is useful for derivatives waiting to not ship
  658. the whole configuration file of lightdm
  659. - Fix crash in GTK+ greeter when a user is added
  660. - Move xsessions-directory and xgreeters-directory from [SeatDefaults] to
  661. [LightDM]. This is a configuration break, but making it on the assumption
  662. that these settings are not likely to have been overridden.
  663. - Fix fallback from org.freedesktop.Accounts to passwd format
  664. - Fix duplicate user entries being shown when using passwd file
  665. - Add AddSeat D-Bus method for adding dynamic seats
  666. - Added a dm-tool program that allows user switching and adding seats
  667. - Allow remote X servers, e.g. launched using dm-tool add-nested-seat
  668. - Fix bug where sessions were started when the greeter quit and the user
  669. hadn't been authorized.
  670. - Fix bug where sessions used the seat bus name
  671. - Don't allow autologin-username to be set to empty
  672. - Fix bug where PAM session was not opened before writing to home directory
  673. - Fix crash when failing to write X authority
  674.  
  675. -- Robert Ancell <[email protected]> Wed, 07 Sep 2011 16:09:53 +1000
  676.  
  677. lightdm (0.9.3-0ubuntu8) oneiric; urgency=low
  678.  
  679. * debian/patches/series:
  680. - Add patch from last commit to actually apply. Ahem.
  681. * debian/rules:
  682. - Make greeter wrapper executable
  683.  
  684. -- Michael Terry <[email protected]> Thu, 25 Aug 2011 16:20:00 -0400
  685.  
  686. lightdm (0.9.3-0ubuntu7) oneiric; urgency=low
  687.  
  688. * debian/install, debian/lightdm-greeter-session,
  689. debian/patches/03_launch_dbus.patch:
  690. - Add patch and wrapper script to launch dbus for the greeter so that
  691. we can safely kill it when the greeter ends.
  692.  
  693. -- Michael Terry <[email protected]> Wed, 24 Aug 2011 15:34:07 -0400
  694.  
  695. lightdm (0.9.3-0ubuntu6) oneiric; urgency=low
  696.  
  697. * Backport r1065 to use account service instead of .dmrc (lp: #823718),
  698. should fix the session not being correct remembered (lp: #818201)
  699.  
  700. -- Sebastien Bacher <[email protected]> Tue, 23 Aug 2011 16:21:59 +0200
  701.  
  702. lightdm (0.9.3-0ubuntu5) oneiric; urgency=low
  703.  
  704. * Backport potfiles.in fix from trunk
  705. * debian/lightdm.install: install dm-tool (seat management utility)
  706.  
  707. -- Sebastien Bacher <[email protected]> Thu, 18 Aug 2011 15:59:45 +0200
  708.  
  709. lightdm (0.9.3-0ubuntu4) oneiric; urgency=low
  710.  
  711. * Updated to current trunk, that's a candidate version version for the next
  712. update, it fixes those issues:
  713. - login doesn't work for ecryptfs users (lp: #823775, #824594)
  714. - "lightdm-gtk-greeter segfaults in get_user_iter when adding a new user"
  715. (lp: #822470)
  716. - fix fallback from org.freedesktop.Accounts to passwd format (lp: #817835)
  717. - empty autologin-user should not be passed to pam (lp: #817581)
  718. * debian/control.in:
  719. - build-depends on quilt, it's needed with source v1
  720. - don't build-depends on valac, vala is not used in the current version
  721. * debian/lightdm.install:
  722. - install the manpages as well
  723. * debian/lightdm.manpages:
  724. - dropped, it's installed by the upstream make install
  725. * debian/rules:
  726. - use the quilt rule
  727. * debian/source/format:
  728. - use source v1, it works better with vcs workflows
  729.  
  730. -- Sebastien Bacher <[email protected]> Thu, 18 Aug 2011 15:29:42 +0200
  731.  
  732. lightdm (0.9.3-0ubuntu3) oneiric; urgency=low
  733.  
  734. * debian/control: stop forcing the unity-greeter recommends (lp: #824299)
  735.  
  736. -- Sebastien Bacher <[email protected]> Thu, 11 Aug 2011 23:21:51 +0200
  737.  
  738. lightdm (0.9.3-0ubuntu2) oneiric; urgency=low
  739.  
  740. * Backport mterry's changes to the gdmflexiserver functionnality
  741. * debian/control: default to the unity greeter (lp: #809710)
  742. * debian/lightdm.install: install the new files
  743.  
  744. [ Didier Roche ]
  745. * Cherry-pick from upstream:
  746. - lightdm-set-defaults enables tweaking the default session and chosen
  747. greeter for lightdm. This is useful for derivatives waiting to not ship
  748. the whole configuration file of lightdm
  749. - refreshed translations
  750. * debian/rules:
  751. - set "ubuntu" as the default session (unable to login for people who don't
  752. have a .dmrc, sorry for the kittens…)
  753.  
  754. -- Sebastien Bacher <[email protected]> Wed, 10 Aug 2011 18:34:03 +0200
  755.  
  756. lightdm (0.9.3-0ubuntu1) oneiric; urgency=low
  757.  
  758. [ Sebastien Bacher ]
  759. * New upstream version
  760. * debian/control:
  761. - build-depends on dh-translations
  762. - build with the current vala
  763. - demote the greeter depends back to a recommend, lightdm can be use to
  764. connect to remote displays and doesn't need a local greeter
  765. - lightdm depends on dbus (lp: #822824)
  766. - liblightdm-gobject recommends accountsservice (lp: #822863)
  767. * debian/liblightdm-gobject-1-0.symbols:
  768. - track library symbols
  769. * debian/lightdm.install:
  770. - ship the translations
  771. * debian/lightdm.preinst:
  772. - fix missing dh token
  773. * debian/rules:
  774. - reorder rules to work with new dh versions
  775. - stop the build if the liblightdm-gobject symbols are outdated
  776. - use dh-translations to generate the translations template
  777. * debian/source_lightdm.py:
  778. - get bug informations for apport, thanks Pedro Villavicencio (lp: #819954)
  779.  
  780. [ Didier Roche ]
  781. * debian/watch:
  782. - fix debian/watch to get lightdm
  783. * debian/patches/01_transition_gnome_ubuntu_desktop.patch:
  784. - transition so that gnome.desktop is now move to ubuntu.desktop as the main
  785. session. We need that for transitionning to the next step (post LTS) where
  786. gnome-shell.desktop will be renamed to gnome.desktop
  787.  
  788. -- Sebastien Bacher <[email protected]> Tue, 09 Aug 2011 18:21:07 +0200
  789.  
  790. lightdm (0.9.2-0ubuntu4) oneiric; urgency=low
  791.  
  792. * debian/control: depends on the greeters rather than recommends, seems some
  793. users still get no greeter after upgrade otherwise
  794.  
  795. -- Sebastien Bacher <[email protected]> Wed, 27 Jul 2011 19:10:47 +0200
  796.  
  797. lightdm (0.9.2-0ubuntu3) oneiric; urgency=low
  798.  
  799. * Fix lightdm to conflict liblightdm-gobject-0-0 and liblightdm-qt-0-0,
  800. so that old greeters are removed on upgrade
  801. - update debian/control
  802.  
  803. -- Chris Coulson <[email protected]> Tue, 26 Jul 2011 23:26:49 +0100
  804.  
  805. lightdm (0.9.2-0ubuntu2) oneiric; urgency=low
  806.  
  807. * debian/control:
  808. - recommends the preferred greeter before a virtual one
  809. - let the new gtk greeter provide the old example named one for easier
  810. upgrade
  811.  
  812. -- Sebastien Bacher <[email protected]> Tue, 26 Jul 2011 21:38:25 +0200
  813.  
  814. lightdm (0.9.2-0ubuntu1) oneiric; urgency=low
  815.  
  816. * New upstream release
  817. [0.9.0]
  818. - Fix invalid XAUTHORITY variable being set for second X server.
  819. - Fix bug where switching users created X servers without VTs
  820. - Release a VT when the X server on it stops
  821. - Greeters are now just standard X sessions that are stored in
  822. /usr/share/xgreeters.
  823. - Drop most of the configure options, they aren't necessary
  824. - Config changes:
  825. - Major reorginisation of configuration to make it easier to configure and
  826. understand. Users should set [SeatDefaults] section with settings for
  827. all seats, and can override each setting in a per seat configuration.
  828. - Default seats are now specified using a [Seat:<name>] section. If no
  829. seats are specified then one is started. This can be overridden by
  830. setting start-default-seat=false in [LightDM].
  831. - Support setting autologin user to guest account
  832. - Split the user accounts configuration into /etc/lightdm/users.conf so
  833. the main config can be private.
  834. - The default user session is now "default". Distributions should put a
  835. symlink to their chosen default or set one in lightdm.conf.
  836. - XDMCP keys now stored in keys.conf
  837. - liblightdm API changes:
  838. - Both libraries are now version 1 and have API and ABI guarantees.
  839. - Face images are now local paths not URIs
  840. - liblightdm-gobject now uses lightdm_ prefix instead of ldm_
  841. - Non-greeter functions are now moved out of the Greeter class
  842. - connect_to_server() is now called connect_sync and blocks until
  843. completion.
  844. - start_session() is now called start_session_sync and blocks until
  845. completion. The quit signal is removed, and the greeter should quit if
  846. this method returns TRUE.
  847. - login() is now called authenticate()
  848. - Greeters now have hints instead of configuration (greeters should load
  849. their own configuration from /etc/lightdm if they need it).
  850. - liblightdm-gobject uses AccountsService if it is available
  851. - Added regression tests for liblightdm-qt
  852. - D-Bus API changes:
  853. - Expose Seats and Sessions on org.freedesktop.DisplayManager
  854. - Add a CanSwitch property
  855. - Rename ShowGreeter() to SwitchToGreeter()
  856. - Greeter changes:
  857. - Drop "example" from the name of the GTK+ and Qt greeters and make them
  858. official default greeters.
  859. - Use GTK3 for GTK+ greeter.
  860. - Removed the Vala and Python GTK+ greeters, they weren't being well
  861. maintained.
  862. [0.9.1]
  863. - Fix up translation build system
  864. - Add a --with-greeter-user configure option
  865. - Fix greeter-user configuration not being used
  866. - Abort greeter if attempted to be run as root and greeter-user set
  867. - Fix setting session in GTK+ greeter
  868. [0.9.2]
  869. - Fix annotation and Vala bindings for getting the UserList singleton
  870. - Fix GTK+ greeter error label not being shown
  871. - Don't set SIGQUIT to ignore in child processes
  872. - Reworked the PAM code as ecryptfs users weren't able to log in. They
  873. can now but not sure what changed to fix that!?
  874. * debian/control:
  875. - Build depend on libgtk3.0-dev, not libgtk2.0-dev
  876. - Drop obsolete greeters, use new ones
  877. - lightdm conflicts with liblightdm-gobject-1 and liblightdm-qt-1 so old
  878. greeters will be removed.
  879. - Update versions of libraries
  880. * debian/lightdm.conf:
  881. - Removed, no longer needs configuration
  882. * debian/patches/01_resize_grip.patch:
  883. - Dropped, not required anymore
  884.  
  885. -- Robert Ancell <[email protected]> Tue, 26 Jul 2011 19:19:00 +1000
  886.  
  887. lightdm (0.4.4-0ubuntu1) oneiric; urgency=low
  888.  
  889. * New upstream release
  890. - Fix failure to accept XDMCP connections due to invalid assert.
  891. - Allow minimum-display-number to be set in lightdm.conf and on the command
  892. line.
  893. - Session X authority now written to ~/.Xauthority by default. It can be
  894. configured to run from the system location by setting
  895. user-authority-in-system-dir=true in lightdm.conf.
  896. - When using system authority the authority can be updated by the user.
  897. (LP: #795046)
  898. - Written X authority files now checks hostname and display number.
  899. - Enironment is no longer passed through to X servers and sessions, this is
  900. no longer required now PAM works correctly.
  901. - liblightdm API changes:
  902. - Drop ldm_greeter_get_is_first() - it was added for testing and doesn't
  903. work well.
  904. - Fix more errors where authentication messages from previous sessions could
  905. be confused with new sessions.
  906. - Added XDMCP regression tests.
  907. * debian/lightdm.conf:
  908. - Updated to latest format
  909.  
  910. -- Robert Ancell <[email protected]> Fri, 15 Jul 2011 13:35:49 +1000
  911.  
  912. lightdm (0.4.3-0ubuntu1) oneiric; urgency=low
  913.  
  914. * New upstream release
  915.  
  916. -- Robert Ancell <[email protected]> Wed, 13 Jul 2011 15:06:13 +1000
  917.  
  918. lightdm (0.4.2-0ubuntu2) oneiric; urgency=low
  919.  
  920. * debian/Xsession:
  921. - Correctly load ~/.Xresource
  922.  
  923. -- Robert Ancell <[email protected]> Wed, 06 Jul 2011 09:29:15 +1000
  924.  
  925. lightdm (0.4.2-0ubuntu1) oneiric; urgency=low
  926.  
  927. * New upstream release
  928. - Fixes (LP: #798277)
  929. * debian/lightdm.upstart:
  930. - Don't source /etc/environment or /etc/default/locale - this is done in PAM
  931. * debian/Xsession:
  932. - Handle X resource directory being empty (LP: #800193)
  933.  
  934. -- Robert Ancell <[email protected]> Tue, 05 Jul 2011 15:22:12 +1000
  935.  
  936. lightdm (0.4.1-0ubuntu1) oneiric; urgency=low
  937.  
  938. * New upstream release
  939. - Fixes (LP: #793366)
  940. * debian/lightdm.conf:
  941. * debian/guest-session-cleanup.sh:
  942. * debian/guest-session-setup.sh:
  943. - Enable guest session
  944.  
  945. -- Robert Ancell <[email protected]> Thu, 30 Jun 2011 17:04:25 +0100
  946.  
  947. lightdm (0.4.0-0ubuntu7) oneiric; urgency=low
  948.  
  949. * debian/Xsession:
  950. - Correctly load Xresources (LP: #800193)
  951.  
  952. -- Robert Ancell <[email protected]> Mon, 27 Jun 2011 09:43:49 +0100
  953.  
  954. lightdm (0.4.0-0ubuntu6) oneiric; urgency=low
  955.  
  956. * debian/Xsession:
  957. - Set required variables to make Xsession.d scripts work (LP: #800192)
  958.  
  959. -- Robert Ancell <[email protected]> Mon, 27 Jun 2011 00:03:12 +1000
  960.  
  961. lightdm (0.4.0-0ubuntu5) oneiric; urgency=low
  962.  
  963. * debian/lightdm.lightdm-autologin.pam, debian/rules:
  964. - Actually install autologin PAM configuration (LP: #797669).
  965.  
  966. -- Colin Watson <[email protected]> Fri, 17 Jun 2011 12:52:33 +0100
  967.  
  968. lightdm (0.4.0-0ubuntu4) oneiric; urgency=low
  969.  
  970. * debian/control: don't depends on gnome-icon-theme-full, the purpose of the
  971. binary is to not be installed by default, icons should be moved rather
  972.  
  973. -- Sebastien Bacher <[email protected]> Fri, 17 Jun 2011 11:28:05 +0200
  974.  
  975. lightdm (0.4.0-0ubuntu3) oneiric; urgency=low
  976.  
  977. * debian/control:
  978. - Make GTK greeters depend on gnome-icon-theme-full (LP: #796793)
  979. * debian/Xsession:
  980. * debian/lightdm.conf:
  981. - Load profile and X resources when running session (LP: #794315)
  982. (LP: #795083)
  983.  
  984. -- Robert Ancell <[email protected]> Fri, 17 Jun 2011 15:26:59 +1000
  985.  
  986. lightdm (0.4.0-0ubuntu2) oneiric; urgency=low
  987.  
  988. * debian/copyright:
  989. - Drop copyright reference to obsolete ck-connector.[ch]
  990. * debian/patches/02_disable_tests.patch:
  991. - Disable regression tests as they're not running on the buildd's correctly
  992.  
  993. -- Robert Ancell <[email protected]> Fri, 17 Jun 2011 13:55:12 +1000
  994.  
  995. lightdm (0.4.0-0ubuntu1) oneiric; urgency=low
  996.  
  997. * New upstream release
  998. * debian/control:
  999. - Add build-depends on dbus for regression tests
  1000. - lightdm pre-depends on dpkg (>= 1.15.7.2) to get dpkg-maintscript-helper
  1001. support
  1002. - Drop build-depends on libdbus-glib-1-dev, libck-connector-dev
  1003. * debian/lightdm.conf:
  1004. - Update to latest format
  1005. * debian/lightdm.postinst:
  1006. * debian/lightdm.postrm:
  1007. * debian/lightdm.preinst:
  1008. - Move config file from /etc/lightdm.conf to /etc/lightdm/lightdm.conf
  1009. * debian/lightdm-autologin.pam:
  1010. - Add autologin PAM session
  1011. * debian/patches/01_resize_grip.patch:
  1012. - Don't show resize grip on window
  1013. * debian/patches/01_handle_all_signals.patch:
  1014. * debian/patches/02_process_exit.patch:
  1015. - Applied upstream
  1016.  
  1017. -- Robert Ancell <[email protected]> Fri, 17 Jun 2011 12:31:14 +1000
  1018.  
  1019. lightdm (0.3.7-0ubuntu2) oneiric; urgency=low
  1020.  
  1021. * debian/control:
  1022. - Add ${python:Depends} and required dependencies for
  1023. lightdm-greeter-example-python-gtk package (LP: #787409)
  1024. * debian/patches/01_handle_all_signals.patch:
  1025. - Correctly handle signals from external processes (LP: #789389)
  1026. * debian/patches/02_process_exit.patch:
  1027. - Fix crash when child processes quit (LP: #795050)
  1028.  
  1029. -- Robert Ancell <[email protected]> Fri, 10 Jun 2011 16:24:56 +1000
  1030.  
  1031. lightdm (0.3.7-0ubuntu1) oneric; urgency=low
  1032.  
  1033. * New upstream release
  1034.  
  1035. -- Robert Ancell <[email protected]> Mon, 30 May 2011 20:22:39 +1000
  1036.  
  1037. lightdm (0.3.6-0ubuntu1) oneiric; urgency=low
  1038.  
  1039. * New upstream release
  1040. * debian/lightdm.conf:
  1041. - Start display on active VT
  1042.  
  1043. -- Robert Ancell <[email protected]> Mon, 30 May 2011 16:43:37 +1000
  1044.  
  1045. lightdm (0.3.5-0ubuntu1) oneiric; urgency=low
  1046.  
  1047. * New upstream release
  1048.  
  1049. -- Robert Ancell <[email protected]> Tue, 24 May 2011 15:38:04 +1000
  1050.  
  1051. lightdm (0.3.4-0ubuntu1) oneiric; urgency=low
  1052.  
  1053. * New upstream release
  1054.  
  1055. -- Robert Ancell <[email protected]> Fri, 20 May 2011 14:56:09 +1000
  1056.  
  1057. lightdm (0.3.3-0ubuntu1) natty; urgency=low
  1058.  
  1059. * New upstream release
  1060. * debian/lightdm-greeter-example-gtk.install:
  1061. - Install .ui file
  1062.  
  1063. -- Robert Ancell <[email protected]> Tue, 10 May 2011 17:45:50 +0200
  1064.  
  1065. lightdm (0.3.2-0ubuntu1) natty; urgency=low
  1066.  
  1067. * New upstream release:
  1068. * debian/lightdm-greeter-*.install:
  1069. - Use new binary names
  1070. * debian/lightdm.conf:
  1071. - Start display on VT 7
  1072.  
  1073. -- Robert Ancell <[email protected]> Thu, 21 Apr 2011 15:31:24 +1000
  1074.  
  1075. lightdm (0.3.0-0ubuntu1) natty; urgency=low
  1076.  
  1077. * New upstream release
  1078. * debian/control:
  1079. - Add build-depends on valac
  1080. - Drop build-depends on libwebkitgtk-dev
  1081. - Rename gir1.0-lightdm-0 to gir1.2-lightdm-0
  1082. - Webkit engine and theme dropped
  1083. - Merge theme and engines into one package
  1084. - Add vala-gtk, python-gtk and qt greeters
  1085.  
  1086. -- Robert Ancell <[email protected]> Sat, 16 Apr 2011 18:22:50 +1000
  1087.  
  1088. lightdm (0.2.3-0ubuntu2) natty; urgency=low
  1089.  
  1090. * debian/control:
  1091. - Fix Vcs-Bzr link
  1092.  
  1093. -- Robert Ancell <[email protected]> Fri, 14 Jan 2011 14:44:48 -0600
  1094.  
  1095. lightdm (0.2.3-0ubuntu1) natty; urgency=low
  1096.  
  1097. * New upstream release
  1098. * debian/control:
  1099. - Build depend on libwebkitgtk-dev
  1100.  
  1101. -- Robert Ancell <[email protected]> Fri, 14 Jan 2011 14:39:15 -0600
  1102.  
  1103. lightdm (0.2.2-0ubuntu2) natty; urgency=low
  1104.  
  1105. * debian/copyright:
  1106. - Update copyright for liblightdm-gobject and liblightdm-qt
  1107.  
  1108. -- Robert Ancell <[email protected]> Wed, 15 Dec 2010 10:16:16 +1100
  1109.  
  1110. lightdm (0.2.2-0ubuntu1) natty; urgency=low
  1111.  
  1112. * New upstream release
  1113. * debian/copyright:
  1114. - Update copyright for src/ck-connector.[ch]
  1115. * debian/liblightdm-gobject-0-dev:
  1116. - .vapi file has moved location
  1117. * debian/lightdm.upstart:
  1118. - Tidy up upstart config
  1119. * debian/rules:
  1120. - Compile with --with-greeter-user=lightdm
  1121.  
  1122. -- Robert Ancell <[email protected]> Thu, 09 Dec 2010 11:45:44 +1100
  1123.  
  1124. lightdm (0.2.1-0ubuntu1) natty; urgency=low
  1125.  
  1126. [ Julien Lavergne ]
  1127. * debian/lightdm.{config,pam,postinst,postrm,prerm,upstart,init}
  1128. - Add configuration based on gdm and xdm ones.
  1129. * debian/rules:
  1130. - Use dh_installinit --no-start
  1131. - Remove .la and .a files.
  1132. - Pass --list-missing to dh_install.
  1133. - Don't use --with quilt with format 3.0.
  1134. - Use with autoreconf.
  1135. * debian/control:
  1136. - Add myself to Uploaders, and use ubuntu address for Maintainer.
  1137. - Build-depends on dh-autoreconf and gtk-doc-tools
  1138. - Improve the description.
  1139. - Add depends on libpam-runtime (>= 0.76-14) and libpam-modules for pam
  1140. support.
  1141. - Add depends on adduser.
  1142. - Provides x-display-manager.
  1143. - Add depends on libglib2.0-dev, libdbus-glib-1-dev and libxklavier-dev for
  1144. libldmgreeter-dev.
  1145. * debian/libldmgreeter-dev.install:
  1146. - Install .so
  1147. * debian/lightdm.install
  1148. - Install conf file for DBus.
  1149. * debian/lightdm.dirs
  1150. - Add /var directories for logs, and cache.
  1151. * debian/po & debian/lightdm.template:
  1152. - Add translations for display manager switch.
  1153. * debian/copyright:
  1154. - Update address for source code and copyright for debian/.
  1155. * debian/lightdm.conf:
  1156. - Sync with upstream modification.
  1157. * debian/lightdm.manpages
  1158. - Add the upstream manpage.
  1159.  
  1160. [ Robert Ancell ]
  1161. * New upstream release
  1162. * Rename from libldmgreeter to liblightdm
  1163. * debian/control:
  1164. - Use ubuntu-desktop Bzr link
  1165. * debian/gir1.0-lightdm-0.install:
  1166. - Install typelib into correct package
  1167. * debian/lightdm.postinst:
  1168. * debian/lightdm.postrm:
  1169. - Create lightdm user
  1170.  
  1171. -- Robert Ancell <[email protected]> Wed, 01 Dec 2010 08:40:37 +1100
  1172.  
  1173. lightdm (0.2.0-0ubuntu1) maverick; urgency=low
  1174.  
  1175. * New upstream release
  1176. * debian/control:
  1177. - Use standards version 3.9.1
  1178. * debian/lightdm.conf:
  1179. * debian/rules:
  1180. - Make an Ubuntu specific default config file
  1181.  
  1182. -- Robert Ancell <[email protected]> Fri, 12 Nov 2010 13:58:43 +1100
  1183.  
  1184. lightdm (0.1.2-0ubuntu2) maverick; urgency=low
  1185.  
  1186. * debian/lightdm-theme-gnome.install:
  1187. * debian/lightdm-theme-webkit.install:
  1188. - Fix install location of themes
  1189.  
  1190. -- Robert Ancell <[email protected]> Tue, 12 Oct 2010 15:52:24 +1100
  1191.  
  1192. lightdm (0.1.2-0ubuntu1) maverick; urgency=low
  1193.  
  1194. * New upstream release
  1195.  
  1196. -- Robert Ancell <[email protected]> Fri, 10 Sep 2010 16:57:49 +1000
  1197.  
  1198. lightdm (0.1.1-0ubuntu1) maverick; urgency=low
  1199.  
  1200. * New upstream release
  1201.  
  1202. -- Robert Ancell <[email protected]> Sat, 14 Aug 2010 22:06:43 +1000
  1203.  
  1204. lightdm (0.1.0-0ubuntu2) maverick; urgency=low
  1205.  
  1206. * debian/lightdm-theme-gnome.install:
  1207. - Install gnome theme data
  1208.  
  1209. -- Robert Ancell <[email protected]> Thu, 22 Jul 2010 22:17:46 +0200
  1210.  
  1211. lightdm (0.1.0-0ubuntu1) maverick; urgency=low
  1212.  
  1213. * New upstream release
  1214.  
  1215. -- Robert Ancell <[email protected]> Thu, 22 Jul 2010 21:57:35 +0200
  1216.  
  1217. lightdm (0.0.4-0ubuntu1) maverick; urgency=low
  1218.  
  1219. * New upstream release
  1220. * debian/control:
  1221. - Build-depend on libxdmcp-dev, libxcb1-dev
  1222. - Use standards-version 3.9.0
  1223.  
  1224. -- Robert Ancell <[email protected]> Fri, 16 Jul 2010 10:12:40 +1000
  1225.  
  1226. lightdm (0.0.3-0ubuntu2) maverick; urgency=low
  1227.  
  1228. * debian/control:
  1229. - Build-depend on libxklavier-dev
  1230.  
  1231. -- Robert Ancell <[email protected]> Sat, 10 Jul 2010 15:33:57 +1000
  1232.  
  1233. lightdm (0.0.3-0ubuntu1) maverick; urgency=low
  1234.  
  1235. * New upstream release
  1236. - Wait for signal from X server before starting session
  1237. - Add language API
  1238. - Add keyboard layout API
  1239. - Add gettext support to the WebKit greeter
  1240.  
  1241. -- Robert Ancell <[email protected]> Sat, 10 Jul 2010 14:07:26 +1000
  1242.  
  1243. lightdm (0.0.2-0ubuntu1maverick1) maverick; urgency=low
  1244.  
  1245. * New upstream release:
  1246. - Fix installation of D-Bus service file
  1247. - Allow DISPLAY env variable to be passed to X server so can run Xephyr
  1248. - Handle no automatic login in webkit theme
  1249. * debian/control:
  1250. - Remove invalid ${shlibs:Depends} lines on binary free packages
  1251. * debian/watch:
  1252. - Update watch location
  1253.  
  1254. -- Robert Ancell <[email protected]> Thu, 01 Jul 2010 11:47:58 +1000
  1255.  
  1256. lightdm (0.0.1-0ubuntu1) maverick; urgency=low
  1257.  
  1258. * Initial release
  1259.  
  1260. -- Robert Ancell <[email protected]> Sun, 27 Jun 2010 11:14:01 +1000
Advertisement
Add Comment
Please, Sign In to add comment