 1588 Vagrant Cascadian 2016-02-07 {ldm-2.2.18}
      Version 2.2.18

 1587 Alkis Georgopoulos	2016-01-18
      Display LDM only in the first monitor (LP: #693151).

 1586 Alkis Georgopoulos	2015-12-08
      DesktopNames replaced X-LightDM-DesktopName in xsession files
      (GNOME: #727546).

 1585 Alkis Georgopoulos	2015-12-05
      "break" is not valid inside "case".

 1584 Vagrant Cascadian 2015-10-08 {ldm-2.2.17}
      Version 2.2.17

 1583 Vagrant Cascadian 2015-10-08
      screen.d/ldm: Rewrite test for LDM_DIRECTX to avoid using a negated
      boolean_is_true check.

 1582 Alkis Georgopoulos	2015-10-08
      Xorg after 1.17 (not 1.16) needs `-listen tcp`.

 1581 Alkis Georgopoulos	2015-10-03
      Xorg after 1.16 needs `-listen tcp`.

 1580 Alkis Georgopoulos	2015-09-22
      ldm-script: fix regression from r1579, it needs [:alnum:], not
      [:alpha:].

 1579 Alkis Georgopoulos	2015-09-02
      Replace [A-Za-z] with [:alpha:] to avoid locale issues (LP:
      #1491066).

 1578 Vagrant Cascadian 2015-08-19 {ldm-2.2.16}
      Version 2.2.16

 1577 Alkis Georgopoulos	2015-05-22
      Export DESKTOP_SESSION and XDG_CURRENT_DESKTOP to the client
      environment and try to avoid an empty LDM_SESSION.  These, along
      with r2646 from ltsp-client, make Unity work for both thin and fat
      clients in Ubuntu 14.04, and possibly fix other DE issues as well.
      The /etc/X11/Xsession.d/40-ltsp-{client|server} workarounds were
      not effective and can now be completely dropped from the Ubuntu
      packaging.

 1576 Alkis Georgopoulos	2015-05-18
      Generalize LDM_12HOURCLOCK to LDM_CLOCK_FORMAT.

 1575 Vagrant Cascadian 2015-02-01
      Remove rc.d hook to set LIBGL_ALWAYS_INDIRECT=true, as it causes
      problems with several common desktops, and can be enabled
      on a per-client basis by setting CLIENT_ENV in lts.conf.
      https://bugs.debian.org/767764

 1574 Vagrant Cascadian 2014-10-21 {ldm-2.2.15}
      Version 2.2.15

 1573 Vagrant Cascadian 2014-09-23
      dmrc-processing: Use do_ssh function rather than duplicating the
      ssh call.

 1572 Vagrant Cascadian 2014-09-23
      dmrc-processing hook: Compare desktop session against local
      /usr/share/xsessions/*.desktop when running as a fat client.
      https://bugs.launchpad.net/ltsp/+bug/1272889

 1571 Vagrant Cascadian 2014-09-23
      Remove further traces of halt-check hook.

 1570 Vagrant Cascadian 2014-09-23
      Remove check for halting when SHUTDOWN_TIME is set, implemented
      in LTSP instead.	https://bugs.launchpad.net/ltsp/+bug/604908

 1569 Jakob Unterwurzacher	2014-09-22
      ssh: Set ConnectTimeout=10

      ConnectTimeout should be less than the timeout ssh_chat passes to
      expect, so we get the error message from ssh before expect gives up
      (30 seconds).

      Also slightly increase the log level for spawning ssh to INFO.

 1568 Jakob Unterwurzacher	2014-09-22
      ssh: Make sure expect() notices if ssh dies after finding a match

      Before this patch, the error message "ssh: connect to host server
      port 22: Connection refused" was sometime mistaken as a prompt
      because it contains a colon.  This caused a 30 second delay.

 1567 Jakob Unterwurzacher	2014-09-22
      ssh: expect() must handle EINTR

      Otherwise, we do not capture the error message from ssh reliably as
      select() may be interrupted by SIGCHLD before we read the message.

 1566 Jakob Unterwurzacher	2014-09-22
      ssh: Also log the error message from ssh

 1565 Jakob Unterwurzacher	2014-09-22
      ssh: De-duplicate message handling code

      Clean-up step for the previous patch.

 1564 Jakob Unterwurzacher	2014-09-22
      ssh: Display specific error message if available

      This way, we get a proper "Permission denied" for a wrong password.
      Horrible code duplication is fixed in the next patch.

 1563 Jakob Unterwurzacher	2014-09-22
      ssh: Make expect() read all available data even if the child
      has exited

      Implemented by checking if the child has exited *after* reading
      all data. That way, we capture the error message.

 1562 Jakob Unterwurzacher	2014-09-22
      ssh: Remove superfluous timeout.tv_sec check in expect()

      Timeout is already handled earlier. Checking for timeout.tv_sec ==
      0 is a bug as it may be zero under normal circumstances.

 1561 Vagrant Cascadian 2014-09-20
      rc.d/I01-halt-check: Use poweroff instead of halt.

 1560 Vagrant Cascadian 2014-09-20
      rc.d/I01-halt-check: Return if SHUTDOWN_TIME is not set.

 1559 Vagrant Cascadian 2014-09-20
      rc.d/I01-halt-check: Explicitly return 0.

 1558 Vagrant Cascadian 2014-09-11
      Fix typo: conditionally enable "-nolisten tcp" based on LDM_DIRECTX.

 1557 Vagrant Cascadian 2014-09-10
      Disable listening on tcp, unless using LDM_DIRECTX. Thanks to
      Denis Croombs for reporting the issue!

 1556 Vagrant Cascadian 2014-09-10
      Remove support for running without xinitrc.

 1555 Vagrant Cascadian 2014-08-05 {ldm-2.2.14}
      version 2.2.14

 1554 ben-Nabiy Derush	2014-07-31
      Updated according to vagrantc suggestions. Moved tests outside of
      function, reduced variables, so on...

 1553 ben-Nabiy Derush	2014-07-31
      Added opt-in ssh_hashpass function

 1552 ben-Nabiy Derush	2014-07-31
      Added ldm_getenv_bool_default

 1551 ben-Nabiy Derush	2014-07-28
      Revised README-DEVELOPMENT-POLICY to clarify whitespace changes
      in existing code needing a separate merge request.

 1550 ben-Nabiy Derush	2014-07-28
      indent -kr -i4 -nut -c50 -psl

 1549 ben-Nabiy Derush	2014-07-28
      indent -kr -i4 -nut -c50 -psl

 1548 ben-Nabiy Derush	2014-07-28
      indent -kr -i4 -nut -c50 -psl

 1547 ben-Nabiy Derush	2014-07-28
      indent -kr -i4 -nut -c50 -psl

 1546 ben-Nabiy Derush	2014-07-28
      indent -kr -i4 -nut -c50 -psl

 1545 ben-Nabiy Derush	2014-07-28
      indent -kr -i4 -nut -c50 -psl

 1544 Vagrant Cascadian 2014-02-22 {ldm-2.2.13}
      version 2.2.13

 1543 Vagrant Cascadian 2014-02-22
      Use libexec dir for LDM plugins.

 1542 Alkis Georgopoulos	2014-02-20
      Don't hardcode XDG_VTNR to 7.

 1541 Alkis Georgopoulos	2014-02-20
      Support logind for fat clients (LP: #1274267).

 1540 Launchpad Translations on behalf of ltsp-upstream 2013-11-26
      Launchpad automatic translations update.

 1539 Launchpad Translations on behalf of ltsp-upstream 2013-11-25
      Launchpad automatic translations update.

 1538 Vagrant Cascadian 2013-11-24 {ldm-2.2.12}
      version 2.2.12

 1537 Vagrant Cascadian 2013-11-24
      Remove autogenerated files: config.guess, config.sub, config.rpath.

 1536 Vagrant Cascadian 2013-11-24
      Fix typo: --add-mising -> --add-missing

 1535 Vagrant Cascadian 2013-11-24
      autogen.sh: use longhand options for automake.

 1534 Vagrant Cascadian 2013-11-24
      Run automake with -f so that it updates
      config.guess/config.sub.	Patch from Colin Watson:
      http://launchpadlibrarian.net/153276165/ldm_2:2.2.11-2ubuntu1_2:2.2.11-2ubuntu2.diff.gz

 1533 Alkis Georgopoulos	2013-11-24
      Revert r1530.

 1532 Launchpad Translations on behalf of ltsp-upstream 2013-11-24
      Launchpad automatic translations update.

 1531 Launchpad Translations on behalf of ltsp-upstream 2013-11-23
      Launchpad automatic translations update.

 1530 Alkis Georgopoulos	2013-11-22
      Test if removing ldm.pot prevents launchpad from doing daily
      translation commits (LP: #1112122).

 1529 Launchpad Translations on behalf of ltsp-upstream 2013-11-22
      Launchpad automatic translations update.

 1528 Launchpad Translations on behalf of ltsp-upstream 2013-11-21
      Launchpad automatic translations update.

 1527 Launchpad Translations on behalf of ltsp-upstream 2013-11-20
      Launchpad automatic translations update.

 1526 Launchpad Translations on behalf of ltsp-upstream 2013-11-19
      Launchpad automatic translations update.

 1525 Launchpad Translations on behalf of ltsp-upstream 2013-11-18
      Launchpad automatic translations update.

 1524 Launchpad Translations on behalf of ltsp-upstream 2013-11-17
      Launchpad automatic translations update.

 1523 Launchpad Translations on behalf of ltsp-upstream 2013-11-16
      Launchpad automatic translations update.

 1522 Launchpad Translations on behalf of ltsp-upstream 2013-11-15
      Launchpad automatic translations update.

 1521 Launchpad Translations on behalf of ltsp-upstream 2013-11-14
      Launchpad automatic translations update.

 1520 Launchpad Translations on behalf of ltsp-upstream 2013-11-13
      Launchpad automatic translations update.

 1519 Launchpad Translations on behalf of ltsp-upstream 2013-11-12
      Launchpad automatic translations update.

 1518 Launchpad Translations on behalf of ltsp-upstream 2013-11-11
      Launchpad automatic translations update.

 1517 Launchpad Translations on behalf of ltsp-upstream 2013-11-10
      Launchpad automatic translations update.

 1516 Launchpad Translations on behalf of ltsp-upstream 2013-11-08
      Launchpad automatic translations update.

 1515 Launchpad Translations on behalf of ltsp-upstream 2013-11-07
      Launchpad automatic translations update.

 1514 Launchpad Translations on behalf of ltsp-upstream 2013-11-06
      Launchpad automatic translations update.

 1513 Launchpad Translations on behalf of ltsp-upstream 2013-11-05
      Launchpad automatic translations update.

 1512 Launchpad Translations on behalf of ltsp-upstream 2013-11-04
      Launchpad automatic translations update.

 1511 Launchpad Translations on behalf of ltsp-upstream 2013-11-03
      Launchpad automatic translations update.

 1510 Launchpad Translations on behalf of ltsp-upstream 2013-11-02
      Launchpad automatic translations update.

 1509 Launchpad Translations on behalf of ltsp-upstream 2013-11-01
      Launchpad automatic translations update.

 1508 Launchpad Translations on behalf of ltsp-upstream 2013-10-31
      Launchpad automatic translations update.

 1507 Launchpad Translations on behalf of ltsp-upstream 2013-10-30
      Launchpad automatic translations update.

 1506 Launchpad Translations on behalf of ltsp-upstream 2013-10-29
      Launchpad automatic translations update.

 1505 Launchpad Translations on behalf of ltsp-upstream 2013-10-28
      Launchpad automatic translations update.

 1504 Launchpad Translations on behalf of ltsp-upstream 2013-10-27
      Launchpad automatic translations update.

 1503 Launchpad Translations on behalf of ltsp-upstream 2013-10-26
      Launchpad automatic translations update.

 1502 Launchpad Translations on behalf of ltsp-upstream 2013-10-25
      Launchpad automatic translations update.

 1501 Launchpad Translations on behalf of ltsp-upstream 2013-10-24
      Launchpad automatic translations update.

 1500 Launchpad Translations on behalf of ltsp-upstream 2013-10-23
      Launchpad automatic translations update.

 1499 Launchpad Translations on behalf of ltsp-upstream 2013-10-22
      Launchpad automatic translations update.

 1498 Launchpad Translations on behalf of ltsp-upstream 2013-10-21
      Launchpad automatic translations update.

 1497 Launchpad Translations on behalf of ltsp-upstream 2013-10-20
      Launchpad automatic translations update.

 1496 Launchpad Translations on behalf of ltsp-upstream 2013-10-19
      Launchpad automatic translations update.

 1495 Launchpad Translations on behalf of ltsp-upstream 2013-10-18
      Launchpad automatic translations update.

 1494 Launchpad Translations on behalf of ltsp-upstream 2013-10-17
      Launchpad automatic translations update.

 1493 Launchpad Translations on behalf of ltsp-upstream 2013-10-16
      Launchpad automatic translations update.

 1492 Launchpad Translations on behalf of ltsp-upstream 2013-10-15
      Launchpad automatic translations update.

 1491 Launchpad Translations on behalf of ltsp-upstream 2013-10-14
      Launchpad automatic translations update.

 1490 Launchpad Translations on behalf of ltsp-upstream 2013-10-13
      Launchpad automatic translations update.

 1489 Launchpad Translations on behalf of ltsp-upstream 2013-10-12
      Launchpad automatic translations update.

 1488 Launchpad Translations on behalf of ltsp-upstream 2013-10-11
      Launchpad automatic translations update.

 1487 Launchpad Translations on behalf of ltsp-upstream 2013-10-10
      Launchpad automatic translations update.

 1486 Launchpad Translations on behalf of ltsp-upstream 2013-10-09
      Launchpad automatic translations update.

 1485 Launchpad Translations on behalf of ltsp-upstream 2013-10-08
      Launchpad automatic translations update.

 1484 Launchpad Translations on behalf of ltsp-upstream 2013-10-07
      Launchpad automatic translations update.

 1483 Launchpad Translations on behalf of ltsp-upstream 2013-10-05
      Launchpad automatic translations update.

 1482 Alkis Georgopoulos	2013-02-27
      Undo any changes related to LP: #1093144.

      Revert related files to r1453, more or less.  The plan to run
      LDM outside of X was aborted and instead a simple script that
      kills user proceses on logout will be committed in ltsp-trunk.
      So distros affected by LP: #1093144 do not need to backport anything
      from ldm-trunk, only from ltsp-trunk.

 1481 Scott Balneaves	2013-02-22
      Call stop scripts explicitly

 1480 Scott Balneaves	2013-02-22
      Don't close ssh session

 1479 Alkis Georgopoulos	2013-02-05
      Move r1453 to init-ltsp.d so that it is applied before X is loaded.

 1478 Launchpad Translations on behalf of ltsp-upstream 2013-02-01
      Launchpad automatic translations update.

 1477 Launchpad Translations on behalf of ltsp-upstream 2013-01-31
      Launchpad automatic translations update.

 1476 Launchpad Translations on behalf of ltsp-upstream 2013-01-30
      Launchpad automatic translations update.

 1475 Launchpad Translations on behalf of ltsp-upstream 2013-01-29
      Launchpad automatic translations update.

 1474 Launchpad Translations on behalf of ltsp-upstream 2013-01-28
      Launchpad automatic translations update.

 1473 Launchpad Translations on behalf of ltsp-upstream 2013-01-27
      Launchpad automatic translations update.

 1472 Launchpad Translations on behalf of ltsp-upstream 2013-01-26
      Launchpad automatic translations update.

 1471 Launchpad Translations on behalf of ltsp-upstream 2013-01-25
      Launchpad automatic translations update.

 1470 Launchpad Translations on behalf of ltsp-upstream 2013-01-24
      Launchpad automatic translations update.

 1469 Launchpad Translations on behalf of ltsp-upstream 2013-01-23
      Launchpad automatic translations update.

 1468 Launchpad Translations on behalf of ltsp-upstream 2013-01-22
      Launchpad automatic translations update.

 1467 Launchpad Translations on behalf of ltsp-upstream 2013-01-21
      Launchpad automatic translations update.

 1466 Launchpad Translations on behalf of ltsp-upstream 2013-01-20
      Launchpad automatic translations update.

 1465 Launchpad Translations on behalf of ltsp-upstream 2013-01-19
      Launchpad automatic translations update.

 1464 Launchpad Translations on behalf of ltsp-upstream 2013-01-18
      Launchpad automatic translations update.

 1463 Launchpad Translations on behalf of ltsp-upstream 2013-01-17
      Launchpad automatic translations update.

 1462 Launchpad Translations on behalf of ltsp-upstream 2013-01-16
      Launchpad automatic translations update.

 1461 Launchpad Translations on behalf of ltsp-upstream 2013-01-15
      Launchpad automatic translations update.

 1460 Launchpad Translations on behalf of ltsp-upstream 2013-01-14
      Launchpad automatic translations update.

 1459 Wim Muskee	2013-01-11
      Look for distinct server ip (LP: 1098349). Thanks to Phil
      Sharfstein.

 1458 Alkis Georgopoulos	2013-01-08
      Move the rc.d/K* stop event after X terminates (LP: #1093144).

 1457 Alkis Georgopoulos	2013-01-08
      LDM_LOGOUT_ACTION has been implemented in LTSP as
      LTSP_LOGOUT_ACTION.

 1456 Alkis Georgopoulos	2013-01-08
      ldm-script.in: comment the ACTIONs a bit.

 1455 Alkis Georgopoulos	2013-01-08
      Revert r1454.

      The proper way to handle LP bug #1093144 would be for LDM to
      run outside the X session. But with the planned move to LightDM,
      that's unlikely to get implemented. A temporary workaround will
      be to have a shell script save the LDM environment, and another
      that restores it and does the cleanup after X dies.

 1454 Scott Balneaves	2013-01-03
      First steps to address Bug #1093144: don't terminate ssh on exit

 1453 Alkis Georgopoulos	2012-12-04
      Avoid Xorg crashes caused by nouveau dri (LP: #1072711).

 1452 Marc Gariepy	2012-11-26
      fixing server variable since it has been changed un ltsp trunk.

 1451 Stéphane Graber	2012-08-21
      Fix all build warnings

 1450 Stéphane Graber	2012-08-21
      Add missing includes, thanks to cyberorg.

 1449 Vagrant Cascadian 2012-06-27 {ldm-2.2.11}
      version 2.2.11

 1448 Alkis Georgopoulos	2012-06-17
      Implement LDM_MENU_ITEM_[0-9], LDM_MENU_COMMAND_[0-9].

 1447 Alkis Georgopoulos	2012-06-17
      greeter.c: merge halt() and reboot() into spawn_command().

 1446 Alkis Georgopoulos	2012-06-17
      greeter.c: avoid possible memory leaks.

 1445 Vagrant Cascadian 2012-06-04 {ldm-2.2.10}
      version 2.2.10

 1444 Vagrant Cascadian 2012-06-04
      Touch ChangeLog in autogen.sh, rather than leaving an empty
      ChangeLog file.

 1443 Floris Bos / Maxnet	2012-06-04
      ldm-plugin.patch: the routines that searches for plugins calls
      readdir() and looks at the entries' d_type expecting it to be
      DT_REG, but on some (file) systems it returns DT_UNKNOWN instead.

 1442 Floris Bos / Maxnet	2012-06-04
      ldm-close-greeter-on-login-failure.patch: greeter should be closed
      on login failure, or you will have two greeters running after
      ldm restarts.

 1441 Floris Bos / Maxnet	2012-06-04
      ldm-segfault.patch: the pointer timeoutbox is used before there
      is anything assigned to it.

 1440 Vagrant Cascadian 2012-06-04
      Implement LDM_FORCE_LANGUAGE, which overrides user defined language
      setting in ~/.dmrc, and hides the Language selection menu in the
      greeter. (LP#282884).

 1439 Vagrant Cascadian 2012-06-04
      Do not display Session menu if LDM_FORCE_SESSION is set.

 1438 Vagrant Cascadian 2012-06-04
      Allow LDM_SESSION to be defined as either a command in path(for
      backwards compatibility), or as a .desktop filename, and sets the
      default session to run if not configured in ~/.dmrc or selected
      at login time.

      Implement LDM_FORCE_SESSION which may only be specified as a
      .desktop filename, and overrides and ~/.dmrc or sessions selected
      at login time.

      LDM itself now exports LDM_SELECTED_SESSION instead of
      LDM_SESSION, so we can distinguish when we need to write to
      ~/.dmrc. LDM_SELECTED_SESSION should *only* be set from within LDM,
      *not* from lts.conf.

      An existing ~/.dmrc should take priority over LDM_SESSION.

      Forget about all that LDM_*DESKTOP stuff, it was a brief experiment.

 1437 Vagrant Cascadian 2012-06-03
      Renamed/Repurposed LDM_*DESKTOP and LDM_*SESSION variables, in
      order of precedence:

      LDM_FORCE_DESKTOP forces the session defined in specified .desktop
      file.  LDM_FORCE_SESSION forces the session.  LDM_SESSION default
      session, but can also be set as the selected session.  LDM_DESKTOP
      default session defined in specified .desktop file.

 1436 Alkis Georgopoulos	2012-06-01
      Check LDM_DESKTOP before LDM_SESSION.

 1435 Alkis Georgopoulos	2012-06-01
      Implement LDM_DEFAULT_SESSION, LDM_DESKTOP, LDM_DEFAULT_DESKTOP
      (LP: #981049).

 1434 Stéphane Graber	2012-04-30
      ldminfod: If Hidden=true or TryExec points to an invalid target,
      hide the entry.

 1433 Alkis Georgopoulos	2012-04-22
      Use hostnames in LDM_SERVER, remove ssh-hostchecker.

 1432 Vagrant Cascadian 2012-04-13 {ldm-2.2.9}
      version 2.2.9

 1431 Alkis Georgopoulos	2012-04-12
      Don't set LIBGL_ALWAYS_INDIRECT for fat clients.

 1430 Alkis Georgopoulos	2012-04-12
      X51-opengl: fix broken client environment (LP: #979472).

 1429 Stéphane Graber	2012-04-03
      Move xcompmgr from running when DISABLE_XCOMPMGR isn't set to when
      LDM_XCOMPMGR is set. That's motivated by the fact that metacity
      now supports compositing and it should be done there when possible.

 1428 Vagrant Cascadian 2012-04-02
      fall back to ltsp-common-functions to avoid issues with backwards
      compatibility.

 1427 Alkis Georgopoulos	2012-03-31
      ldm-script.in: source ltsp-client-functions instead of
      ltsp-common-functions.

 1426 Vagrant Cascadian 2012-03-30 {ldm-2.2.8}
      version 2.2.8

 1425 Vagrant Cascadian 2012-03-30
      Update rc.d/Makefile.am with new and removed hooks.

 1424 Stéphane Graber	2012-03-29
      Don't ignore @ in login/password

 1423 Stéphane Graber	2012-03-28
      Turn on compositing if xcompmgr is present

 1422 Stéphane Graber	2012-03-28
      Fix opengl

 1421 Stéphane Graber	2012-03-21
      Drop mouse events in wwm too.

 1420 Stéphane Graber	2012-03-12 {ldm-2.2.7}
      version 2.2.7

 1419 Stéphane Graber	2012-03-12
      wwm: Remove all key bindings

 1418 Vagrant Cascadian 2012-02-24 {ldm-2.2.6}
      version 2.2.6

 1417 Vagrant Cascadian 2012-02-24
      Ensure that the Exec lines match exactly. Thanks to Alkis!

 1416 Alkis Georgopoulos	2012-02-21
      Missed a do_ssh call in dmrc processing.

 1415 Jonathan Carter	2012-02-20
      Replace default LDM theme background

 1414 Alkis Georgopoulos	2012-02-21
      Rewrite X50-dmrc-processing (LP: #820417).

 1413 Alkis Georgopoulos	2012-02-16
      Don't use -fp on poweroff/reboot, for clean shutdown.

 1412 Alkis Georgopoulos	2012-02-10
      Export LTSP_FATCLIENT and LTSP_CLIENT_MAC to client env if
      they're set.

 1411 Vagrant Cascadian 2012-02-08
      check for ldminfod in /usr/share/ldm/ for fat clients.

 1410 Vagrant Cascadian 2012-02-03 {ldm-2.2.5}
      version 2.2.5

 1409 Vagrant Cascadian 2012-02-03
      fall back to english language and territory names if translation
      fails.

 1408 Vagrant Cascadian 2012-01-30
      pass GlobalKnownHostsFile=/var/run/ldm/ssh_known_hosts as a
      single argument to the ssh -o option, otherwise it treats the
      ssh_known_hosts file as another argument to ssh itself.

 1407 Stéphane Graber	2012-01-30
      At alkisg suggestion, use exec /bin/sh rather than spawning
      a sub-process

 1406 Stéphane Graber	2012-01-30
      Configure the automagic to install ltsp-cluster-info into bin/

 1405 Marc Gariepy	2011-11-02
      fix LP#872473

 1404 Stéphane Graber	2011-10-29
      Also update configure for ssh-hostchecker

 1403 Stéphane Graber	2011-10-29
      Port I01-nbd-checkupdate to consistent variable names

 1402 Stéphane Graber	2011-10-29
      Make ssh-hostchecker executable, update ldm to use it

 1401 Stéphane Graber	2011-10-29
      Add ssh-hostchecker, tool to match SSH host keys without checking
      the host part

 1400 Stéphane Graber	2011-09-26
      Hardcode the pointer at the middle of the screen on startup

 1399 Warren Togami	2011-07-28 {ldm-2.2.4}
      version 2.2.4

 1398 Stéphane Graber	2011-07-26
      Revert to a version of the script that works with any version of
      python and skip invalid entries from locale -a

 1397 Warren Togami	2011-07-26
      Revert stgraber@ubuntu.com-20110618160934-lhkp7de8qljnmz2i since
      it broke python2 python3 is basically a different language.
      Please use entirely different scripts if you want to use python3.

 1396 Stéphane Graber	2011-07-22
      Launchpad: no change commit to trigger a test rebuild

 1395 Vagrant Cascadian 2011-07-13
      Added Danish (da) translation by Dennis Duggen.

 1394 Vagrant Cascadian 2011-07-12
      Updated ldm.pot, add Dutch (nl) to LINGUAS, update .po files.

 1393 Vagrant Cascadian 2011-07-12
      Added Dutch (nl) translation by Jan Middelkoop.

 1392 Stéphane Graber	2011-07-08
      Add support for named nbd devices

 1391 Stéphane Graber	2011-07-06
      Ignore LDM_LIMIT_ONE_SESSION if USER = root as all sshd processes
      are owned by root and so we'd kill all the existing sessions
      (LP: #716456)

 1390 Stéphane Graber	2011-06-18
      Fix python3 support in generate_locale_list.py

 1389 Warren Togami	2011-06-16 {ldm-2.2.3}
      version 2.2.3

 1388 Stéphane Graber	2011-06-08
      Convert generate_locale_list.py to work with python3 (tested to
      work with >=2.5)

 1387 Warren Togami	2011-06-01
      Detect nc version for nc -q capability

 1386 Stéphane Graber	2011-05-30 {ldm-2.2.2}
      version 2.2.2

 1385 Stéphane Graber	2011-05-27
      Fix indent

 1384 Stéphane Graber	2011-05-27
      Fix default ldm language

 1383 Stéphane Graber	2011-05-27
      Try to fix LDM_SESSION for good this time

 1382 Stéphane Graber	2011-05-27
      Add some debug

 1381 Stéphane Graber	2011-05-26
      Add some debug to LDM_SESSION handling

 1380 Warren Togami	2011-05-19
      Hardcoding libdir breaks multilib, this fixes installing in
      /usr/lib64 on 64bit EL6

 1379 Stéphane Graber	2011-04-25
      If LDM_SESSION is already in the environment and the user doesn't
      choose a specific session, use it instead of overriding with
      'default'

 1378 Vagrant Cascadian 2011-03-29
      gtkgreeter: consistantly check for .png before .jpg theme files

 1377 Vagrant Cascadian 2011-03-28
      Change logo for ltsp theme to use the "new" LTSP logo, which is
      licensed under: Creative Commons Attribution-ShareAlike 3.0 (CC
      BY-SA 3.0) http://creativecommons.org/licenses/by-sa/3.0/legalcode

 1376 Vagrant Cascadian 2011-03-25
      Updated Basque (eu) translation by Iñaki Larrañaga Murgoitio.
      http://bugs.debian.org/619382

 1375 Vagrant Cascadian 2011-03-18
      Updated Portuguese (pt) translation by Pedro Ribeiro.
      http://bugs.debian.org/618605

 1374 Vagrant Cascadian 2011-03-18
      Updated Russian (ru) translation by Yuri Kozlov.
      http://bugs.debian.org/618585

 1373 Vagrant Cascadian 2011-03-18
      Updated Spanish (es) translation by José L. Redrejo Rodríguez.
      http://bugs.debian.org/618448

 1372 Vagrant Cascadian 2011-03-18
      Updated Greek (el) translation by Alkis Georgopoulos.

 1371 Vagrant Cascadian 2011-03-18
      Updated Polish (pl) translation by Piotr Drąg.

 1370 Vagrant Cascadian 2011-03-18
      Updated Finnish (fi) translation by Ville-Pekka Vainio.

 1369 Vagrant Cascadian 2011-03-18
      Updated Norwegian Bokmål (nb) translation by Klaus Ade Johnstad.
      http://bugs.debian.org/618383

 1368 Vagrant Cascadian 2011-03-14
      Updated Slovak (sk) translations by Slavko.
      http://bugs.debian.org/618408

 1367 Vagrant Cascadian 2011-03-14
      Updated German (de) translation by Wolfgang Schweer.
      http://bugs.debian.org/618400

 1366 Stéphane Graber	2011-03-14
      Update french translation

 1365 Vagrant Cascadian 2011-03-14
      update translation files.

 1364 Vagrant Cascadian 2011-03-14
      force bash, otherwise sourcing release.conf may not work.

 1363 Stéphane Graber	2011-01-31 {ldm-2.2.1}
      version 2.2.1

 1362 Stéphane Graber	2011-01-31
      Xsession doesn't allow multiple parameters. In the case of a
      complex session (binary with parameters), it needs to be quoted

 1361 Stéphane Graber	2011-01-31
      ldminfod: Do not return TryExec value instead of Exec. TryExec
      is meant to do filtering depending on binary availability, not
      to be the session itself. (Fixes breakage on Natty with complex
      Exec lines)

 1360 Stéphane Graber	2010-12-05 {ldm-2.2}
      version 2.2

 1359 Jonathan Carter	2010-11-15
      Add backend.png to the ltsp theme

 1358 Stéphane Graber	2010-11-15
      Virtual desktops are cool but not really useful for a display
      manager

 1357 Stéphane Graber	2010-11-10
      Change fallback theme from default to ltsp as default is usually
      a symlink to the distro's default and not a symlink to ltsp

 1356 Stéphane Graber	2010-11-10
      Add ltsp/preferences.png to Makefile.am

 1355 Stéphane Graber	2010-11-10
      Update translation templates

 1354 Stéphane Graber	2010-11-10
      Fix last compilation warning

 1353 Stéphane Graber	2010-11-10
      Fix one compilation warning by including libintl.h in plugin.c

 1352 Stéphane Graber	2010-11-10
      Include stdlib.h in logging.c as we call exit() from there

 1351 Stéphane Graber	2010-11-10
      Change optionbutton type from GtkButton to GtkWidget and case it
      to GtkButton when necessary

 1350 Stéphane Graber	2010-11-10 [merge]
      Add preferences.png

 1349 Stéphane Graber	2010-11-10
      Don't put <b> as part of the translated message (Verifying
      password. Please wait.)

 1348 Stéphane Graber	2010-11-10
      Fix deprecation warning in generate_locale_list.py. 'set' has been
      in python since 2.4 and current release is 2.7. It's highly unlikely
      that someone with python < 2.4 is going to run current ldm as some
      other dependencies are going to be missing (like a recent gtk)

 1347 Stéphane Graber	2010-11-10
      Add a fallback mechanism in ldm_theme_file. If a file can't be found
      in the current theme, fallback to using the one in the default theme

 1346 Stéphane Graber	2010-11-10
      Replace stock gtk-preferences button with custom button so we can
      theme the icon

 1345 Stéphane Graber	2010-11-08
      Fix some missing define for distro < maverick

 1344 Stéphane Graber	2010-11-08
      Fix stat() for distro < maverick

 1343 Stéphane Graber	2010-11-08
      When running autologin, we don't have a greeter, so don't try
      asking it anything

 1342 Stéphane Graber	2010-11-02
      Revert to g_strstrip as removing last char wasn't working as it
      should. g_strstrip will cause issue if password ends with a space
      but will work in all other cases

 1341 Stéphane Graber	2010-11-02
      Define loglevel to 6, add ldm_getenv_int to ldmutils and use it
      to initialize logging

 1340 Stéphane Graber	2010-11-02
      Replace strip with just removing last char (newline)

 1339 Stéphane Graber	2010-11-02
      Switch logging back to info as the hackfest is over and loglevel =
      7 now logs the password (as part of the protocol logging). Once
      loglevel is configurable without code change, we should make sure
      to document that loglevel == DEBUG means passwords will appear in
      the trace

 1338 Stéphane Graber	2010-11-02
      Apparently stripping the answer from the greeter twice isn't a
      good idea :)

 1337 Stéphane Graber	2010-11-02
      Strip the command buffer in ldmgreetercomm.c as well

 1336 Stéphane Graber	2010-11-02
      Add logging for commands coming from the greeter to the backend

 1335 Stéphane Graber	2010-10-31
      Update get_guest() in ssh plugin to get the hostname, language
      and session from the greeter

 1334 Stéphane Graber	2010-10-31
      Strip the command in the backend -> frontend protocol so it appears
      correctly in the log and possibly avoids some mistakes

 1333 Stéphane Graber	2010-10-31
      Move hostname request for guest login, should call 'hostname'
      and make the greeter happy

 1332 Stéphane Graber	2010-10-31
      Fix str logging in the greeter

 1331 Stéphane Graber	2010-10-31
      Bump log level to debug (we are at the hackfest) and add greeter
      logging

 1330 Scott Balneaves	2010-10-31
      Fix header

 1329 Scott Balneaves	2010-10-31
      Remove nice cleanup for handle_signal

 1328 Scott Balneaves	2010-10-31
      Handle X IO errors by exiting cleanly.

 1327 Stéphane Graber	2010-10-14
      Apparently the date doesn't fit in 15 chars as it's supposed to,
      let's give it 20 for now

 1326 Stéphane Graber	2010-10-14
      Fix function/variable name clash

 1325 Stéphane Graber	2010-10-14
      Apparently date.h doesn't exist, try with time.h instead :)

 1324 Stéphane Graber	2010-10-14
      Try to fix the date in log output

 1323 Marc Gariepy	2010-10-14
      fix makefile

 1322 Marc Gariepy	2010-10-14
      moving file to make sure we have the language set before applying
      it.

 1321 Marc Gariepy	2010-10-14
      cleanup, there is no need to specify the username since we use
      the socket

 1320 Stéphane Graber	2010-10-13
      Add time to logfile and update a bit log messages

 1319 Stéphane Graber	2010-10-13
      Set loglevel to 6 for now

 1318 Stéphane Graber	2010-10-13
      Make clearer log messages and remove duplicate

 1317 Stéphane Graber	2010-10-13
      Update log string format and make level uppercase

 1316 Stéphane Graber	2010-10-13
      Convert everything to new logging function

 1315 Stéphane Graber	2010-10-13
      Define a new logging function

 1314 Stéphane Graber	2010-10-10
      Includes cleanup

 1313 Stéphane Graber	2010-10-10
      Fix Session and Language preference dialog

 1312 Stéphane Graber	2010-10-10
      It seems like a better idea to populate ldm_host_info before
      putting it in the hash table.

 1311 Stéphane Graber	2010-10-10
      Exit when log file can't be created (instead of segfault), add
      license to logger.c and includes cleanup

 1310 Stéphane Graber	2010-10-10
      Try splitting logging out of ldmutils.c

 1309 Stéphane Graber	2010-10-08
      Better to include ldmutils.h if we want to use loginfo

 1308 Stéphane Graber	2010-10-08
      Update translations and add an empty ChangeLog (so autogen.sh
      is happy)

 1307 Stéphane Graber	2010-10-08
      Add some debug to ldminfo

 1306 Marc Gariepy	2010-10-08
      cleanup, there is no need to specify the username since we use
      the socket

 1305 Marc Gariepy	2010-10-08
      adding missing script

 1304 Marc Gariepy	2010-10-08
      splitting X95-run-x-session, needed to fix remoteapps launching

 1303 Stéphane Graber	2010-10-07
      Scripted removal of tabs (wwm will need a bit of re-indentation)

 1302 Stéphane Graber	2010-10-07
      Remove unused changelogs

 1301 Stéphane Graber	2010-10-07
      Script removal of trailing spaces

 1300 Stéphane Graber	2010-10-07
      Try a workaround for wwm not responding the "always center" flag

 1299 Stéphane Graber	2010-10-07
      Set proper menu entries for Backend and Domain

 1298 Stéphane Graber	2010-10-07
      Fix list of choices (now at position 5 instead of 3)

 1297 Marc Gariepy	2010-10-07
      removing logging with echo since the new ldm take care of this.

 1296 Stéphane Graber	2010-10-07
      Fix merge issue in greeter.c (pref is already defined)

 1295 Stéphane Graber	2010-10-07
      Update pref structure (drop prompt and add menu and icon) + update
      the relevant calls

 1294 Stéphane Graber	2010-10-07
      Fix a few 'die()' calls

 1293 Stéphane Graber	2010-10-07
      Improve logging and remove some trailing spaces

 1292 Stéphane Graber	2010-10-07
      Update rdesktop's logging to be cleaner

 1291 Stéphane Graber	2010-10-06
      Revert to ugly but working menu for now

 1290 Stéphane Graber	2010-10-06
      Only append RDP_OPTIONS if it's set

 1289 Stéphane Graber	2010-10-06
      Update the preference menu to be more readable, update the gtk
      preference dialog too and minor code cleanup

 1288 Stéphane Graber	2010-10-06
      According to documentation g_strcmp0 returns 0 if string matches

 1287 Stéphane Graber	2010-10-06
      Try to fix cases where no domain are set, minor code cleanup

 1286 Stéphane Graber	2010-10-06 {current}
      If RDP_DOMAIN isn't set, do not add '-d <domain>' to rdesktop's
      command line

 1285 Stéphane Graber	2010-10-06
      Fix unintialize err_msg variable + some loginfo cleanup

 1284 Stéphane Graber	2010-10-05
      Update list of translated files

 1283 Simon Poirier	2010-10-05
      Merge work from Simon Poirier and David Goulet:
       - greeter now hides Guest login button when unsupported by the
       current backend - fixed regression on guest login and autologin -
       lot of cleanup to plugin code
	- extraction of common plugin functions - no more global structure
	- simple API for conversing with greeter
       - more verbose log errors - ensure window manager gets killed
       before session starts

 1282 Simon Poirier	2010-10-05
      Add modular backends and rdesktop backend

 1281 Simon Poirier	2010-10-05
      Merge local branch

 1280 Vincent Vinet	2010-10-05
      Merge in work from David Goulet, Simon Poirier and Vincent Vinet
       - Add a window manager made by Scott Balneaves, wwm - Add a plugin
       mechanism using libtool - Add a ssh plugin - Add a rdesktop plugin
       - Change the greeter to add functionality

 1279 Alkis Georgopoulos	2010-09-23
      fatclients: use local ldminfod, if present

 1278 Stéphane Graber	2010-08-08 {ldm-2.1.3}
      version 2.1.3

 1277 Vagrant Cascadian 2010-07-12
      simplify check for LDM_LIMIT_ONE_SESSION_PROMPT by removing nested
      if statement.

 1276 Vagrant Cascadian 2010-07-12
      use boolean_is_true to check for LDM_LIMIT_ONE_SESSION_PROMPT.

 1275 Vagrant Cascadian 2010-04-26
      Updated Swedish (sv) translation by Martin Bagge.
      http://bugs.debian.org/579299

 1274 Vagrant Cascadian 2010-04-19 {ldm-2.1.2}
      version 2.1.2

 1273 Vagrant Cascadian 2010-04-19
      generate LDM ChangeLog with mkdst.

 1272 Vagrant Cascadian 2010-04-15
      unfuzzy string in Norwegian Bokmål translation.

 1271 Vagrant Cascadian 2010-04-14
      free the results of using g_strconcat. thanks Ryan!

 1270 Vagrant Cascadian 2010-04-14
      fix unnecessary <b></b> markup in .po files.

 1269 Vagrant Cascadian 2010-04-14
      updated ldm.pot.

 1268 Vagrant Cascadian 2010-04-14
      split <b></b> markup out of translateable strings in Verifying
      password dialog.

 1267 Vagrant Cascadian 2010-04-14
      Updated Norwegian Bokmål (nb) translations by Klaus Ade Johnstad.

 1266 Vagrant Cascadian 2010-04-14
      remove autogenerated files.

 1265 Vagrant Cascadian 2010-04-13
      New Slovak (sk) translations by Slavko.
      http://bugs.debian.org/577705

 1264 Vagrant Cascadian 2010-04-12
      New Italian (it) translation by Vincenzo Campanella.
      http://bugs.debian.org/577543

 1263 Vagrant Cascadian 2010-04-08
      Updated Portuguese (pt) translation by Pedro Ribeiro.
      http://bugs.debian.org/576999

 1262 Vagrant Cascadian 2010-04-08
      Updated Basque (eu) translation by Iñaki Larrañaga Murgoitio.
      http://bugs.debian.org/576951

 1261 Vagrant Cascadian 2010-04-08
      Updated German (de) translation by Wolfgang Schweer.
      http://bugs.debian.org/576783

 1260 Vagrant Cascadian 2010-04-07
      Updated German (de) translation by Wolfgang Schweer.
      http://bugs.debian.org/576783

 1259 Vagrant Cascadian 2010-04-06
      Updated Japanese (ja) translation by Noriko Mizumoto.

 1258 Vagrant Cascadian 2010-04-05
      Updated Polish (pl) translation by Piotr Drąg.

 1257 Vagrant Cascadian 2010-04-05
      Updated Russian (ru) translation by Yuri Kozlov.
      http://bugs.debian.org/576562

 1256 Vagrant Cascadian 2010-04-05
      Updated Finnish (fi) translation by Ville-Pekka Vainio.

 1255 Vagrant Cascadian 2010-04-05
      Updated Spanish (es) translation by José L. Redrejo Rodríguez.

 1254 Vagrant Cascadian 2010-04-05
      Updated Greek (el) translation by Alkis Georgopoulos.

 1253 Stéphane Graber	2010-03-23
      No change commit to fix previous tag

 1252 Stéphane Graber	2010-03-23 {ldm-2.1.1}
      version 2.1.1

 1251 Alkis Georgopoulos	2010-03-12
      fatclients: unmount removable devices at logoff

 1250 Alkis Georgopoulos	2010-03-11
      fatclients: properly mark X sessions as active for
      ConsoleKit/PolicyKit

 1249 Alkis Georgopoulos	2010-02-25
      ltsp-cluster-info: check that getltscfg-cluster.conf exists before
      including it

 1248 Vagrant Cascadian 2010-02-19
      check for NBD_ROOT_PORT instead of NBD_PORT, which was ambiguously
      used for both NBD root and NBD swap.

 1247 Stéphane Graber	2010-02-17 {ldm-2.1}
      version 2.1

 1246 Vagrant Cascadian 2010-02-15
      make sure ldm-script doesn't inherrit an existing value for the
      SCRIPTS environment variable.

 1245 Gideon Romm	2010-02-15
      find should only return filenames to begin with

 1244 Gideon Romm	2010-02-15
      Reduce to a single for loop

 1243 Gideon Romm	2010-02-15
      Fix syntax error in egrep line

 1242 Vagrant Cascadian 2010-02-12
      optimize by calling egrep only once for the whole loop, and using
      shell parameter expansion instead of basename.

 1241 Vagrant Cascadian 2010-02-10
      rename ALSA_DEFAULT_* environment variables to LTSP_ALSA_DEFAULT,
      to avoid potential namespace collisions with alsa environment
      variables.

 1240 Vagrant Cascadian 2010-02-08
      if using pulseaudio daemon, set ALSA_DEFAULT_PCM and
      ALSA_DEFAULT_CTL to pulse, to simplify alsa compatibility
      configuration.

 1239 Stéphane Graber	2010-01-27
      Chinese translation: Fix type translation

 1238 Stéphane Graber	2010-01-27
      Update language list

 1237 Stéphane Graber	2010-01-27
      Add Chinese translation for ldm from Zhao Xiaoqi

 1236 Stéphane Graber	2010-01-27
      Add Chinese translation for ldm from Zhao Xiaoqi

 1235 Stéphane Graber	2010-01-26
      Reimplement I01-nbd-checkupdate in a less hackish way

 1234 Stéphane Graber	2010-01-25 {ldm-2.0.54}
      version 2.0.54

 1233 Stéphane Graber	2010-01-25
      Fix one more nc call

 1232 Stéphane Graber	2010-01-25
      openbsd-netcat doesn't behave the same as netcat-traditional,
      so force listening forever (-q-1) for everyone

 1231 Alkis Georgopoulos	2010-01-24
      Properly save/restore IFS. Explanations in
      http://sourceforge.net/mailarchive/forum.php?thread_name=1264356715.1699.69.camel%40alkis&forum_name=ltsp-developer

 1230 Stéphane Graber	2010-01-14
      rc.d: Kill nbd-client if still running after update check

 1229 Stéphane Graber	2010-01-14
      rc.d: Update nbd check to use newly introduced cache

 1228 Stéphane Graber	2010-01-14
      rc.d: Update nbd update script to work with nbd-proxy

 1227 Vagrant Cascadian 2010-01-13
      trivial update for regenerating pot file.

 1226 Stéphane Graber	2010-01-04 {ldm-2.0.53}
      version 2.0.53

 1225 Stéphane Graber	2010-01-04
      Compiz: Do not run dry run mode if regular compiz is installed
      (and not compiz-wrapper)

 1224 Stéphane Graber	2009-12-11 {ldm-2.0.52}
      version 2.0.52

 1223 Alkis Georgopoulos	2009-12-08
      Provide a way to reboot/halt from within the session

 1222 Stéphane Graber	2009-11-30
      Fix cases where we don't force shutdown/reboot

 1221 Stéphane Graber	2009-11-25
      Fix ltsp-cluster-info

 1220 Stéphane Graber	2009-11-24 {ldm-2.0.51}
      version 2.0.51

 1219 Stéphane Graber	2009-11-24
      Fix french translation

 1218 Stéphane Graber	2009-11-20
      ltsp-cluster-info: Update for previous changes

 1217 Stéphane Graber	2009-11-20
      ldm-dialog: Add an url handler, not set set_selectable as it tends
      to always select the text

 1216 Stéphane Graber	2009-11-19 {ldm-2.0.50}
      version 2.0.50

 1215 Stéphane Graber	2009-11-19
      Add ldm.pot again (was removed by mistake)

 1214 Gideon Romm	2009-11-18
      Force poweroff and reboot instead of going through init.

 1213 Stéphane Graber	2009-10-30
      ltsp-cluster-info: Update translation template and french
      translation

 1212 Stéphane Graber	2009-10-30
      Make ldm-dialog not appear in taskbar

 1211 Stéphane Graber	2009-10-30
      Improve ltsp-cluster-info a bit, make ldm-dialog label selectable

 1210 Stéphane Graber	2009-10-26 {ldm-2.0.49}
      version 2.0.49

 1209 Stéphane Graber	2009-10-26
      ltsp-cluster: Add a final newline to ssh known_hosts

 1208 Stéphane Graber	2009-10-26
      ltsp-cluster-info: Add fixed path as /sbin/ is not in the user
      path by default

 1207 Stéphane Graber	2009-10-26
      ldm-dialog: Set an empty title by default, don't make the window
      resizable, map destroy event to no

 1206 Stéphane Graber	2009-10-24
      ltsp-cluster-info: Enable translation support

 1205 Stéphane Graber	2009-10-24
      Add ltsp-cluster-info translation

 1204 Stéphane Graber	2009-10-24
      Update rc.d translation

 1203 Stéphane Graber	2009-10-24
      ltsp-cluster-info: Fix translation path

 1202 Stéphane Graber	2009-10-24
      ltsp-cluster: Split ltsp-cluster-info to a separate script

 1201 Stéphane Graber	2009-10-23
      Set root cursor when loading ldm-dialog

 1200 Stéphane Graber	2009-10-22
      LTSP-Cluster: Add support for login time balancing

 1199 Vagrant Cascadian 2009-10-02 {ldm-2.0.48}
      version 2.0.48

 1198 Stéphane Graber	2009-09-27
      rc.d: Allow the server to connect to saned

 1197 Stéphane Graber	2009-09-26
      Make the logout script the last X script to be called instead of
      the first I script.

 1196 Vagrant Cascadian 2009-09-26
      updated Vietnamese (vi) translation by Clytie Siddall.
      http://bugs.debian.org/548200

 1195 Stéphane Graber	2009-09-26
      Update translation templates and .po, update french translations

 1194 Stéphane Graber	2009-09-26
      Export SANE_NET_HOSTS when SCANNER is enabled

 1193 Stéphane Graber	2009-09-26
      Reorder rc.d I* scripts, add logout action

 1192 Vagrant Cascadian 2009-09-24
      updated Vietnamese (vi) translation by Clytie Siddall.
      http://bugs.debian.org/548200

 1191 Scott Balneaves	2009-09-24
      Added handling of LDM_SSHOPTIONS

 1190 Stéphane Graber	2009-09-23
      fatclient: Fix locale (so it uses LDM_LANGUAGE)

 1189 Stéphane Graber	2009-09-21 {ldm-2.0.47}
      version 2.0.47

 1188 Stéphane Graber	2009-09-15
      Implement ldm autologin

 1187 Stéphane Graber	2009-09-06 {ldm-2.0.46}
      version 2.0.46

 1186 Vagrant Cascadian 2009-09-06
      updated translation template for rc.d dirs

 1185 Vagrant Cascadian 2009-09-06
      updated translation template

 1184 Stéphane Graber	2009-08-30
      Fix ICEauthority with fat client

 1183 Stéphane Graber	2009-08-30
      Minimal implementation of LTSP fat client

 1182 Stéphane Graber	2009-08-25
      Add I00-halt-check to Makefile.am

 1181 Stéphane Graber	2009-08-25 {ldm-2.0.45}
      version 2.0.45

 1180 Stéphane Graber	2009-08-25
      Strip ldm.username from spaces at both start and end (avoid big
      issues with scripts)

 1179 Stéphane Graber	2009-08-22
      Implement pre-ssh hooks so one could run an action to be executed
      before the SSH connection

 1178 Stéphane Graber	2009-08-21
      Also set PRINTER_LIST if LDM_PRINTER_LIST is defined but empty,
      add a LTSP_CLIENT_HOSTNAME variable to the environment containing
      the hostname (will be useful for iTalc)

 1177 Stéphane Graber	2009-08-18 {ldm-2.0.44}
      version 2.0.44

 1176 Stéphane Graber	2009-08-18
      Add a / after ldm_theme_dir to fix cases where the path doesn't
      already contain one

 1175 Stéphane Graber	2009-08-18
      Fix ldm theme path containing memory junk (missing NULL)

 1174 Stéphane Graber	2009-08-17 {ldm-2.0.43}
      version 2.0.43

 1173 Julien Desfossez	2009-08-17
      Fix ldm hanging on logout

 1172 Vagrant Cascadian 2009-08-04
      update ldm-dialog manpage to use properly quoted minus signs,
      otherwise groff turns them into hyphens.

 1171 Marc Gariepy	2009-07-25
      Implement SHUTDOWN_TIME for ldm

 1170 Stéphane Graber	2009-06-17
      screen.d: No need to use mktemp when nothing is random in the name

 1169 Stéphane Graber	2009-06-04
      Add support for both png and jpg theme files

 1168 Stéphane Graber	2009-06-03 {ldm-2.0.42}
      version 2.0.42

 1167 Scott Balneaves	2009-06-03
      Added -pthread to ldm_LDFLAGS

 1166 Scott Balneaves	2009-06-03
      Missing function pointer

 1165 Vagrant Cascadian 2009-06-03
      revert nomad session selection
	revision-id:ryanryan52@gmail.com-20090408065805-ajstqglnp1hvri42

 1164 Stéphane Graber	2009-06-03 {ldm-2.0.41}
      version 2.0.41

 1163 Scott Balneaves	2009-06-03
      Added patch for hanging logout bug

 1162 Stéphane Graber	2009-06-03
      Implement per session Xauthority directory

 1161 Stéphane Graber	2009-05-28
      ldm-rc.d: Drop the symlink hack as that part of the launcher is
      fixed upstream now

 1160 Stéphane Graber	2009-05-28
      ldm-rc.d: Add compiz support detection

 1159 Vagrant Cascadian 2009-05-18 {ldm-2.0.40}
      version 2.0.40

 1158 Vagrant Cascadian 2009-05-15
      ldm-dialog: add descriptions for the message, question, progress
      and auto-close options.

 1157 Vagrant Cascadian 2009-05-15
      add rudimentary man page for ldm-dialog.

 1156 Vagrant Cascadian 2009-05-15
      minor corrections and updates to the ldminfod man page.

 1155 Ryan Niebur	2009-04-07
      support session selection for nomad

 1154 Vagrant Cascadian 2009-04-03
      updated Basque (eu) translation by Piarres Beobide and Iñaki
      Larrañaga Murgoitio http://bugs.debian.org/522393

 1153 Vagrant Cascadian 2009-04-01 {ldm-2.0.39}
      version 2.0.39

 1152 Vagrant Cascadian 2009-03-31
      updated German translation (again), by Wolfgang Schweer
      http://bugs.debian.org/519067

 1151 Vagrant Cascadian 2009-03-30
      nomad: don't add Xsession, as xrdp handles Xsession itself.

 1150 Vagrant Cascadian 2009-03-30
      updated German translation by Wolfgang Schweer
      http://bugs.debian.org/519067

 1149 Vagrant Cascadian 2009-03-30
      updated Polish (pl) translation by Piotr Drąg

 1148 Vagrant Cascadian 2009-03-29
      updated Polish (pl) translation by Piotr Drąg

 1147 Vagrant Cascadian 2009-03-29
      Updated Russian (ru) translation by Yuri Kozlov
      http://bugs.debian.org/521647

 1146 Vagrant Cascadian 2009-03-29
      Updated Portuguese translation by Pedro Ribeiro
      http://bugs.debian.org/519335

 1145 Stéphane Graber	2009-03-28
      Update fr.po

 1144 Vagrant Cascadian 2009-03-28
      updated Swedish translation by Daniel Nylander
      http://bugs.debian.org/519018

 1143 Vagrant Cascadian 2009-03-28
      updated Spanish translation by José L. Redrejo
      http://bugs.debian.org/519093

 1142 Ryan Niebur	2009-03-27
      updated Greek translation from Alkis Georgopoulos

 1141 Vagrant Cascadian 2009-03-11
      Updated Portuguese translation by Pedro Ribeiro
      http://bugs.debian.org/519335

 1140 Vagrant Cascadian 2009-03-11
      updated pot

 1139 Vagrant Cascadian 2009-03-11
      script to regenerate ldm.pot while keeping appropriate values for
      package name, description and version.

 1138 Vagrant Cascadian 2009-03-11
      use same string for multiple permutations gtkgreet failed errors

 1137 Vagrant Cascadian 2009-03-11
      don't request translations for strings that have no translateable
      content

 1136 Stéphane Graber	2009-03-11
      Update ldm Greek translation (Thanks to Alkis Georgopoulos)

 1135 Vagrant Cascadian 2009-03-10
      updated spanish translation by José L. Redrejo
      http://bugs.debian.org/519093

 1134 Vagrant Cascadian 2009-03-10
      updated German translation by Wolfgang Schweer
      http://bugs.debian.org/519067

 1133 Vagrant Cascadian 2009-03-09
      updated Japanese translation by Noriko Mizumoto

 1132 Vagrant Cascadian 2009-03-09
      updated Basque translation by Piarres Beobide
      http://bugs.debian.org/519033

 1131 Vagrant Cascadian 2009-03-09
      updated Swedish translation by Daniel Nylander
      http://bugs.debian.org/519018

 1130 Vagrant Cascadian 2009-03-09
      apply Nomad patch from Jigish Gohil <cyberorg@opensuse.org>, with
      a few modifications: - call session as an argument to Xsession
      script - drop handling of ~/.ltspvars

 1129 Stéphane Graber	2009-02-27 {ldm-2.0.38}
      version 2.0.38

 1128 Stéphane Graber	2009-02-25
      greeter: Do not change the cursor when X11VNC is connected (or
      it'll kill X)

 1127 Stéphane Graber	2009-02-25
      Non-change commit to fix tagging

 1126 Vagrant Cascadian 2009-02-25 {ldm-2.0.37, 2.0.37}
      version 2.0.37

 1125 Ryan Niebur	2009-02-23
      if the Name/Exec line has an additional = in it, don't error
      ... handle it nicely

 1124 Ryan Niebur	2009-02-22
      update

 1123 Ryan Niebur	2009-02-19
      fix indentation and trailing whitespace

 1122 Stéphane Graber	2009-02-18 {ldm-2.0.36}
      version 2.0.36

 1121 Stéphane Graber	2009-02-18
      Fix typo

 1120 Stéphane Graber	2009-02-18 {ldm-2.0.35}
      version 2.0.35

 1119 Stéphane Graber	2009-02-18
      Add first boot script for ltsp-cluster

 1118 Ryan Niebur	2009-02-18
      fix warnings

 1117 Ryan Niebur	2009-02-18
      markup

 1116 Ryan Niebur	2009-02-17
      fix alignment

 1115 Ryan Niebur	2009-02-17
      more

 1114 Ryan Niebur	2009-02-17
      make the button translation work better

 1113 Ryan Niebur	2009-02-17
      declare encoding so that everything doesn't blow up

 1112 Vagrant Cascadian 2009-02-16
      updated copyright notice with current copy of GPL v2
      http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt

 1111 Vagrant Cascadian 2009-02-16
      add copyright/license header for ldm-getenv-bool.c (originally
      part of ldm.c)

 1110 Vagrant Cascadian 2009-02-16
      added copyright and license header for ldm-dialog

 1109 Vagrant Cascadian 2009-02-16
      added copyright and license header

 1108 Vagrant Cascadian 2009-02-16
      updated copyright/license headers for most src/*.c

 1107 Vagrant Cascadian 2009-02-16
      updated copyright and license info for gtk greeter

 1106 Vagrant Cascadian 2009-02-16
      added copyright and license header for ldminfod

 1105 Stéphane Graber	2009-02-12 {ldm-2.0.34}
      version 2.0.34

 1104 Ryan Niebur	2009-02-09
      #defines for window/button width/height

 1103 Ryan Niebur	2009-02-09
      make ldm-dialog translatable

 1102 Ryan Niebur	2009-02-09
      fix build breakage from revision 1101

 1101 Vagrant Cascadian 2009-02-03
      move X99-run-xsession earlier to X95, to make room for cleanup
      code we want to run immediately afterwards.

 1100 Vagrant Cascadian 2009-02-02
      ldminfod: add whitelist mechanism to limit locales returned

 1099 Vagrant Cascadian 2009-02-01
      write to standard error which locales were ignored due to unicode
      errors

 1098 Vagrant Cascadian 2009-02-01
      more one-liners broken into two

 1097 Vagrant Cascadian 2009-02-01
      break up block of if/else one-liners into more lines

 1096 Ryan Niebur	2009-01-31
      add required targets to make it build with Debian's dh7 rules

 1095 Ryan Niebur	2009-01-31 {ldm-2.0.33}
      version 2.0.33

 1094 Ryan Niebur	2009-01-31
      rename it to po/rc.d/Makefile.in.in, so that it doesn't get ignored
      by mkdst

 1093 Vagrant Cascadian 2009-01-31
      remove #!/bin/sh line from rc.d/I00-nbd-checkupdate, as rc.d
      scripts are sourced.

 1092 Stéphane Graber	2009-01-31 {ldm-2.0.32}
      version 2.0.32

 1091 Stéphane Graber	2009-01-31
      Update S20-restrictedUser to be parsed by xgettext, update ldmrc.pot
      and the french translation

 1090 Stéphane Graber	2009-01-31
      Remove locale.getdefaultlocale() from generate_locale_list.py as
      we don't use it

 1089 Stéphane Graber	2009-01-31
      Revert part of last change to generate_locale_list.py and add one
      more except to. Make po/rc.d/ part of the build process.

 1088 Stéphane Graber	2009-01-31
      Pushed last change from the wrong directory, here's the real fix

 1087 Stéphane Graber	2009-01-31
      generate_locale_list.py: Fix encoding problem

 1086 Stéphane Graber	2009-01-31
      Add po/rc.d to configure

 1085 Stéphane Graber	2009-01-31
      Initial code for ldm rc.d translation

 1084 Ryan Niebur	2009-01-31 {ldm-2.0.31}
      version 2.0.31

 1083 Ryan Niebur	2009-01-31
      makefile dependancies

 1082 Ryan Niebur	2009-01-31
      rename generate.py to generate_locale_list.py

 1081 Ryan Niebur	2009-01-31
      if there's nothing interesting to print, then don't add it to the
      file, to save a bit of space (ldm will fall back to the locale
      code anyway)

 1080 Ryan Niebur	2009-01-31
      still work if there is no territory

 1079 Ryan Niebur	2009-01-31 [merge]
      build a file with all of the locales and their display names on
      build, and just use that

 1078 Stéphane Graber	2009-01-30
      Update french translations (again)

 1077 Ryan Niebur	2009-01-28 [merge]
      translate it on the ldminfod side instead of the ldm side

 1076 Stéphane Graber	2009-01-28
      rc.d: use eval_gettext everywhere, fix indent, replace exit
      by return

 1075 Ryan Niebur	2009-01-28
      make an eval_gettext function if gettext is not installed (based
      on stgraber's test script)

 1074 Ryan Niebur	2009-01-26
      show the language's human readable name in both the current locale
      and the language itself

      PACKAGERS: these set of changes require that the package which
      provides /usr/share/xml/iso-codes/iso_639.xml and it's translations
      be installed on servers with ldminfod and in the chroot to be
      useful.

      It will still work without them, but it won't display languages
      nicely to the user.

      if the translations are not installed in the chroot, then it will
      just be shown in enlish. (not the set locale or the language itself)

      if /usr/share/xml/iso-codes/iso_639.xml is not installed with
      ldminfod, then it will still be displayed the old way. (by just
      showing the user the locale code, not human readable)

 1073 Ryan Niebur	2009-01-26
      don't do territory stuff

 1072 Ryan Niebur	2009-01-26
      typo

 1071 Ryan Niebur	2009-01-26
      ldm changes to support languages with user friendly names

 1070 Ryan Niebur	2009-01-26
      ldminfod changes to support languages with more user friendly names
      (based on patch from Juhaz)

 1069 Vagrant Cascadian 2009-01-25
      updated Greek translation by Alkis Georgopoulos

 1068 Vagrant Cascadian 2009-01-24
      updated comments and mention project name and version in headers

 1067 Ryan Niebur	2009-01-23 [merge]
      that code is not used anymore

 1066 Stéphane Graber	2009-01-24
      Update translations

 1065 Ryan Niebur	2009-01-23
      those aren't translatable

 1064 Ryan Niebur	2009-01-23
      do it in less lines, and use curly braces for ogra :)

 1063 Ryan Niebur	2009-01-23
      fix alkisg's race condition better (removing old, incorrect error
      message, only breaking if the error is ECHILD)

 1062 Ryan Niebur	2009-01-23 [merge]
      revert r1058

 1061 Stéphane Graber	2009-01-23
      Update translations, first try at making rc.d/ translated (doesn't
      work yet)

 1060 Stéphane Graber	2009-01-23
      Update translations

 1059 Warren Togami	2009-01-23
      s/file/sha1sum/ works just fine to detect that the NBD image on
      the server changed.  file wasn't in the Fedora chroot.

 1058 Scott Balneaves	2009-01-22
      Patch per alkisg: hanging logouts on some slow clients

 1057 Stéphane Graber	2009-01-21 {ldm-2.0.30}
      version 2.0.30

 1056 Stéphane Graber	2009-01-21
      Add the three missing rc.d scripts to the Makefile

 1055 Warren Togami	2009-01-21
      Remove unnecessary grep, give it a beter name.

 1054 Stéphane Graber	2009-01-21
      Add squashfs update checker, rc.d script

 1053 Stéphane Graber	2009-01-19 {ldm-2.0.29}
      version 2.0.29

 1052 Stéphane Graber	2009-01-19
      Add X50-printers to set the user's default printer
      (LDM_PRINTER_DEFAULT) and printer list (LDM_PRINTER_LIST) (the
      second needs a patched cups for now ...)

 1051 Stéphane Graber	2009-01-15
      ltsp-cluster: Fix session killing

 1050 Stéphane Graber	2009-01-15
      ltsp-cluster: Add ldm registration rc.d script

 1049 Vagrant Cascadian 2009-01-09 {ldm-2.0.28}
      version 2.0.28

 1048 Vagrant Cascadian 2009-01-08
      only allow rc.d filenames that consist only of numbers, letters,
      underscores and hypens. keeps consistant with the ltsp code that
      uses the run_parts_list function.

 1047 Stéphane Graber	2009-01-07
      ltsp-cluster: Add session cleaning

 1046 Vagrant Cascadian 2008-12-31
      whitespace cleanup

 1045 Vagrant Cascadian 2008-12-31
      gut most of the cruft from the default ltsp theme and use gtk
      defaults

 1044 Vagrant Cascadian 2008-12-31
      ltsp theme: - buttons show light blue when hovered over - selected
      menu items a little lighter blue

 1043 Vagrant Cascadian 2008-12-31
      select a more blue-ish color for login box outline and selected
      menu items, which is more consistant with the rest of the theme.

 1042 Warren Togami	2008-12-24 {ldm-2.0.27}
      version 2.0.27

 1041 Ryan Niebur	2008-12-21
      keep the password there while it's logging in

 1040 Stéphane Graber	2008-12-19 {ldm-2.0.26}
      version 2.0.26

 1039 Stéphane Graber	2008-12-19
      rc.d: Let other rc.d scripts add environment variables to CLIENT_ENV

 1038 Warren Togami	2008-12-18 {ldm-2.0.25}
      version 2.0.25

 1037 Ryan Niebur	2008-12-18
      leave in the // if it's not using the k12linux layout

 1036 Ryan Niebur	2008-12-18
      add the K12LINUX patch with #ifdefs

 1035 Warren Togami	2008-12-18
      Bold the timestring and hostname, but not the IP address

 1034 Ryan Niebur	2008-12-18
      don't show the ok button if auto-close is on

 1033 Ryan Niebur	2008-12-18
      ldm-dialog: implement --auto-close for --progress

 1032 Ryan Niebur	2008-12-18
      remove debug statement

 1031 Ryan Niebur	2008-12-17
      oops, remove debug

 1030 Ryan Niebur	2008-12-17
      use the LDM_THEME variable in ldm-dialog too

 1029 Ryan Niebur	2008-12-17
      make the LDM_THEME stuff use glib, getting rid of a buffer overflow
      bug in the process..

 1028 Ryan Niebur	2008-12-17
      rearrange code and add comments

 1027 Ryan Niebur	2008-12-17
      make the code look a little bit more sane

 1026 Ryan Niebur	2008-12-17
      use getopt_long

 1025 Ryan Niebur	2008-12-17
      reindent with my normal emacs configuration..

 1024 Ryan Niebur	2008-12-17
      support --progress (because Gadi asked for it..)

 1023 Ryan Niebur	2008-12-17
      disable the entry box instead of hiding it

 1022 Vagrant Cascadian 2008-12-16
      switch engine for the "ltsp" theme to clearlooks

 1021 Vagrant Cascadian 2008-12-16 {ldm-2.0.24}
      version 2.0.24

 1020 Warren Togami	2008-12-15
      Do not ask if the user wants to save their selection of
      session/language.  Matches GDM behavior of hiding this long and
      confusing dialog from the user.  Also means we don't have to
      translate this very long string.

 1019 Ryan Niebur	2008-12-13
      make the guest button actually look like a button. too much copy
      and pasting...

 1018 Ryan Niebur	2008-12-13
      send the greeter the quit command, like was (apparently) originally
      intended.

 1017 Warren Togami	2008-12-12 {ldm-2.0.23}
      version 2.0.23

 1016 Gideon Romm	2008-12-12
      Fix broken LDM_DIRECTX

 1015 Warren Togami	2008-12-11 {ldm-2.0.22}
      version 2.0.22

 1014 Warren Togami	2008-12-11
      Rename LDM_SYSTEMWIDE_DMRC to LDM_GLOBAL_DMRC.

 1013 Ryan Niebur	2008-12-09
      make the other rc.d scripts that use zenity/xmessage use ldm-dialog

 1012 Ryan Niebur	2008-12-09
      rename ldm-question to ldm-dialog, and implement --message

 1011 Warren Togami	2008-12-09 {ldm-2.0.21}
      version 2.0.21

 1010 Ryan Niebur	2008-12-08
      fix compiler warnings

 1009 Ryan Niebur	2008-12-08
      add ldm-question, a program like zenity, but without the insane
      dependancies, and only implementing a yes/no question

 1008 Ryan Niebur	2008-12-08
      use a different variable name for the localdev command line
      arguements

 1007 Ryan Niebur	2008-12-08
      if there's no xmessage, just assume they want it saved.

 1006 Ryan Niebur	2008-12-08
      install the new rc.d files

 1005 Ryan Niebur	2008-12-08
      remove the 3rd temp file, too

 1004 Ryan Niebur	2008-12-08
      fix bugs, now it works completely afaict

 1003 Ryan Niebur	2008-12-08
      set -e in autogen.sh

 1002 Ryan Niebur	2008-12-08
      add a LDM_SYSTEMWIDE_DMRC variable

 1001 Ryan Niebur	2008-12-08
      no need to look for the file, it will be empty locally if it
      doesn't exist remotely

 1000 Ryan Niebur	2008-12-08
      move code

  999 Ryan Niebur	2008-12-08
      eliminate all of the redundant scp calls

  998 Ryan Niebur	2008-12-08
      don't depend on the new ldminfo to have nice session names

  997 Ryan Niebur	2008-12-08
      reorder stuff

  996 Ryan Niebur	2008-12-08
      don't add another Desktop section if one already exists

  995 Ryan Niebur	2008-12-08
      add another todo

  994 Ryan Niebur	2008-12-07
      support languages too

  993 Ryan Niebur	2008-12-07
      remove my list of environment variables, I've got all that I
      need now

  992 Ryan Niebur	2008-12-07
      remove a todo, did that already

  991 Ryan Niebur	2008-12-07
      support Xdialog, since it actually knows how to center itself...

  990 Ryan Niebur	2008-12-07
      add a todo

  989 Ryan Niebur	2008-12-07
      don't ask if they choose failsafe xterm

  988 Ryan Niebur	2008-12-07
      implement actually changing their .dmrc

  987 Ryan Niebur	2008-12-07
      add initial dmrc processing, lotsa todos

  986 Ryan Niebur	2008-12-07
      fix the emacs mode thing

  985 Ryan Niebur	2008-12-07
      reimplement ldm's x_session in shell and make it an rc.d file

  984 Warren Togami	2008-12-08
      Improve .bzrignore, mkdst-trunk now removes anything from the
      tarball listed in .bzrignore

  983 Vagrant Cascadian 2008-12-08
      ldminfo.c was moved from gtkgreet/ to src/

  982 Warren Togami	2008-12-08
      Ignore *.patch files in the bzr dir.

  981 Vagrant Cascadian 2008-12-08
      re-add code to find appropriate Xsession for the server

  980 Ryan Niebur	2008-12-07 {ldm-2.0.20}
      version 2.0.20

  979 Ryan Niebur	2008-12-07 [merge]
      show good names (from the .desktop file) in the session chooser

  978 Stéphane Graber	2008-11-23
      rc.d are sourced so no need of the /bin/sh header

  977 Stéphane Graber	2008-11-23 {ldm-2.0.19}
      version 2.0.19

  976 Stéphane Graber	2008-11-23
      Update rcd_DATA in ldm rc.d Makefile

  975 Stéphane Graber	2008-11-21
      Move the x-keyboard-settings script to ltsp xinitrc.d, drop
      I10-numlock as already implemented as xinitrc.d

  974 Stéphane Graber	2008-11-20
      Minor fix on cluster rc.d scripts

  973 Stéphane Graber	2008-11-20
      Add ltsp-cluster rc.d scripts

  972 Vagrant Cascadian 2008-11-19
      reset IFS back if it was previously set

  971 Gideon Romm	2008-11-18
      IFS should be unset after use, not set to empty.

  970 Scott Balneaves	2008-11-15
      Fix a minor segfault.

  969 Ryan Niebur	2008-11-14
      allow setting of the greeter without using the full path
      (so that people can set LDM_GREETER=qtgreet instead of
      LDM_GREETER=/usr/lib/ldm/qtgreet). This also makes setting the
      greeter not dependant on where ldm's libexec dir is, so the setting
      is no longer distro specific.

  968 Warren Togami	2008-11-13
      Replace bg.png with k12linux version.  100KB down to 2.5KB size,
      but does not look much different.  Warren thinks it looks more
      attractive than the old one...

  967 Vagrant Cascadian 2008-11-13
      fall back to setting DISPLAY from DISP variable for backwards
      compatibility

  966 Scott Balneaves	2008-11-13
      Added trap handler to screen script for nice cleanup of temp files

  965 Stéphane Graber	2008-11-13 {ldm-2.0.18}
      version 2.0.17

  964 Scott Balneaves	2008-11-13 [merge]
      Merged from Scott's tree: Faster timeouts for failed passwords.

  963 Vagrant Cascadian 2008-11-12
      call xinitrc script only if present

  962 Scott Balneaves	2008-11-12 [merge]
      Merged from Scott's tree: Fixed one more logout bug.  Wasn't
      specifying host for -O exit

  961 Ryan Niebur	2008-11-12
      removed unused variable

  960 Scott Balneaves	2008-11-12
      Fixed up unneeded usage() in ldm.h, move out-of-place comment block

  959 Scott Balneaves	2008-11-12
      Cleaned up the list free, close logging properly, wait for the
      terminated ssh session

  958 Ryan Niebur	2008-11-12
      add the ability to have multiple guest login servers

  957 Ryan Niebur	2008-11-12
      free the lists and hash properly

  956 Ryan Niebur	2008-11-12
      gtk_entry_set_editable is deprecated

  955 Gideon Romm	2008-11-12
      Run through xinitrc.d scripts before launching ldm

  954 Warren Togami	2008-11-12
      Silence X server, the important stuff is written to Xorg's log.

  953 Stéphane Graber	2008-11-12 {ldm-2.0.17}
      version 2.0.17

  952 Scott Balneaves	2008-11-11 [merge]
      Merged from Scott's tree: More work on Child handling.  Not using
      unexpected_child as yet.

  951 Scott Balneaves	2008-11-11 [merge]
      Merged from Scott's tree: Logging either to file, or if
      LDM_SYSLOG=True, to syslog, and on to the server.

  950 Warren Togami	2008-11-10
      Fix double free() problems

  949 Stéphane Graber	2008-11-10
      Drop LDM_RUNONCE as we don't have a loop anymore

  948 Gideon Romm	2008-11-10
      Moved while loop into screen_session and run screen scripts
      with openvt.  openvt should be a dependency, packagers

  947 Gideon Romm	2008-11-10
      Make the whole screen script a loop - we will pull the loop into
      screen_session eventually

  946 Gideon Romm	2008-11-10
      Cleaned up xauth calls in ldm screen script

  945 Warren Togami	2008-11-10
      Update Makefile.am

  944 Warren Togami	2008-11-10
      Ugly hack no longer needed after xinit ldm fix from sbalneaves.

  943 Warren Togami	2008-11-10
      Silence "xauth:  creating new authority file ..." message

  942 Stéphane Graber	2008-11-08
      ldm: Don't force reboot and poweroff (in case we have some init
      scripts that need to be run)

  941 Stéphane Graber	2008-11-08
      ldm: Hide the entry field and the prompt after we get a username
      and a password

  940 Scott Balneaves	2008-11-08 [merge]
      Merged from Scott's tree

  939 Scott Balneaves	2008-11-08 [merge]
      Merged from Scott's tree

  938 Scott Balneaves	2008-11-07 [merge]
      Merged cleanups from Scott's tree

  937 Scott Balneaves	2008-11-07 [merge]
      Merged from Scott's tree

  936 Scott Balneaves	2008-11-07 [merge]
      Merged from Scott's branch

  935 Stéphane Graber	2008-11-07
      Include gdk/gdkkeyssyms.h in greeter.c to make the tab fix to work

  934 Stéphane Graber	2008-11-07 [merge]
      Merge francis fix for <tab> support

  933 Stéphane Graber	2008-11-07
      ldm screen.d script: Set blackroot by default

  932 Scott Balneaves	2008-11-07 [merge]
      Merged void header work

  931 Scott Balneaves	2008-11-07 [merge]
      Merged syslog fixes from LTSP BTS 2008 hackfest

  930 Scott Balneaves	2008-11-07 [merge]
      Merging fixes from BTS hackfest

  929 Warren Togami	2008-10-31 {ldm-2.0.16}
      version 2.0.16

  928 Warren Togami	2008-10-31
      UGLY HACK: We need to properly detect that X is done launching
      before running init and launching the greeter.  ldm needs to detect
      the SIGUSR1 from the child X process.  See rhgb for simple example
      code to implement that.

  927 Warren Togami	2008-10-31 {ldm-2.0.15}
      version 2.0.15

  926 Warren Togami	2008-10-31
      Remove g_free() that causes segfault during shutdown.  Ryan will
      clean this up later.

  925 Warren Togami	2008-10-30
      Move ldminfod from ltsp-trunk into ldm-trunk.  Your distribution
      should package ldminfod into a sub-binary package.

  924 Vagrant Cascadian 2008-10-24 [merge]
      merge patches from Ryan Niebur to handle Xsession passed via
      ldminfod

  923 Vagrant Cascadian 2008-10-19
      include numlock script in makefile

  922 Vagrant Cascadian 2008-10-19
      add ldm initialization script to enable/disable the numlock key
      (based on ideas from Leo Eraly and Gideon Romm)

  921 Vagrant Cascadian 2008-10-19
      fix typo in comments: relation -> related

  920 Vagrant Cascadian 2008-10-19
      split setxkbmap code out into ldm initialization script

  919 Vagrant Cascadian 2008-10-17
      implement backwards compatibility with old timeout setting options

  918 Vagrant Cascadian 2008-10-17
      implement LDM_LOGIN_TIMEOUT (replaces LDM_TIMEOUT_ENABLED and
      LDM_TIMEOUT_TIME)

  917 Vagrant Cascadian 2008-10-17
      fix typo.

  916 Oliver Grawert	2008-10-15 {ldm-2.0.14}
      version 2.0.14

  915 Oliver Grawert	2008-10-14
      revert the breakage from commit 913, please, pretty please *test*
      before you break the standard themeing with a patch to make a
      nonstandard theme for one distro work while breaking the world
      for everyone else who follows the standard

  914 Stéphane graber	2008-10-04 {ldm-2.0.13}
      version 2.0.13

  913 Ryan Niebur	2008-10-02
      fix login field location with wide logos (based on CyberOrg's
      ldm-fix-input-field-location.patch)

  912 Stéphane Graber	2008-10-01
      exit screen script if LDM_RUNONCE is true

  911 Vagrant Cascadian 2008-09-23
      use Xsession script when session is selected, defaulting to
      "default" if no session is selected.

  910 Gideon Romm	2008-09-22
      Removed sourcing of ltsp_config and setting of LDM_USERNAME,
      since both are now handled already by the time the script is invoked

  909 Gideon Romm	2008-09-22
      Added lts.conf variable:	LDM_USER_ALLOW

      This variable allows one to restrict access to a particular machine
      by username.

      Syntax is:  LDM_USER_ALLOW = <username>

      A comma-separated list of usernames can also be supplied, like:

      LDM_USER_ALLOW = user1,user2,user3

      A dialog will pop up if a user other than ones indicated tries
      to log in, indicating that they are not allowed access to the
      workstation.

  908 Vagrant Cascadian 2008-09-17 [merge]
      merge patch from gadi to implement rc.d scripts before greeter,
      post X

  907 Warren Togami	2008-08-24 {ldm-2.0.12}
      version 2.0.12

  906 Warren Togami	2008-08-21
      Move file close to later to prevent a segfault if X fails.  (patch
      from sbalneav) X will still fail, but at least ldm wont segfault.

  905 John Ellson	2008-08-16
      Fedora: fix crash on x86_64 by fixing the causes of the gcc warnings
      about "incompatible pointer".

  904 Vagrant Cascadian 2008-08-11 {ldm-2.0.11}
      version 2.0.11

  903 Vagrant Cascadian 2008-08-10
      relocated rc.d localapp hook to ltsp-trunk for now

  902 Vagrant Cascadian 2008-08-10
      use more exact regex to distinguish between users with similar names

  901 Vagrant Cascadian 2008-08-10
      re-write usermod patch to use multiple lines and be more similar
      to previous code

  900 Gideon Romm	2008-08-10
      Use usermod instead of adduser

  899 Vagrant Cascadian 2008-08-08
      add x-terminal-emulator to debug-terminals

  898 Warren Togami	2008-08-07 {ldm-2.0.10}
      version 2.0.10

  897 Warren Togami	2008-08-07
      Run the shell version of xrexecd until the C version is fixed.

  896 Warren Togami	2008-08-07
      Use randomized xauth filename in /var/run.

  895 Warren Togami	2008-08-07
      Add S15-userLoginCheck  S99-debug-terminal to Makefile.am so they
      actually install.

  894 Warren Togami	2008-08-06
      Add -o allow_other so sshfs mount is actually accessible to
      the user.  root does the sshfs mount, but by default fuse will
      disallow other users from accessing the fuse mount even if they
      appear to have the permissions to access it.

  893 Oliver Grawert	2008-08-01 [merge]
      merge first set of S01-localapps fixes to actually make it work

  892 Warren Togami	2008-07-30
      LDM_DEBUG_TERMINAL disabled by default.  If you enable it in
      lts.conf, it runs a terminal as the local client after ldm login.
      Useful only in debugging local apps.

  891 Vagrant Cascadian 2008-07-27 {ldm-2.0.9}
      version 2.0.9

  890 Vagrant Cascadian 2008-07-27
      use full path to ltspfsmounter to fix umount of ltspfs devices
      on logout

  889 Warren Togami	2008-07-27 {ldm-2.0.8}
      version 2.0.8

  888 Warren Togami	2008-07-27
      REVERT: "-O exit handling and eliminate the kill" caused a serious
      problem in logging out.  XFCE4 and IceWM (possibly more) get stuck
      during logout.  Needs more work.

  887 Gideon Romm	2008-07-27 [merge]
      Added rc.d script to check for old sessions

  886 RyanRyan52@gmail.com	2008-07-27 [merge]
      make it so that the box stops jumping when the text under it
      changes.

  885 Warren Togami	2008-07-27
      Rename to S01-localapps and make it actually install from the
      Makefile.

  884 sbalneav	2008-07-27 [merge]
      Added proper -O exit handling and eliminate the kill -1 5835,
      fix per Emmanuel Garette.

  883 RyanRyan52@gmail.com	2008-07-27 [merge]
      Merge devel branch.

  882 Gideon Romm	2008-07-27
      Added LOCAL_APPS rc.d script

  881 Gideon Romm	2008-07-27 [merge]
      merging Ryan's changes

  880 Gideon Romm	2008-07-27
      Move sourcing of ltsp-common-functions out of individual rc.d
      scripts and into ldm-script, so it is available to all rc.d scripts

  879 sbalneav	2008-07-27 [merge]
      Fixed race condition with g_spawn_* by going back to standard
      fork/execvp behavior.

  878 RyanRyan52@gmail.com	2008-07-26
      fixed the guest login code

  877 Warren Togami	2008-07-25
      Create empty /var/cache/ldm directory for local apps.

  876 sbalneav	2008-07-25
      Added a LDM_USERNAME environment variable for rc.d scripting

  875 Warren Togami	2008-07-25 [merge]
      Merge Scott Balneaves's major cleanup.
	 * Major cleanups, code simplification.  * SSH message direct
	 to UI. (LDM2 or LDM3?)
	   Old ldm uses LANG=C and screen scraping to login.  ldm did
	   not use ssh-askpass because dealing with password expiry is
	   impossible with the current ssh.  Rewrite: launch SSH with
	   no LANG=, pump strings to message area.
	 * ldm rewrite has ONE way to do fork+exec.  ldm_spawn() is async.
	 Use ldm_wait() if you want sync.  * Proper glib string handling.
	 * Rewrite drops 250 lines of code.

  874 Warren Togami	2008-07-01 {ldm-2.0.7}
      version 2.0.7

  873 Warren Togami	2008-07-01
      ldm itself sets keyboard layout from lts.conf XKB* options before
      the login greeter appears.  This should be functionally equivalent
      as the XKB* options processed by configure-x.sh.

  872 Vagrant Cascadian 2008-05-30 {ldm-2.0.6}
      version 2.0.6

  871 Vagrant Cascadian 2008-05-21
      new Greek translation by Άλκης Γεωργόπουλος

  870 Vagrant Cascadian 2008-05-04 {ldm-2.0.5}
      version 2.0.5

  869 Vagrant Cascadian 2008-05-03
      typo: add Portuguese (pt) to list of supported languages

  868 Warren Togami	2008-04-27 {ldm-2.0.4}
      version 2.0.4

  867 Vagrant Cascadian 2008-04-26
      - added Russion translation by Yuri Kozlov
	http://bugs.debian.org/477987
      - put languages in alphabetical order

  866 Vagrant Cascadian 2008-04-22 {ldm-2.0.3}
      release version 2.0.3

  865 Vagrant Cascadian 2008-04-22
      new Vietnamese translation by Clytie Siddall
      http://bugs.debian.org/477330

  864 Vagrant Cascadian 2008-04-22
      French translation update by Jean-Baka Domelevo-Entfellner
      http://bugs.debian.org/477285

  863 Vagrant Cascadian 2008-04-19
      typo: add missing } when looking for debian/ubuntu Xsessions

  862 Vagrant Cascadian 2008-04-19
      add Xsession fallbacks for Gentoo and openSUSE

  861 Vagrant Cascadian 2008-04-15
      Portuguese translation by Pedro Ribeiro
      http://bugs.debian.org/476166

  860 Warren Togami	2008-04-07
      Polish translation from Piotr Drąg

  859 Warren Togami	2008-04-06 {ldm-2.0.2}
      release 2.0.2

  858 Warren Togami	2008-04-06
      Add Finnish translation from Ville-Pekka Vainio

  857 Warren Togami	2008-04-06
      Add Japanese translation from Noriko Mizumoto

  856 Vagrant Cascadian 2008-04-06 {ldm-2.0.1}
      release 2.0.1

  855 Vagrant Cascadian 2008-04-05
      corrected translation of Norwegian Bokmål by Klaus Ade Johnstad

  854 Vagrant Cascadian 2008-04-05
      added translation of Norwegian Bokmål by Klaus Ade Johnstad

  853 Vagrant Cascadian 2008-04-03
      added Swedish translation by Daniel Nylander
      http://bugs.debian.org/474005

  852 Vagrant Cascadian 2008-04-02
      - update release.conf to get correct version from new configure.ac -
      grab NAME from configure.ac

  851 Vagrant Cascadian 2008-04-02
      add basque translation from Piarres Beobide
      http://bugs.debian.org/473921

  850 Vagrant Cascadian 2008-04-02
      added hungarian translation by SZERVÁC Attila
      http://bugs.debian.org/473821

  849 Vagrant Cascadian 2008-04-01
      add spanish translation by José L. Redrejo Rodríguez
      http://bugs.debian.org/473674

  848 Vagrant Cascadian 2008-04-01 [merge]
      merge i18n patches from cyberorg

  847 Vagrant Cascadian 2008-04-01
      updated german translation by Wolfgang Schweer
      http://bugs.debian.org/473674

  846 Vagrant Cascadian 2008-04-01
      updated ldm po template

  845 Vagrant Cascadian 2008-04-01
      apply patches from Wolfgang Schweer to fix i18n
      http://bugs.debian.org/473674

  844 Warren Togami	2008-03-26 {ldm-2.0.0}
      Version 2.0.0

  843 Warren Togami	2008-03-25
      Increase buffer size so all ldminfod lines fit when you have
      many languages.

  842 Vagrant Cascadian 2008-03-25
      typo: /var/log/ldm.log

  841 Vagrant Cascadian 2008-03-24
      output debugging code to /var/log/ldm instead of /tmp/foople

  840 Vagrant Cascadian 2008-03-24
      should be no need to run getltscfg- variables should be exported
      to the environment..

  839 Vagrant Cascadian 2008-03-23 [merge]
      adapt to use common X code for ltsp screen scripts

  838 Warren Togami	2008-03-23
      Turns out this isn't true, because a different concurrent LTSP
      client would have a different IP:display number combination.

  837 Warren Togami	2008-03-23
      Use xauth with LDM_DIRECTX=true.	This works, however it needs
      cleanup in a few ways.  See the FIXME's.

  836 Warren Togami	2008-03-23
      ssh -Y is better than -X

  835 Warren Togami	2008-03-22
      Cosmetic: make /etc/hosts entries line up

  834 Vagrant Cascadian 2008-03-20
      always set -br and -noreset to xserver args, and -ac when using
      LDM_DIRECTX

  833 Vagrant Cascadian 2008-03-20
      fix typo causing X_COLOR_DEPTH to overwrite all XSERVER_CMD options

  832 Vagrant Cascadian 2008-03-20
      call launch_x with arguments - missed from
      ldm-arbitrary-xserver-opts merge

  831 Vagrant Cascadian 2008-03-20
      add back glib-object.h (for TRUE/FALSE)

  830 Vagrant Cascadian 2008-03-18
      use ltsp-common-functions for boolean_is_true function

  829 Vagrant Cascadian 2008-03-18 [merge]
      merge branch to support arbitrary xserver options - except: keep
      authfile in ldm.c (is mucked with in other code in ldm)

  828 Vagrant Cascadian 2008-03-18
      remove un-used includes (thanks scotty!)

  827 Warren Togami	2008-03-13
      .bzrignore mkdst related stuff

  826 Warren Togami	2008-03-13
      Remove ldm.spec and mkdst wrapper

  825 Warren Togami	2008-03-09
      Tempory hack: disable -ac in the default case, while turning it
      back on in the LDM_DIRECTX case

      -ac		     disable access control restrictions This
      was a really bad idea because it makes it possible for anybody
      on the network to screw with your session.  It turns out that
      due to -ac the xauth stuff in ldm really wasn't doing anything.
      It turns out that the way ldm has been doing xauth is broken
      anyway.  With this patch ldm will work for existing users even
      though LDM_DIRECTX is still insecure.  We must fix this the right
      way by using xauth properly.

  824 Warren Togami	2008-03-09
      Use ssh -Y instead of ssh -X.  Functionally equivalent on all
      distros and necessary.

  823 Vagrant Cascadian 2008-03-08
      - tweak /etc/hosts for all servers (where $SRV is actually defined)
      - test for sucess with grep directly, rather than a separate test
      on return status

  822 Warren Togami	2008-03-04
      Fedora: ldm requires openssh-clients

  821 Warren Togami	2008-03-04
      Conditionalize default session, /etc/X11/xinit/Xsession on Fedora,
      /etc/X11/Xsession on Debian

  820 Vagrant Cascadian 2008-03-01
      change variable name: LDM_ALLOW_GUEST -> LDM_GUESTLOGIN - more
      consistant with AUTOLOGIN variable names

  819 Vagrant Cascadian 2008-02-28
      - updated README for /usr/libexec -> /usr/share where appropriate -
      dropped mention of editing screen script as it is no longer relevent

  818 Warren Togami	2008-02-28
      Complete conversion to /usr/share/ltsp instead of /usr/lib/ltsp

  817 Warren Togami	2008-02-28
      Fix typo in src/Makefile.am so it will build.

  816 Vagrant Cascadian 2008-02-27
      switch default ldm rc.d directory back to /usr/share/ldm/rc.d -
      keep support for LIBEXEC/ldm/rc.d

  815 Vagrant Cascadian 2008-02-20
      implement LDM_12HOURCLOCK boolean to determine if clock should
      display 12 or 24 hour format (based on patches from Gideon Romm).

  814 Vagrant Cascadian 2008-02-20 [merge]
      merge patch from Ryan Niebur to make ldm_getenv_bool includeable
      in other programs (i.e. the greeter)

  813 Warren Togami	2008-02-20
      Fedora: symlink default to ltsp theme, package /var/run/ldm
      directory

  812 Warren Togami	2008-02-20
      Fedora: ldm requires nc

  811 Vagrant Cascadian 2008-02-18
      - pass ip address as LDMINFO_IPADDR environment variable to the
      greeter - drop get_ip function in greeter

  810 Vagrant Cascadian 2008-02-17
      make entry fields not editable when displaying status message -
      patch from Gideon Romm

  809 Vagrant Cascadian 2008-02-17
      do not display month or date on login screen. idea from Gideon Romm.

  808 Vagrant Cascadian 2008-02-17
      patch from ogra to only ask password once and issue warning message.

  807 Vagrant Cascadian 2008-02-12
      merge patch from Ryan Niebur to fix build-time warnings

  806 Vagrant Cascadian 2008-02-12 [merge]
      merge patches from Ryan Niebur: - gtkgreeter: determine theme dir
      theme dir once

  805 Vagrant Cascadian 2008-02-11 [merge]
      merge guest login button patches from Ryan Niebur: - added
      LDM_ALLOW_GUEST which enables the button - added LDM_GUEST_SERVER
      which is used as the server for guest logins - otherwise, guest
      logins behave like autologin

  804 Vagrant Cascadian 2008-02-11
      set timeout to 5 seconds when connecting to ldminfod (patch from
      Gideon Romm)

  803 Vagrant Cascadian 2008-02-10 [merge]
      merge patches to support rc.d dirs in /etc/ldm/, @libexec@ and
      /usr/share/ldm

  802 Vagrant Cascadian 2008-02-09 [merge]
      merge patches from Ryan Niebur to set ldm theme using LDM_THEME
      environment variable.

  801 Vagrant Cascadian 2008-02-01
      implemented LDM_AUTOLOGIN_SERVER, which allows autologin use a
      different server

  800 Vagrant Cascadian 2008-02-01
      add boolean environment variable LDM_AUTOLOGIN to enable autologin
      support.	- if LDM_USERNAME is not set, set to the client's hostname
      - if LDM_PASSWORD is not set, set to the username (thanks to Ryan
      Niebur for your help)

  799 Vagrant Cascadian 2008-01-30 [merge]
      merge patch from SZABO Zsolt to fix login using ssh keys:
      http://bugs.debian.org/462764

  798 Vagrant Cascadian 2008-01-29
      remove unused prefix and exec_prefix

  797 Vagrant Cascadian 2008-01-29
      look for hooks in @libexecdir@/ldm/rc.d

  796 Vagrant Cascadian 2008-01-29
      apply slightly modified patch by Francis Giraldeau to fix autologin:
	http://launchpadlibrarian.net/10690096/fix-autologin-lp161794.dpatch

  795 Warren Togami	2008-01-28
      define ldmlibexecdir so ldm can find ldmgtkgreet

  794 Warren Togami	2008-01-23
      No need to list all files

  793 Warren Togami	2008-01-22
      Make comment match filename

  792 Toshio Kuratomi	2008-01-17
      * Fix most gcc warnings.	Checking the return value of write()
      is not included
	in this as someone needs to decide which failures are fatal and
	which can be recovered from.

  791 Toshio Kuratomi	2008-01-17
      Don't need to explicitly specify libexecdir in the README with
      the latest libexecdir changes.

  790 Warren Togami	2008-01-16
      Example spec: libexecdir/ldm

  789 Warren Togami	2008-01-16
      Cleanup: src/Makefile.in not needed, generated by autogen.sh

  788 Warren Togami	2008-01-16
      Install ldm-script and rc.d into libexecdir/ldm instead of just
      libexecdir

  787 Warren Togami	2008-01-16
      s/ldm2/ldm/ and simplify description to not confuse users.

  786 Eric Harrison	2008-01-15
      fix paths in %files section of ldm.spec

  785 Toshio Kuratomi	2008-01-15
      * Add a Makefile.am i=to install the screen.d startup script.

  784 Toshio Kuratomi	2008-01-15
      * Move the ldmgtkgreet, rc.d, and ldm-script files to libexecdir.
      Override
	with ./configure --libexecdir= to the proper directory for
	your distro.

  783 Toshio Kuratomi	2008-01-15
      * Add a screen script to startup ldm.

  782 Warren Togami	2008-01-14
      ldm build requires gtk2-devel

  781 Warren Togami	2008-01-13
      release.conf reads VERSION from configure.ac

  780 Warren Togami	2008-01-13
      Add example ldm.spec for mkdst --testrpm

  779 Warren Togami	2008-01-13
      add blank config.rpath, without it configure.ac fails

  778 Warren Togami	2008-01-13
      release.conf needed by mkdst TODO: release.conf is sourced by mkdst,
      so shell script could be added here to read the NAME and VERSION
      from configure.ac instead of hardcoded.

  777 Vagrant Cascadian 2008-01-09 [merge]
      merge otavio's removal-ldm-hooks branch (ltspfs specific ldm hooks
      now maintained in ltspfs)

  776 Vagrant Cascadian 2007-12-17
      updated FSF address

  775 Vagrant Cascadian 2007-12-17
      updated FSF address

  774 Vagrant Cascadian 2007-12-17
      add french translation by Jean-Baka Domelevo-Entfellner (debian
      bug #454571)

  773 Vagrant Cascadian 2007-12-14
      use "ssh -X" in delayed-mounter script needed for newer ltspfs

  772 Vagrant Cascadian 2007-12-02
      use new mkdst wrapper, drop old mkdist

  771 Vagrant Cascadian 2007-11-27
      drop Debian and ubuntu themes from Makefile.am

  770 Vagrant Cascadian 2007-11-27
      removed Debian and ubuntu themes (should be maintained elsewhere)

  769 Oliver Grawert	2007-11-27
      remove debian dir, replace Makefile with mkdist script from ltsp
      trunk tree, move code up to toplevel dir again

  768 Vagrant Cascadian 2007-11-07
      kind of builds a package

  767 Vagrant Cascadian 2007-11-07
      remove some ltsp cruft from debian/rules

  766 Vagrant Cascadian 2007-11-07
      drop ltsp stuff from control file

  765 Vagrant Cascadian 2007-11-07
      removed more ltsp cruft

  764 Vagrant Cascadian 2007-11-07
      remove cruft from ltsp packaging

  763 Vagrant Cascadian 2007-11-07 [merge]
      merged ldm split

  762 Vagrant Cascadian 2007-11-07
      pre-emptively remove cruft

  761 Vagrant Cascadian 2007-11-07 [merge]
      merged the easy stuff

  760 Vagrant Cascadian 2007-10-26
      exclude additional packages from debootstrap installation (tasksel,
      tasksel-data, dhcp3-client, dhcp3-common, aptitude)

  759 Vagrant Cascadian 2007-10-26
      preparing 5.0.39debian1 release

  758 Vagrant Cascadian 2007-10-25
      Dutch po-debconf translation update by cobaco (aka Bart Cornelis)
      (debian bug #448010)

  757 Vagrant Cascadian 2007-10-25
      configure tzdata after installing /etc/timezone (debian bug #440856)

  756 Vagrant Cascadian 2007-10-24
      German translation updates by Wolfgang Schweer (debian bug #447504)

  755 Vagrant Cascadian 2007-10-23 [merge]
      merge patches to use /var/run/ldm instead of /tmp/ldm

  754 Vagrant Cascadian 2007-10-23 [merge]
      sync with ubuntu 5.0.39

  753 Vagrant Cascadian 2007-10-23
      updated translation for Brazilian Portuguese by Felipe Augusto
      van de Wiel (debian bug #447839)

  752 Vagrant Cascadian 2007-10-23
      updated Brazilian Portuguese debconf templates translation by
      Felipe Augusto van de Wiel (faw) (debian bug #447838)

  751 Vagrant Cascadian 2007-10-23
      updated French debconf templates translation by Jean-Baka
      Domelevo-Entfellner (debian bug #447761)

  750 Vagrant Cascadian 2007-10-23
      Updated Portuguese translation for debconf messages by Ricardo Silva
      (debian bug #447643)

  749 Vagrant Cascadian 2007-10-23
      German debconf translation updates by Wolfgang Schweer (debian
      bug #447504)

  748 Vagrant Cascadian 2007-10-23
      Updated Czech translation of debconf messages by Miroslav Kure
      (debian bug #447438)

  747 Vagrant Cascadian 2007-10-21
      fix typo in debian/rules: cleint -> client

  746 Vagrant Cascadian 2007-10-19
      updated Basque debconf template translation by Piarres Beobide
      (debian bug #447127)

  745 Vagrant Cascadian 2007-10-19
      new Finnish debconf translation by Esko Arajärvi (debian bug
      #447179)

  744 Vagrant Cascadian 2007-10-19
      new Finnish translation by Esko Arajärvi (debian bug #447179)

  743 Vagrant Cascadian 2007-10-19
      Russian translation update by Yuri Kozlov (debian bug #447181)

  742 Vagrant Cascadian 2007-10-19
      Russian debconf templates translation update by Yuri Kozlov
      (debian bug #447181)

  741 Vagrant Cascadian 2007-10-19
      Vietnamese debconf templates translation update by Clytie Siddall
      (debian bug #447258)

  740 Vagrant Cascadian 2007-10-19
      Galician debconf template translation for ltsp by Jacobo Tarrio
      (debian bug #447195)

  739 Vagrant Cascadian 2007-10-19
      Catalan translation update by Jordà Polo (debian bug #446401)

  738 Vagrant Cascadian 2007-10-19
      Catalan debconf templates translation update by Jordà Polo
      (debian bug #446401)

  737 Vagrant Cascadian 2007-10-19
      Swedish debconf templates translation update by Daniel Nylander
      (debian bug #447125)

  736 Vagrant Cascadian 2007-10-17
      updated templates.pot to current

  735 Vagrant Cascadian 2007-10-17
      updates to debconf templates reviewed by Justin B Rye

  734 Vagrant Cascadian 2007-10-07
      French debconf templates translation update by Christian Perrier
      (debian bug #445479)

  733 Vagrant Cascadian 2007-10-07
      French translation update by Jean-Baka Domelevo-Entfellner (debian
      bugs #445596, #445598)

  732 Vagrant Cascadian 2007-10-04
      plugin to copy server's Packages files into chroot

  731 Vagrant Cascadian 2007-10-04
      fix typo in test for Makefile

  730 Vagrant Cascadian 2007-10-04
      add XS-X-Vcs-Bzr entry for debian

  729 Vagrant Cascadian 2007-10-03
      prepare 5.0.31debian2 release

  728 Vagrant Cascadian 2007-10-03
      French debconf templates translation by Jean-Baka
      Domelevo-Entfellner (debian bug #444844)

  727 Vagrant Cascadian 2007-10-03
      Galician debconf template translation for ltsp by Jacobo Tarrio
      (debian bug #444753)

  726 Vagrant Cascadian 2007-10-02
      fix lintian warning: debian-rules-ignores-make-clean-error

  725 Vagrant Cascadian 2007-10-02
      round out the edges on the debian logo

  724 Vagrant Cascadian 2007-09-25
      remove temporary scratch file for sparc generation

  723 Vagrant Cascadian 2007-09-25
      bugfix: always generate sparc files in $BOOT

  722 Vagrant Cascadian 2007-09-24
      remove the ltsp theme (drop Debian-Edu, which is no longer shipped)

  721 Vagrant Cascadian 2007-09-24
      symlink common files for debian and ltsp themes

  720 Vagrant Cascadian 2007-09-24
      install ltsp theme

  719 Vagrant Cascadian 2007-09-23
      added ldm theme for ltsp.org

  718 Vagrant Cascadian 2007-09-23
      use blueish background

  717 Vagrant Cascadian 2007-09-23
      make debian logo transparent

  716 Vagrant Cascadian 2007-09-23
      few more (hopefully last) changes for 5.0.31debian1

  715 Vagrant Cascadian 2007-09-23
      add back support for mkelf-linux, but only when mkelfimage is
      not present

  714 Vagrant Cascadian 2007-09-23
      ltsp-client-core: depend on mkelfimage

  713 Vagrant Cascadian 2007-09-23
      quiet read-write filesystem detection

  712 Vagrant Cascadian 2007-09-23
      add example alternative x configuration script, largely based on
      the old debconf-based x configuration code from ltsp 5.0.8debian3

  711 Vagrant Cascadian 2007-09-23
      added CONFIGURE_X_COMMAND to allow for custom X configuration.

  710 Vagrant Cascadian 2007-09-22
      prepare 5.0.31debian1 release

  709 Vagrant Cascadian 2007-09-21 [merge]
      merge with ubuntu (5.0.31)

  708 Vagrant Cascadian 2007-09-21
      added README describing a few steps to get sound support to work
      (thanks to Bryan Sutula, debian bug #425057)

  707 Vagrant Cascadian 2007-09-21
      tighten sound dependencies: - lower ltsp-server-stanadlone sound
      dependencies to ltsp-server suggestions - ltsp-client depends on
      pulseaudio-esound-compat, suggest pulseaudio, esound and nas

  706 Vagrant Cascadian 2007-09-19
      enable encrypted swap if cryptsetup is available

  705 Vagrant Cascadian 2007-09-17
      add example script to run ldm from init (debian bug #401357)

  704 Vagrant Cascadian 2007-09-17
      continue to run init script even if not using nbd

  703 Vagrant Cascadian 2007-09-16
      remove old themes directories

  702 Vagrant Cascadian 2007-09-16
      ltsp-client: versioned dependency on ltspfsd >= 0.5

  701 Vagrant Cascadian 2007-09-16 [merge]
      merge with ubuntu (5.0.30)

  700 Vagrant Cascadian 2007-09-16
      don't error out if debian-installer/keymap is not present

  699 Vagrant Cascadian 2007-09-16
      minor doc update: use --kernel-packages instead of --late-packages
      for unknown architectures

  698 Vagrant Cascadian 2007-09-13
      add #!/bin/sh header and mark as executable

  697 Vagrant Cascadian 2007-09-13
      include french gettext translation by Jean-Baka Domelevo-Entfellner
      (debian bug #442164)

  696 Vagrant Cascadian 2007-09-13
      updated gettext po template

  695 Vagrant Cascadian 2007-09-12
      use lowercase for "thin client" as suggested by Christian Perrier
      (debian bug #441953)

  694 Vagrant Cascadian 2007-09-11 [merge]
      merged pkg-ltsp main branch (5.0.27debian1)

  693 Vagrant Cascadian 2007-09-05
      fix typo for remote syslogging

  692 Vagrant Cascadian 2007-09-04
      added instructions to enable keepalive timeouts for swap (debian
      bug #422962)

  691 Vagrant Cascadian 2007-09-04
      fix attempt to grab debian-installer/keymap.

  690 Vagrant Cascadian 2007-09-02
      use cp -p so -u is meaningful

  689 Vagrant Cascadian 2007-09-02
      add missing ;; in copy-package-cache

  688 Vagrant Cascadian 2007-09-02
      added plugin for copying cached packages

  687 Vagrant Cascadian 2007-09-01
      hostname is zero'ed from ltsp-build-client plugin, so no need to
      set from the initramfs.

  686 Vagrant Cascadian 2007-09-01
      handle hostname defaults in initramfs (debian bugs #406366 and
      #418142)

  685 Vagrant Cascadian 2007-08-24 [merge]
      merge 5.0.8debian3

  684 Vagrant Cascadian 2007-08-24
      remove -s from LDFLAGS: don't strip getltscfg (debian bug #437540)

  683 Vagrant Cascadian 2007-08-12
      do not suggest xorg in ltsp-client-core package

  682 Vagrant Cascadian 2007-08-12
      updated in preparation for release

  681 Vagrant Cascadian 2007-08-11
      include final patch for debconf templates and debian/control review
      (debian bug #434048)

  680 Vagrant Cascadian 2007-08-07
      added notes for modifying boot prompt options (debian bug #428446)

  679 Vagrant Cascadian 2007-08-07
      move suggestion for joystick from ltsp-client to ltsp-client-core

  678 Vagrant Cascadian 2007-08-06
      Updated Czech translation of debconf messages by Miroslav Kure
      (debian bug #436283)

  677 Vagrant Cascadian 2007-08-06
      updated German debconf translation by Wolfgang Schweer (debian
      bug #435821)

  676 Vagrant Cascadian 2007-08-01
      updated debconf templates

  675 Vagrant Cascadian 2007-08-01
      updated gettext messages

  674 Vagrant Cascadian 2007-08-01
      revert fr.po gettext translation to previous version (accidentally
      copied the debconf templates over it)

  673 Vagrant Cascadian 2007-08-01
      updates to debian/control.in, based on suggestions from
      debian-l10n-english (debian bug #434048)

  672 Vagrant Cascadian 2007-08-01
      Basque debconf tranlation update by Piarres Beobide (debian bug
      #434612)

  671 Vagrant Cascadian 2007-08-01
      French debconf templates translation update by Christian Perrier
      (debian bug #434600)

  670 Vagrant Cascadian 2007-08-01
      Swedish debconf templates translation by Daniel Nylander (debian
      bug #434611)

  669 Vagrant Cascadian 2007-08-01
      Updated Portuguese translation for debconf messages by Ricardo Silva
      (debian bug #434683)

  668 Vagrant Cascadian 2007-08-01
      Catalan debconf templates translation update by Jordà Polo
      (debian bug #434810)

  667 Vagrant Cascadian 2007-08-01
      Vietnamese debconf templates translation update by Clytie Siddall
      (debian bug #434834)

  666 Vagrant Cascadian 2007-08-01
      Galician debconf template translation by Jacobo Tarrio (debian
      bug #434849)

  665 Vagrant Cascadian 2007-08-01
      Updated Bulgarian debconf translations by Damyan Ivanov (debian
      bug #433619)

  664 Vagrant Cascadian 2007-08-01
      Russian debconf templates translation update by Yuri Kozlov
      (debian bug #435570)

  663 Vagrant Cascadian 2007-08-01
      apply patch to templates reviewed by debian-l10-english (debian
      bug #434048)

  662 Vagrant Cascadian 2007-08-01
      added Russian gettext translation by Yuri Kozlov (debian bug
      #435571)

  661 Vagrant Cascadian 2007-07-08
      new Russian debconf translation by Yuri Kozlov (debian bug #432226)

  660 Vagrant Cascadian 2007-07-08
      Updated Czech debconf translation by Miroslav Kure (debian bug
      #432211)

  659 Vagrant Cascadian 2007-07-06
      new Bulgarian debconf translation by Damyan Ivanov (debian bug
      #431955)

  658 Vagrant Cascadian 2007-07-06
      French debconf translation update by Jean-Marc Chaton (debian
      bug #431978)

  657 Vagrant Cascadian 2007-07-05
      apply patch by Teddy Hogeborn for the gtk greeter to display more
      locales (debian bug #430074)

  656 Vagrant Cascadian 2007-07-04
      new Vietnamese debconf translation by Clytie Siddall (debian
      bug #431654)

  655 Vagrant Cascadian 2007-07-04
      new Portuguese debconf translation by Traduz - Portuguese
      Translation Team (debian bug #431790)

  654 Vagrant Cascadian 2007-07-04
      new Galician debconf translation by Jacobo Tarrio (debian bug
      #431744)

  653 Vagrant Cascadian 2007-07-04
      new Basque debconf translation by Piarres Beobide (debian bug
      #431669)

  652 Vagrant Cascadian 2007-07-04
      German debconf translation update by Wolfgang Schweer (debian
      bug #431668)

  651 Vagrant Cascadian 2007-07-03
      Catalan debconf templates update, by Jordà Polo (debian bug
      #430853)

  650 Vagrant Cascadian 2007-06-20
      make cryptsetup an ltsp-client dependency

  649 Vagrant Cascadian 2007-06-16
      add suggests for ltsp-client-core on all packages depended on
      by ltsp-client

  648 Vagrant Cascadian 2007-06-15
      prepare changelog for 5.0.8debian2

  647 Vagrant Cascadian 2007-06-15 [merge]
      merge changelog for 5.0.8debian1

  646 Vagrant Cascadian 2007-06-15
      add alsa-utils to ltsp-client dependencies (Debian)

  645 Vagrant Cascadian 2007-06-15 [merge]
      merge mainline: drop bind mounting of /etc/X11/XF86Config-4

  644 Vagrant Cascadian 2007-06-15
      use lsb-release to determine which ldm theme should get the
      highest priority.

  643 Vagrant Cascadian 2007-06-15
      drop ldm theme for Debian-Edu (now maintained in debian-edu-artwork)

  642 Vagrant Cascadian 2007-06-14
      whitelist ltsp-client-core (Debian)

  641 Vagrant Cascadian 2007-06-14
      move /tmp/.ltspfs-socket to /var/run/ldm_socket

  640 Vagrant Cascadian 2007-06-01
      merge patches to handle keymap: - Add code in the
      ltsp-client-builder udeb and add a ltsp-client-builder plugin
	to pass the d-i keyboard setting to LTSP and X.org.  (Closes:
	#421762)

  639 Vagrant Cascadian 2007-06-01 [merge]
      merge mainline:
      http://bazaar.launchpad.net/~ltsp-drivers/ltsp/mainline/ -
      sync with ubuntu - support unencrypted LDM logins (LDM_DIRECTX)
      - generate debian/control to reduce debian/ubuntu conflicts -
      split ltsp-client into ltsp-client-core and ltsp-client
	+ all features (sound/localdev) are enabled by default
      - local printer support (jetpipe) - meaningful dependencies for
      ltsp-server-standalone

  638 Vagrant Cascadian 2007-05-19
      drop support for initrd-netboot-tools (removed in etch)

  637 Vagrant Cascadian 2007-05-19
      drop locale configuration for sarge

  636 Vagrant Cascadian 2007-05-19
      drop support for selecting kernels on sarge

  635 Vagrant Cascadian 2007-05-19
      drop support for additional packages for sarge

  634 Vagrant Cascadian 2007-05-17
      use get_config_bool for NETWORK_COMPRESSION, as reported by Tim
      Day in debian bug #421324.

  633 Vagrant Cascadian 2007-04-16
      changelog: more updates

  632 Vagrant Cascadian 2007-04-16
      early /var/lock and /var/run handling from gustavo franco/sacix
      (debian bug #416673)

  631 Vagrant Cascadian 2007-04-16
      add dutch debconf translation from cobaco (debian bug #418395)

  630 Vagrant Cascadian 2007-04-16
      changelog updates

  629 Vagrant Cascadian 2007-04-16
      install FAQ and Upgrading_4.2 to docs

  628 Vagrant Cascadian 2007-04-16
      added document for upgrading from 4.2

  627 Vagrant Cascadian 2007-04-16
      added FAQ

  626 Vagrant Cascadian 2007-04-16
      add dependency on nbd-server to ltsp-server-standalone

  625 Vagrant Cascadian 2007-04-16
      add dependency on ltspfs for ltsp-server-standalone

  624 Vagrant Cascadian 2007-04-16
      call ltspfsmounter with full path (debian bug #416684)

  623 Vagrant Cascadian 2007-04-16
      multiply menu item by 100 (debian bug #418612)

  622 Vagrant Cascadian 2007-04-16
      conflict with ltsp-utils (debian bug #413316)

  621 Vagrant Cascadian 2007-04-16
      add klogd and sysklogd to the list of whitelisted services

  620 Vagrant Cascadian 2007-04-16
      make it possible to disable tweaking of syslog.conf

  619 Vagrant Cascadian 2007-04-16
      automatically include lts.conf in bug reports

  618 Vagrant Cascadian 2007-04-16
      add next-server to dhcpd.conf (debian bug #416868, thanks to
      martin chase)

  617 Vagrant Cascadian 2007-01-19
      changelog: released 0.99debian11

  616 Vagrant Cascadian 2007-01-11
      changelog: preparing 0.99debian11

  615 Vagrant Cascadian 2007-01-10
      revert addition of xserver-xorg-input-all and xserver-xorg-video-all
      as it is now fixed in xserver-xorg.

  614 Vagrant Cascadian 2007-01-10
      fixes to boolean handling (debian bug #405772)

  613 Vagrant Cascadian 2007-01-10
      drop dependency on initrd-netboot-tools (initramfs-tools is
      preferred anyways).

  612 Vagrant Cascadian 2007-01-10
      install appropriate linux-image kernel for amd64 (debian bug
      #406357)

  611 Vagrant Cascadian 2007-01-07
      changelog: new version in preparation

  610 Vagrant Cascadian 2007-01-05
      updated location of pkg-ltsp bzr repository

  609 Vagrant Cascadian 2007-01-05
      add xserver-xorg-video-all and xserver-xorg-input-all to list of
      packages to install.

  608 Vagrant Cascadian 2007-01-02
      changelog: released 0.99debian10

  607 Vagrant Cascadian 2006-12-24
      updated changelog: new version. mention new spanish gettext
      translation.

  606 Vagrant Cascadian 2006-12-24
      added updated and reviewed spanish gettext translation.

  605 Vagrant Cascadian 2006-12-22
      remove unreviewed spanish translation.

  604 Vagrant Cascadian 2006-12-22
      mention ltspfs/localdev changes.

  603 Vagrant Cascadian 2006-12-22 [merge]
      merged ltspfs/localdev code updates.

  602 Vagrant Cascadian 2006-12-22
      updated changelog (preparing for 0.99debian9)

  601 Vagrant Cascadian 2006-12-21
      added catalan translation by Jordà Polo. (debian bug #404064)

  600 Vagrant Cascadian 2006-12-19
      updated ltsp gettext translation for Brazilian Portuguese by André
      Luís Lopes (debian bug #403815)

  599 Vagrant Cascadian 2006-12-19
      updated boilerplate comments for ltsp.

  598 Vagrant Cascadian 2006-12-19
      updated boilerplate comments to be more specific.

  597 Vagrant Cascadian 2006-12-18
      install "xorg" instead of "x-window-system-core".  patch from
      Steffen Joeris (debian bug #403234)

  596 Vagrant Cascadian 2006-12-18
      update french translation for gettext messages by Cyril Brulebois.
      (trivial one-message update)

  595 Vagrant Cascadian 2006-12-18
      include updated spanish debconf translation by Felipe Caminos,
      reviewed by debian-l10-spanish (debian bug #403604)

  594 Vagrant Cascadian 2006-12-18
      added german debconf translation by Wolfgang Schweer (debian
      bug #403597)

  593 Vagrant Cascadian 2006-12-18
      updated german gettext messages by Wolfgang Schweer.

  592 Vagrant Cascadian 2006-12-17
      updated with new question.

  591 Vagrant Cascadian 2006-12-17
      added german gettext translation by Wolfgang Schweer (debian
      bug #403568)

  590 Vagrant Cascadian 2006-12-17
      updated changelog in preparation for release.

  589 Vagrant Cascadian 2006-12-17
      typo: use "=" instead of "==" in get_config_bool (patch from Miro
      Zhorelicky, debian bug #403471)

  588 Vagrant Cascadian 2006-12-15
      updated plugins documentation, to make it easier for other distros
      to use.

  587 Vagrant Cascadian 2006-12-14
      add /etc/network/run to list of directories to be mounted.
      needed for ifupdown to work properly.

  586 Vagrant Cascadian 2006-12-14
      typo: exec proper location for screen scripts in /etc/ltsp/screen.d

  585 Vagrant Cascadian 2006-11-19
      fix some obvious mistakes.

  584 Vagrant Cascadian 2006-11-19 [merge]
      added spanish translations.

  583 Vagrant Cascadian 2006-11-17
      minor po updates.

  582 Vagrant Cascadian 2006-11-17
      updated debconf templates.pot

  581 Vagrant Cascadian 2006-11-14
      mention simplified --arch handling

  580 Vagrant Cascadian 2006-11-14
      mention updates to --arch handling.

  579 Vagrant Cascadian 2006-11-14
      simplified --arch handling for debian.  fixes breakage on
      architectures other than i386, powerpc, and amd64.

  578 Vagrant Cascadian 2006-11-14
      updated changelog

  577 Vagrant Cascadian 2006-11-14
      set ltsp-client/abort-installation question to priority critical

  576 Vagrant Cascadian 2006-11-14
      change ltsp-client/abort-installation to type "error"

  575 Vagrant Cascadian 2006-11-14
      do not run if /etc/ltsp_chroot is not present.

  574 Vagrant Cascadian 2006-11-08
      move joystick to "suggests", as dexconf now supports preseeding
      devices properly.

  573 Vagrant Cascadian 2006-11-08
      do not recommend inputattach

  572 Vagrant Cascadian 2006-11-08
      improvements to inputattach handling: - check for X_MOUSE_DEVICE
      and X_MOUSE_PROTOCOL first (faster) - do not restrict to i386 -
      coding consistancy: use [ -n "$FOO" ]

  571 Vagrant Cascadian 2006-10-31
      update changelog for 0.99debian7 release

  570 Vagrant Cascadian 2006-10-31
      no longer need joystick plugin

  569 Vagrant Cascadian 2006-10-31
      make joystick a dependency on arches for which it exists.

  568 Vagrant Cascadian 2006-10-30
      updated changelog: joystick updates, network boot dependencies

  567 Vagrant Cascadian 2006-10-30
      split joystick handling into separate plugin

  566 Vagrant Cascadian 2006-10-29
      reorganize network boot dependencies

  565 Vagrant Cascadian 2006-10-29
      only install joystick package on architectures for which it exists.

  564 Vagrant Cascadian 2006-10-29
      only recommend joystick on architectures where joystick exists.

  563 Vagrant Cascadian 2006-10-28
      mention changes to ltsp-update-kernels

  562 Vagrant Cascadian 2006-10-28 [merge]
      merge
      http://llama.freegeek.org/~vagrant/bzr/ltsp/features/vagrant-update-kernels:
      - allow using a different tftp directory - possible to configure
      tftp directory to /opt/ltsp to make kernel changes available
	  without running ltsp-update-kernels

  561 Vagrant Cascadian 2006-10-28
      updated changelog

  560 Vagrant Cascadian 2006-10-28
      install joystick package by default (for serial mouse handling)

  559 Vagrant Cascadian 2006-10-28
      ltsp-client: recommend inputattach | joystick

  558 Vagrant Cascadian 2006-10-28
      improve inputattach handling (used for mouse configuration)

  557 Vagrant Cascadian 2006-10-27
      added NEWS file which documents the changes to NBD swapping

  556 Vagrant Cascadian 2006-10-27
      also depend on update-inetd to avoid lintian warning

  555 Vagrant Cascadian 2006-10-27
      updated inetd dependencies: - drop dependency on netbase - add
      dependency on openbsd-inetd | inet-superserver - depend on tcpd

  554 Vagrant Cascadian 2006-10-23
      install nbdswapd and ldminfod manpages

  553 Vagrant Cascadian 2006-10-23
      minor change for POSIX-freindliness

  552 Vagrant Cascadian 2006-10-23
      man page for ldminfod

  551 Vagrant Cascadian 2006-10-23
      use same port we use in the documentation.

  550 Vagrant Cascadian 2006-10-23
      added manpage for nbdswapd

  549 Vagrant Cascadian 2006-10-20
      credit translators for their work

  548 Vagrant Cascadian 2006-10-20
      include recent changes

  547 Vagrant Cascadian 2006-10-17
      add cryptsetup to suggests (for encrypted swap support)

  546 Vagrant Cascadian 2006-10-17
      merge dhcpd.conf support for etherboot from ogra's edgy branch:
	405 Oliver Grawert    2006-09-19
	      add necessary lines to dhcpd.conf for etherboot handling

  545 Vagrant Cascadian 2006-10-17
      updated swap documentation

  544 Vagrant Cascadian 2006-10-17 [merge]
      merge
      http://llama.freegeek.org/~vagrant/bzr/ltsp/features/vagrant-ltsp-swap:
      - support encrypted swap - start nbd swapping earlier

  543 Vagrant Cascadian 2006-10-17
      populate /etc/hostname with "ltsp" instead of "ltsp-chroot" as
      it's not really a chroot when booted.

  542 Vagrant Cascadian 2006-10-16
      added catalan translation

  541 Vagrant Cascadian 2006-10-16
      make location of tftp directory configurable: - use
      /etc/ltsp/ltsp-update-kernels.conf if it exists - only set variables
      if not defined

  540 Vagrant Cascadian 2006-10-15
      allow comma-separated list for late-packages

  539 Vagrant Cascadian 2006-10-15
      allow comma-separated list for early-packages

  538 Vagrant Cascadian 2006-10-15
      allow comma-separated list for kernel-packages

  537 Vagrant Cascadian 2006-10-15
      allow comma-separated list for debconf-seeds

  536 Vagrant Cascadian 2006-10-15
      allow comma-separated list for apt-keys

  535 Vagrant Cascadian 2006-10-13
      include french translation for ltsp-build-client

  534 Vagrant Cascadian 2006-10-09
      updated for 0.99debian5 release

  533 Vagrant Cascadian 2006-10-09
      touch resolv.conf to workaround bug in debootstrap

  532 Vagrant Cascadian 2006-10-09
      allow --components to be a comma-separated (for debconf preseeding)

  531 Vagrant Cascadian 2006-10-09
      add debian-archive-keyring to EARLY_PACKAGES

  530 Vagrant Cascadian 2006-10-07
      add urgency medium, preparing to release 0.99debian4

  529 Vagrant Cascadian 2006-10-07
      changelog: debconf preseeding for ltsp-client-builder

  528 Vagrant Cascadian 2006-10-07
      update the description for ltsp-client-builder/build-client-opts
      so lintian doesn't complain.

  527 Vagrant Cascadian 2006-10-07
      do not build or install lp_server

  526 Vagrant Cascadian 2006-10-07
      make options to pass to ltsp-build-client preseedable.  based on
      patch by Ronny Aasen.

  525 Vagrant Cascadian 2006-10-06
      update to GPL v2

  524 Vagrant Cascadian 2006-10-06
      nother copyright fix from upstream:
	359 Scott Balneaves   2006-10-06
	    Fixed copyright in screen_session

  523 Vagrant Cascadian 2006-10-06
      changelog about ltsp-client-builder fixes

  522 Vagrant Cascadian 2006-10-06
      copyright clarifications from upstream:
	358 Scott Balneaves	2006-10-06
	    More licensing

	357 Scott Balneaves	2006-10-06
	    Minor licensing tweak

	356 Scott Balneaves	2006-10-05
	    Added Canonical copyright to ldm

  521 Vagrant Cascadian 2006-10-06
      ltsp-client-builder (fixes for debian bug #390722): - change
      priority to 70 - depend on pkgsel - drop dependency on
      base-installer

  520 Vagrant Cascadian 2006-10-06
      updated changelog

  519 Vagrant Cascadian 2006-10-06
      updated copyright

  518 Vagrant Cascadian 2006-10-06
      copyright updates: - included download URLs - reorganized LBE
      portions - removed # commants

  517 Vagrant Cascadian 2006-10-05
      include updated copyright notices in debian/copyright

  516 Vagrant Cascadian 2006-10-05
      removed lp_server: - unclear licensing - should be separate
      package anyways

  515 Vagrant Cascadian 2006-10-05
      more copyright clarifications from upstream:
	355 Scott Balneaves	2006-10-05
	    More copyright fixups

  514 Vagrant Cascadian 2006-10-05
      merge copyright headers from upstream:
	353 Scott Balneaves	2006-10-05
	    Added copyright changes

  513 Vagrant Cascadian 2006-10-05
      updated copyright notice for sdm screen script

  512 Vagrant Cascadian 2006-10-05
      added copyright header for nbdswapd

  511 Vagrant Cascadian 2006-10-04
      add dependency on gettext-base (reported by Ronny Aasen)

  510 Vagrant Cascadian 2006-09-29
      updated changelog in preparation for 0.99debian3 release

  509 Vagrant Cascadian 2006-09-28 [merge]
      merged translation updates

  508 Vagrant Cascadian 2006-09-28
      call ltsp-build-client with "--security-mirror" none in
      ltsp-client-builder postinst (patch by Petter Reinholdtsen, should
      close debian bug #389276)

  507 Vagrant Cascadian 2006-09-28
      make mknbi a dependency for i386

  506 Vagrant Cascadian 2006-09-28
      consistantly use BASE for variables that default to /opt/ltsp

  505 Vagrant Cascadian 2006-09-24
      add mknbi to EARLY_PACKAGES when ARCH is i386 (for etherboot
      support)

  504 Vagrant Cascadian 2006-09-20
      only display advanced help options if called with --extra-help

  503 Vagrant Cascadian 2006-09-20
      - allow custom screen scripts in /etc/ltsp/screen.d - prefer screen
      scripts in /etc over default screen scripts

  502 Vagrant Cascadian 2006-09-20
      add dependencies for "network audio system" for remote sound as
      alternatives for esound.

  501 Vagrant Cascadian 2006-09-18
      mention nbdswapd SWAPDIR, closes debian bug #387991

  500 Vagrant Cascadian 2006-09-18
      implement SWAPDIR in favor of SWAP

  499 Vagrant Cascadian 2006-09-17
      new version with fixed ldm booleans

  498 Vagrant Cascadian 2006-09-17
      fixed ldm boolean handling

  497 Vagrant Cascadian 2006-09-17
      another bugfix in ldm boolean handling

  496 Vagrant Cascadian 2006-09-17
      fix ldm boolean handling

  495 Vagrant Cascadian 2006-09-17
      updated in preparation for release

  494 Vagrant Cascadian 2006-09-17
      handle more cases of booleans

  493 Vagrant Cascadian 2006-09-16
      set X_VIDEORAM for ltsp 4.x compatibility

  492 Vagrant Cascadian 2006-09-16
      added X_VIDEO_RAM variable

  491 Vagrant Cascadian 2006-09-15
      split mtab and daemon handling into separate plugins

  490 Vagrant Cascadian 2006-09-15
      split init whitelisting into separate plugin

  489 Vagrant Cascadian 2006-09-15
      add plugin directory for custom plugins (such as CDDs)

  488 Vagrant Cascadian 2006-09-15 [merge]
      merge note about plugins (thanks gideon)

  487 Vagrant Cascadian 2006-09-15
      update to include program name in the plugins dir

  486 Vagrant Cascadian 2006-09-15
      - implement very crude hackish help command - change -h option be
      help output

  485 Vagrant Cascadian 2006-09-15
      no longer need stupid SCREEN_10 hack

  484 Vagrant Cascadian 2006-09-12
      force symlink creation

  483 Vagrant Cascadian 2006-09-12
      updated changelog

  482 Vagrant Cascadian 2006-09-10
      add --chroot option to name the chroot something other than ARCH

  481 Vagrant Cascadian 2006-09-09
      skip chroots without /bin/true, report which we are updating

  480 Vagrant Cascadian 2006-09-09
      put LTSP_CHROOT variable for the installation path into
      /etc/ltsp_client

  479 Vagrant Cascadian 2006-09-09
      ensure /etc/nbd-client exists in the chroot, so it can be mounted

  478 Vagrant Cascadian 2006-09-09
      move root password handling later

  477 Vagrant Cascadian 2006-09-09
      move handling of /etc/exports later and to the finalization phase

  476 Vagrant Cascadian 2006-09-09
      fix typo: pxeclient.0 -> pxelinux.0

  475 Vagrant Cascadian 2006-09-09
      document need to touch /etc/nbd-client

  474 Vagrant Cascadian 2006-09-09
      NBD_SERVER_OPTS variable to define other nbd server options

  473 Vagrant Cascadian 2006-09-09
      properly unset SECURITY_MIRROR if set to none

  472 Vagrant Cascadian 2006-09-09
      changelog: nbdswapd, disabling of security mirror, close man
      page bug

  471 Vagrant Cascadian 2006-09-08
      - added RUN_MKSWAP to call mkswap - renamed $tmp to $SWAP - simplify
      setting default values by placing before the configuration file

  470 Vagrant Cascadian 2006-09-08
      install nbdswapd

  469 Vagrant Cascadian 2006-09-08
      documented using nbdswapd

  468 Vagrant Cascadian 2006-09-08
      added wrapper for nbd-server to create and remove swap files
      as needed

  467 Vagrant Cascadian 2006-09-08
      allow disabling security mirror by passing --security-mirror none

  466 Vagrant Cascadian 2006-09-07
      update changelog

  465 Vagrant Cascadian 2006-09-07
      if daemon is installed, use it to start sdm (password prompting
      may not work without it)

  464 Vagrant Cascadian 2006-09-07
      divert /etc/mtab and point /etc/mtab to /proc/mounts

  463 Vagrant Cascadian 2006-09-07
      apt-get update now runs after locales have been generated

  462 Vagrant Cascadian 2006-09-07
      install locales as part of debootstrap and generate locales
      immediately after debootstrap.

  461 Vagrant Cascadian 2006-09-07
      add variable to include files in initial debootstrap run

  460 Vagrant Cascadian 2006-09-07
      let dependency resolution install ldm.

  459 Vagrant Cascadian 2006-09-07
      do not output messages when called from kernel postinst/postrm

  458 Vagrant Cascadian 2006-09-07
      only call chrooted /bin/true if it is present

  457 Vagrant Cascadian 2006-09-07
      plugin to clean the package cache when install is finished.

  456 Vagrant Cascadian 2006-09-07
      fix typo in dpkg-divert for policy-rc.d script

  455 Vagrant Cascadian 2006-09-07
      make mkelf-linux options a variable

  454 Vagrant Cascadian 2006-09-07
      whitespace consistancy

  453 Vagrant Cascadian 2006-09-07
      handle how gdm strangely uses /etc/X11/default-display-manager

  452 Vagrant Cascadian 2006-09-07
      when hostname is "(none)", also reset hostname variable.

  451 Vagrant Cascadian 2006-09-06
      commandline option to select kernel package instead of autodetecting

  450 Vagrant Cascadian 2006-09-06
      updated and reorganized changelog

  449 Vagrant Cascadian 2006-09-06
      add dependency on netbase (ldminfod uses inetd)

  448 Vagrant Cascadian 2006-09-06 [merge]
      merge support for locales

  447 Vagrant Cascadian 2006-09-06
      add python dependency for ldminfod

  446 Vagrant Cascadian 2006-09-06 [merge]
      merge language and session selection support: - ldm and greeter/gtk:
      include code to select language and session - added ldminfod
      (displays locales, x sessions and window managers)

      other fixes: - move 010-etc-hosts plugin to common - fix usplash
      breakage with ldm

  445 Vagrant Cascadian 2006-09-06 [merge]
      merge plugin modularization: - split load_plugins function into
      /usr/share/ltsp/plugins/functions - ltsp-build-client gets it's
      own plugin dir

  444 Vagrant Cascadian 2006-09-06
      use true as a no-op.

  443 Vagrant Cascadian 2006-09-06
      example to use dnsmasq as a dhcp server

  442 Vagrant Cascadian 2006-09-06
      added server/doc/examples dir, move qemu-ltsp to examples

  441 Vagrant Cascadian 2006-09-06
      if a viable x-display-manager is installed, don't default to
      ldm/sdm/startx

  440 Vagrant Cascadian 2006-09-05
      versioned dependency on python >= 2.4 instead of python2.4

  439 Vagrant Cascadian 2006-09-05
      switch back to default python instead of python2.4

  438 Vagrant Cascadian 2006-09-05
      added readme to explain how to build a client chroot, and what
      support is available for varous hardware architectures.

  437 Vagrant Cascadian 2006-09-05
      run sdm on the appropriate terminal

  436 Vagrant Cascadian 2006-09-04
      mention recent changes

  435 Vagrant Cascadian 2006-09-04
      mention --help to list all available options

  434 Vagrant Cascadian 2006-09-04
      update ltsp-build-client man page:
	- remove ubuntu-centrism - re-worded text for description and
	most options - removed obsolete and distro-specific options

  433 Vagrant Cascadian 2006-08-31
      get rid of lintian warning with postinst script that sources
      confmodule

  432 Vagrant Cascadian 2006-08-31
      removed unprintable character that was causing lintian warnings

  431 Vagrant Cascadian 2006-08-31
      install manpage for ldm

  430 Vagrant Cascadian 2006-08-31
      manpage for ldm

  429 Vagrant Cascadian 2006-08-31
      tweak rules to insall manpages for ltsp-client, too.

  428 Vagrant Cascadian 2006-08-30
      inlude plugins documentation ltsp-server package

  427 Vagrant Cascadian 2006-08-30
      document the plugins system

  426 Vagrant Cascadian 2006-08-30
      add documentation about swap and workstation-style installs

  425 Vagrant Cascadian 2006-08-30
      install bug helpers

  424 Vagrant Cascadian 2006-08-30
      bug reporting script to probe for installed packages in chroot(s)

  423 Vagrant Cascadian 2006-08-30
      drop recommends on nbd-client, it's already a dependency.

  422 Vagrant Cascadian 2006-08-29
      install getltscfg manpage

  421 Vagrant Cascadian 2006-08-29
      manpage for getltscfg

  420 Vagrant Cascadian 2006-08-28
      bugfix for whitelisting

  419 Vagrant Cascadian 2006-08-28
      only add localdev ssh options if configured for localdev

  418 Vagrant Cascadian 2006-08-28 [merge]
      merge with mainline: localdev and language support in ldm,
      whitespace fixes

  417 Vagrant Cascadian 2006-08-28
      whitespace correction

  416 Vagrant Cascadian 2006-08-28
      only run the rc whitelisting code if there is something whitelisted

  415 Vagrant Cascadian 2006-08-28
      only set "ips" variable once, using the "ip" command.

  414 Vagrant Cascadian 2006-08-28
      only update ssh keys in chroots with an /etc/ssh directory

  413 Vagrant Cascadian 2006-08-28
      overwrite /etc/hosts on boot, not just append to it

  412 Vagrant Cascadian 2006-08-27
      prefer tftpd-hpa over atftpd, as it's cofigured properly for ltsp
      out of the box

  411 Vagrant Cascadian 2006-08-24
      bugfix: tweak /etc/hostname instead of /etc/hosts

  410 Vagrant Cascadian 2006-08-23
      mention recent changes

  409 Vagrant Cascadian 2006-08-23
      build-depend on po-debconf

  408 Vagrant Cascadian 2006-08-23
      only install udhdpc on sarge

  407 Vagrant Cascadian 2006-08-22
      recommend esound for ltsp-client

  406 Vagrant Cascadian 2006-08-22
      recommend nbd-server and nbd-client

  405 Vagrant Cascadian 2006-08-22
      add qemu-ltsp script to examples

  404 Vagrant Cascadian 2006-08-22
      added wrapper script to test with qemu

  403 Vagrant Cascadian 2006-08-21
      mention dropping inetd/netbase dependencies

  402 Vagrant Cascadian 2006-08-21
      remove dependency on netbase, as both atftpd and tftpd-hpa depend
      on it.

  401 Vagrant Cascadian 2006-08-21
      check for initrd-netboot-tools in the chroot

  400 Vagrant Cascadian 2006-08-20
      increment version and mention recent changes

  399 Vagrant Cascadian 2006-08-20
      versioned dependency on netbase, insead of openbsd-inetd |
      netkit-inetd

  398 Vagrant Cascadian 2006-08-20
      change all packages to priority "extra" to satisfy debian policy
      3.7.2.1, section 2.5

  397 Vagrant Cascadian 2006-08-20
      use lsb_release to set default dist

  396 Vagrant Cascadian 2006-08-19
      depend on initramfs-tools 0.73e, which implements conf.d handling
      correctly

  395 Vagrant Cascadian 2006-08-19
      move initramfs-tools hook from /etc/initramfs-tools/conf.d/ to
      /usr/share/initramfs-tools/conf.d (so it's removed on package
      removal).

  394 Vagrant Cascadian 2006-08-19
      no need to set NFSOPTS anymore, default for initramfs-tools works

  393 Vagrant Cascadian 2006-08-17
      set background color to white for debian theme

  392 Vagrant Cascadian 2006-08-17 [merge]
      merge with ubuntu:
       - include changelog entries from 0.93 - re-insert missing changelog
       entry from 0.87debian2 - do not merge priority change for ldm theme

  391 Vagrant Cascadian 2006-08-17
      mention change to update-kernels running on kernel install

  390 Vagrant Cascadian 2006-08-17
      create relative symlink for nbi images

  389 Vagrant Cascadian 2006-08-17
      versioned nbi does not include .old when linking nbi.img.old,
      so hard-code "nbi.img-$version"

  388 Vagrant Cascadian 2006-08-17
      check for existing nbi image in $BOOT

  387 Vagrant Cascadian 2006-08-17
      only make nbi symlink if real nbi file exists

  386 Vagrant Cascadian 2006-08-17
      call update-client from kernel postinst/postrm hooks

  385 Vagrant Cascadian 2006-08-17
      support updating a specific kernel

  384 Vagrant Cascadian 2006-08-15
      mention openbsd-inetd preference and close debian bug #382681

  383 Vagrant Cascadian 2006-08-15
      prefer openbsd-inetd over netkit-inetd

  382 Vagrant Cascadian 2006-08-13
      ldm really depends on python2.4 now

  381 Vagrant Cascadian 2006-08-10
      fix typo

  380 Vagrant Cascadian 2006-08-10 [merge]
      merge sparc fixes to update-kernels

  379 Vagrant Cascadian 2006-08-10
      mention python2.4 dependency

  378 Vagrant Cascadian 2006-08-10
      depend on python2.4

  377 Vagrant Cascadian 2006-08-10
      switch back to python2.4

  376 Vagrant Cascadian 2006-08-09
      use the lsb_release short form to set VENDOR (instead of extra
      call to awk)

  375 Vagrant Cascadian 2006-08-09
      use the lsb_release short for to set VENDOR (instead of extra call
      to sed)

  374 Vagrant Cascadian 2006-08-09
      mention dhcpd.conf example and close bug

  373 Vagrant Cascadian 2006-08-09
      include example dhcpd.conf

  372 Vagrant Cascadian 2006-08-09
      debian theme changes

  371 Vagrant Cascadian 2006-08-09
      give debian theme highest priority

  370 Vagrant Cascadian 2006-08-09
      improved background for debian theme

  369 Vagrant Cascadian 2006-08-08
      depend on python >= 2.4 (since we removed subprocess.py)

  368 Vagrant Cascadian 2006-08-08
      mention subprocess.py removal and close debian bug #380859

  367 Vagrant Cascadian 2006-08-08
      remove subprocess.py (included for sarge backport) to comply with
      python policy

  366 Vagrant Cascadian 2006-08-08
      updated debian/changelog

  365 Vagrant Cascadian 2006-08-08
      check for vmlinux* and vmlinuz* for symlink versioning

  364 Vagrant Cascadian 2006-08-08
      mark update-kernels as executable

  363 Vagrant Cascadian 2006-08-08
      move 035-update-kernels back to common (works with new plugin
      ordering)

  362 Vagrant Cascadian 2006-08-08 [merge]
      merge vagrant-update-kernels: - separate directory for each ltsp
      client install - moved network boot dependencies into ltsp-client -
      use same boot prompt arguments for different architectures - boot
      prompt arguments are configurable - combined nbi image generation
      code for multiple architectures/tools - symlink nbi images if
      kernel is a symlink

  361 Vagrant Cascadian 2006-08-07
       - move rootpass so it prompts for the password (if enabled)
       at the very end.

  360 Vagrant Cascadian 2006-08-07 [merge]
      merge new plugin ordering from vagrant-new-plugins

  359 Vagrant Cascadian 2006-08-06
      only copy file if it exists

  358 Vagrant Cascadian 2006-08-06
      prompt for root password in the finalization phase.

  357 Vagrant Cascadian 2006-08-06
      fix typo: promt -> prompt

  356 Vagrant Cascadian 2006-08-05
      update-kernels needs to be run after the kernel gets installed
      (Debian/030-late-packages)

  355 Vagrant Cascadian 2006-08-05
      simplify handling of vmlinuz and vmlinux copying

  354 Vagrant Cascadian 2006-08-04 [merge]
      merge mount-proc into common plugins

  353 Vagrant Cascadian 2006-08-04
      bugfix: put quotes around clients

  352 Vagrant Cascadian 2006-08-04
      plugin to update the ssh keys

  351 Vagrant Cascadian 2006-08-04
      added plugin to update the kernels

  350 Vagrant Cascadian 2006-08-04
      only set PXELINUX_CMDLINE if not already set

  349 Vagrant Cascadian 2006-08-04
      define PXELINUX_CMDLINE variable, and set for ubuntu

  348 Vagrant Cascadian 2006-08-03
      - install initramfs-tools/conf.d/ltsp into
      /etc/initramfs-tools/conf.d as a
	workaround for debian bug #381315

  347 Vagrant Cascadian 2006-08-03 [merge]
      merge with pkg-ltsp main

  346 Vagrant Cascadian 2006-08-03 [merge]
      merge changes from mainline, except changes 020-init-image (already
      included better fix)

  345 Vagrant Cascadian 2006-08-03
      install initramfs-tools/conf.d/ltsp hooks

  344 Vagrant Cascadian 2006-08-03
      remove hacks to initramfs-tools and use initramfs-tools/conf.d
      plugin

  343 Vagrant Cascadian 2006-08-01
      bugfix: set MODULES=netboot

  342 Vagrant Cascadian 2006-08-01
      use initramfs-tools/conf.d if available

  341 Vagrant Cascadian 2006-08-01
      bugfix: only configure for initrd-netboot-tools when
      initrd-netboot-tools is installed

  340 Vagrant Cascadian 2006-07-30
      bugfix: actually test that the package is installed

  339 Vagrant Cascadian 2006-07-27
      only set values if not already set

  338 Vagrant Cascadian 2006-07-27
      update with enable-popcon text

  337 Vagrant Cascadian 2006-07-27
      handle another combination of binary and configuration file for
      initramfs-tools

  336 Vagrant Cascadian 2006-07-26 [merge]
      merge fixes to debian/control after merge with ubuntu

  335 Vagrant Cascadian 2006-07-26 [merge]
      add /etc/hosts.ltsp to /etc/hosts on boot if present

  334 Vagrant Cascadian 2006-07-26 [merge]
      merge code to ltsp-update-keys to add a static file of
      ssh_known_hosts entries

  333 Vagrant Cascadian 2006-07-26
      mention dropping of recommends on ubuntu-thin-client

  332 Vagrant Cascadian 2006-07-26
      drop recommends on ubuntu-thin-client (closes: #376898)

  331 Vagrant Cascadian 2006-07-26
      document USE_LOCAL_SWAP

  330 Vagrant Cascadian 2006-07-26
      USE_LOCAL_SWAP for swap on local disks (from patch by Petter
      Reinholdtsen)

  329 Vagrant Cascadian 2006-07-24
      mention gtk2-engines and popularity-contest option

  328 Vagrant Cascadian 2006-07-24
      add versioned dependency on gtk2-engines in preference to
      gtk2-engines-clearlooks

  327 Otavio Salvador	2006-07-22
      Move changelog to 0.92debian1.

  326 Otavio Salvador	2006-07-22 [merge]
      Sync with Ubuntu Edgy branch.

  325 Oliver Grawert	2006-07-21 [merge]
      merge vagrants popcon support for thin clients and whitespace fixes

  324 Oliver Grawert	2006-07-20
      make ltsp-keys executable

  323 Oliver Grawert	2006-07-20
      add a /etc/network/if-up.d/ltsp-keys script to copy the sshkeys
      on every interface start, make ltsp-update-sshkeys use logger
      for output and log to syslog and add descriptive error messages,
      this avoids breakage if the server IP was changed

  322 Oliver Grawert	2006-07-18
      add linewrap to udeb postinst and fix a syntax error

  321 Oliver Grawert	2006-07-18
      update the udeb to the latest installer code without weird "env"
      calls

  320 Oliver Grawert	2006-07-18
      make sure linux is set as terminal type so the udeb doesnt fail
      in the installer

  319 Oliver Grawert	2006-07-14
      fix wrong kernel selection on ubuntu

  318 Oliver Grawert	2006-07-03 [merge]
      mrege otavios changes

  317 Oliver Grawert	2006-07-03 [merge]
      merge debian changes modulo debian/control changes

  316 Oliver Grawert	2006-06-29
       moved 010-chroot-tagging from Debian plugins to common

  315 Oliver Grawert	2006-06-29
      remove the hack to 020-rootpath (touching /etc/ltsp_chroot

  314 Oliver Grawert	2006-06-27
      changelog

  313 Oliver Grawert	2006-06-27
      quiten down update-rc.d in rc_cleanup

  312 Oliver Grawert	2006-06-26
      fixed broken RC*_WHITELIST variables

  311 Oliver Grawert	2006-06-26
      made the source work again to have a usable package: fixed broken
      eval_gettext quoting of all strings, added a line that sources
      gettext.sh to ltsp-build-client to make it work at all. added a
      touch $ROOT/etc/ltsp_chroot to the 020-rootpath plugin to make
      ltsp-client installable again. changed default distro to edgy.

  310 Oliver Grawert	2006-06-22
      changelog

  309 Oliver Grawert	2006-06-22 [merge]
      merge debian modularization changes and fixes in the upstream branch

  308 Oliver Grawert	2006-05-26 [merge]
      merge the dapper tree

  307 Oliver Grawert	2006-05-26
      changelog

  306 Oliver Grawert	2006-05-15 [merge]
      merged changes from dapper package

  305 Oliver Grawert	2006-04-25
      added -o Acquire::gpgv::Options::=--ignore-time-conflict to apt-get
      update to handle broken BIOS clock settings

  304 Oliver Grawert	2006-04-24
      fixed changelog

  303 Oliver Grawert	2006-04-02 [merge]
      merge with petters ubuntufixes branch

  302 Oliver Grawert	2006-03-09
      changelog

  301 Oliver Grawert	2006-03-09
      fixed ssh_known_hosts creation to not depend on ssh-keyscan

  300 Oliver Grawert	2006-03-09 [merge]
      merged petters recent cleanup changes to debian/rules

  299 Oliver Grawert	2006-03-09
      submitted the patch from David Ellingsworth to split the ROOT
      variable into ROOT=$BASE/$ARCH, removes the --root option adds a
      --base option instead, thanks David

  298 Oliver Grawert	2006-03-09 [merge]
      merged with peres ltsp-ubuntufixes branch

  297 Oliver Grawert	2006-03-09
      changelog

  296 Oliver Grawert	2006-03-05
      fix typo in ltsp-server description

  295 Oliver Grawert	2006-03-04
      fix indentation in ltsp-client.init harder :P

  294 Oliver Grawert	2006-03-04
      fix indentation in ltsp-client.init

  293 Oliver Grawert	2006-03-04
      fix indentation error in X_MODE code of ltsp-client-setup

  292 Oliver Grawert	2006-03-04
      remove the unused configure_sound call in the ltsp-client-setup
      init script, thats haldled in ltsp-client since some time

  291 Oliver Grawert	2006-03-04
      changelog

  290 Oliver Grawert	2006-03-04
      move rc_cleanup function to the set of other functions at the top
      of ltsp-build-client, make it use update-rc.d and be less noisy

  289 Oliver Grawert	2006-03-04
      merge rev. 243-245 from
      http://developer.skolelinux.no/~pere/bzr-archives/ltsp-ubuntufixes/,
      bugfix to handle init.d scripts which are substrings of other
      scripts, like udev and udev-mtab. rewrite of init.d cleaning to
      avoid code duplication.

  288 Oliver Grawert	2006-03-04
      merge
      http://llama.freegeek.org/~vagrant/bzr-archives/ltsp/ubuntufixes/
      rev. 238, fix sdm dependency of ltsp-client

  287 Oliver Grawert	2006-02-24
      changelog

  286 Oliver Grawert	2006-02-24
      clean up duplicated esd startup, slipped through in a merge

  285 Oliver Grawert	2006-02-23
      changelog

  284 Oliver Grawert	2006-02-23
      add proper python tempfile handling to the xauth code

  283 Oliver Grawert	2006-02-23
      merge -r234..235 from
      http://developer.skolelinux.no/~pere/bzr-archives/ltsp-ubuntufixes/,
      xauth handling

  282 Oliver Grawert	2006-02-23
      changelog

  281 Oliver Grawert	2006-02-23
      add shutdown function to ldm to easily shut down the clients

  280 Oliver Grawert	2006-02-23
      add shutdown icons to the themes

  279 Oliver Grawert	2006-02-23
      changelog

  278 Oliver Grawert	2006-02-23
      merge -r228..229
      http://llama.freegeek.org/~vagrant/bzr-archives/ltsp/ubuntufixes/,
      option for ltsp-build-client to add additional keys to the apt
      keyring in the chroot

  277 Oliver Grawert	2006-02-23
      merge -r229..230
      http://llama.freegeek.org/~vagrant/bzr-archives/ltsp/ubuntufixes/,
      adds option to load debconf pre-seeding files in the chroot to
      ltsp-build-client

  276 Oliver Grawert	2006-02-23
      merge -r230..231
      http://llama.freegeek.org/~vagrant/bzr-archives/ltsp/ubuntufixes/,
      RCFILE handling

  275 Oliver Grawert	2006-02-23
      changelog

  274 Oliver Grawert	2006-02-23
      added alternative handling to ldm for easier theme selection

  273 Oliver Grawert	2006-02-22
      merged revision 225-228 from
      http://developer.skolelinux.no/~pere/bzr-archives/pere-sound/,
      adds nasd support and several code improvements, removed the syslog
      code from the initfunction

  272 Oliver Grawert	2006-02-22
      merge
      http://developer.skolelinux.no/~pere/bzr-archives/ltsp-ubuntufixes/
      rev 237 from petter (Fall pack to mouse preseeding if inputattach
      is missing.)

  271 Oliver Grawert	2006-02-22
      merged
      http://developer.skolelinux.no/~pere/bzr-archives/ltsp-ubuntufixes/
      233 (handling of older gnomecanvas version for ld,

  270 Oliver Grawert	2006-02-22
      changelog

  269 Oliver Grawert	2006-02-22
      fix ltsp-client -> ldm relationship, add ldm to EARLY_PACKAGES,
      add x-display-manager back to ltsp-client dependencys

  268 Oliver Grawert	2006-02-17
       revert the x-display-manager dependency in ltsp-client, it breaks
       CD rom installs and the systme ends up with gdm being installed,
       needs further sorting if we want to keep x-display-manager there

  267 Oliver Grawert	2006-02-17
      changelog

  266 Oliver Grawert	2006-02-17
      add powerpc support to ltsp-update-kernels, make it handle vmlinux
      images, yaboot copying and create yaboot.conf

  265 Oliver Grawert	2006-02-17
      changelog

  264 Oliver Grawert	2006-02-17
      KERNEL_ARCH for amd64 must be amd64-generic *sigh*

  263 Oliver Grawert	2006-02-16
      changelog

  262 Oliver Grawert	2006-02-15
      cleaning up of startup links in rcS.d and rc2.d based on whitelist
      variables (RC2_WHITELIST RCS_WHITELIST)

  261 Oliver Grawert	2006-02-12
      merged patch 236 from
      http://developer.skolelinux.no/~pere/bzr-archives/ltsp-ubuntufixes/
      (fix bashism in client/ltsp_functions)

  260 Oliver Grawert	2006-02-08
      changelog

  259 Oliver Grawert	2006-02-08
      fix typos in EARLY_PACKAGES

  258 Oliver Grawert	2006-02-08
      fix the kernel handling for different architectures, only install
      linux-image-$(architecture), not the restricted modules (low
      memory spec)

  257 Oliver Grawert	2006-02-08
      changelog

  256 Oliver Grawert	2006-02-08
      fixed typo (usplash instead of usplas)

  255 Oliver Grawert	2006-02-08
      remove esound, inputattach, usplash as hard dependencys for
      ltsp-client and move them to EARLY_PACKAGES in ltsp-build-client
      to make debian more happy

  254 Oliver Grawert	2006-02-08
      merge with vagrant cascadian, add x-display-manager as optional
      dependency to ltsp-client, make ltsp-client fall back to sdm and
      then to startx if ldm isnt installed

  253 Oliver Grawert	2006-02-08
      tweak the code of initramfs-tools instead of initrd-netboot-tools
      for netbooting

  252 Oliver Grawert	2006-02-07
      changelog

  251 Oliver Grawert	2006-02-07
      indeed actually add the mirrors the the newly generated sources.list

  250 Oliver Grawert	2006-02-07
      changelog

  249 Oliver Grawert	2006-02-07
      merged revision 231-233 from
      http://pkg-ltsp.alioth.debian.org/bzr/main/ (remove debootstrap
      generated sources.list, but keep option for extra and security
      mirrors, since debian needs that)

  248 Oliver Grawert	2006-02-06
      changelog

  247 Oliver Grawert	2006-02-06
      latest inputattach is available on all arches, fixing debian/control
      accordingly to use it as a dependency for ltsp-client everywhere

  246 Oliver Grawert	2006-02-03
      changelog

  245 Oliver Grawert	2006-02-03
      finally add usplash to ltsp-client

  244 Oliver Grawert	2006-02-03
      make dependency on inputattach arch specific, it exists only on i386

  243 Oliver Grawert	2006-02-03
      merge rev 226-228 from
      http://llama.freegeek.org/~vagrant/bzr-archives/ltsp/ubuntufixes/
      (simplifies ARCH and ROOT handling)

  242 Oliver Grawert	2006-02-03
      cleanly wrap the xkb options to not run debconf communicate for
      empty values

  241 Oliver Grawert	2006-02-03
      re-add preseeding option for 3 button mouse emulation and wrap it
      properly to not be executed if not set, added comments

  240 Oliver Grawert	2006-02-03
      only run preseeding of defaul color depth if there is really a
      value set in lts.conf

  239 Oliver Grawert	2006-02-03
      add sane defaults for usplash to the ltsp-client-setup initscript

  238 Oliver Grawert	2006-02-03
      typo in changelog

  237 Oliver Grawert	2006-02-02
      changelog

  236 Oliver Grawert	2006-02-02
      use inputattach for serial mice in
      ltsp-client.ltsp-client-setup.init, add inputattach to the
      ltsp-client dependencys

  235 Oliver Grawert	2006-02-02
      fix typo in the X_MODE line of ltsp-client-setup.init

  234 Oliver Grawert	2006-02-01
      changelog

  233 Oliver Grawert	2006-02-01
      drop the adding of mousedev to /etc/modules in ltsp-build-client,
      its built into the kernel now

  232 Oliver Grawert	2006-02-01
      changed the default mirror to archive.ubuntu.com in
      ltsp-build-client

  231 Oliver Grawert	2006-02-01
      changed the MODULES= line in ltsp-build-client from none to netboot
      to make use of the new initramfs feature

  230 Oliver Grawert	2006-02-01 [merge]
      merged fix (drop esddsp from ldm) from
      http://people.ubuntu.com/~ogra/bzr-archive/ltsp/sound/

  229 Oliver Grawert	2006-01-28
      changelog

  228 Oliver Grawert	2006-01-13 [merge]
      merged fix to replace sources.lits in the chroot instead of
      appending to it

  227 Oliver Grawert	2006-01-10
      changelog

  226 Oliver Grawert	2006-01-10 [merge]
      merge sound support from
      http://people.ubuntu.com/~ogra/bzr-archive/ltsp/sound/

  225 Matt Zimmerman	2005-12-12
      changelog

  224 Matt Zimmerman	2005-12-12 [merge]
      Merge http://people.ubuntu.com/~ogra/bzr-archive/ltsp/fixes/

  223 Matt Zimmerman	2005-12-12
      changelog

  222 Matt Zimmerman	2005-12-12 [merge]
      Merge Oliver's new ldm

  221 Matt Zimmerman	2005-12-05
      Update changelog

  220 Matt Zimmerman	2005-12-05
      Use find rather than ls for arch enumeration

  219 Matt Zimmerman	2005-12-05 [merge]
      Merge http://people.ubuntu.com/~ogra/bzr-archive/ltsp/multiarch/

  218 Matt Zimmerman	2005-12-05
      Restore TODO

  217 Matt Zimmerman	2005-11-23 [merge]
      Merge http://llama.freegeek.org/~vagrant/bzr-archives/ltsp/

  216 Matt Zimmerman	2005-11-23 [merge]
      Merge http://projetos.ossystems.com.br/~otavio/bzr/ltsp/oss-ubuntu

  215 Matt Zimmerman	2005-11-18
      changelog

  214 Matt Zimmerman	2005-11-18 [merge]
      merge pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-77 Patches
      applied:

       * pere@hungry.com--2005/ltsp--debianfixes--0--patch-42
	 Use same rule sets for sarge, etch and sid.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-68
	 Use same rule sets for sarge, etch and sid.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-69
	 Add dependency on debconf-utils, as ltsp-build-client uses
	 debconf-get-selections

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-70
	 Add dependency on openssh-client (or ssh), as ltsp-update-sshkeys
	 uses ssh-keyscan.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-71
	 Merge with matt.zimmerman@canonical.com/ltsp--main--0 up to
	 patch-204.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-72
	 Generate simple fstab on the client, to quiet down fsck during
	 boot.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-73
	 Merge with matt.zimmerman@canonical.com/ltsp--main--0 up to
	 patch-205.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-74
	 Add french debconf translation by Jean-Marc Chaton.  Closes
	 debian bug #337044.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-75
	 Update Standards-Version from 3.6.1 to 3.6.2.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-76
	 Add Czech debconf translation by Miroslav Kure.  Closes debian
	 bug #338842.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-77
	 Enable fontserver preseeding, as dexconf in experimental support
	 it and we want to test it when it start working.

       * vagrant@freegeek.org--2005/ltsp--debianfixes--0--patch-36
	 add dependency on openssh-client (or ssh), as ltsp-update-sshkeys
	 uses ssh-keyscan

       * vagrant@freegeek.org--2005/ltsp--debianfixes--0--patch-37
	 add dependency on debconf-utils, as ltsp-build-client uses
	 debconf-get-selections

  213 Matt Zimmerman	2005-11-18 [merge]
      merge pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-67 Patches
      applied:

       * pere@hungry.com--2005/ltsp--debian--0--patch-90
	 Correct path to initramfs files, incorrectly changed by previous
	 merges.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-67
	 Merge from vagrant@freegeek.org--2005/ltsp--ubuntufixes--0
	 to patch-61.

       * vagrant@freegeek.org--2005/ltsp--debianfixes--0--patch-9
	 support network booting on alpha with netabootwrap

       * vagrant@freegeek.org--2005/ltsp--debianfixes--0--patch-10
	 correct typo: mkvmlinuz -> netabootwrap

       * vagrant@freegeek.org--2005/ltsp--debianfixes--0--patch-11
	 add priority critical to X configuration

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-42
	 merge pere@hungry.com--2005/ltsp--debian--0: split out ldm,
	 drop suggests on lessdisks, implement mouse configuration options

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-43
	 merge matt.zimmerman@canonical.com/ltsp--main--0: bindmount
	 fixes and features

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-44
	 merge matt.zimmerman@canonical.com/ltsp--main--0 to patch-192

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-45
	 merge matt.zimmerman@canonical.com/ltsp--main--0 to patch-194

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-46
	 merge matt.zimmerman@canonical.com/ltsp--main--0 to patch-195

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-47
	 merge vagrant@freegeek.org--2005/ltsp--debianfixes--0: support
	 for netboot on alpha

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-48
	 merge vagrant@freegeek.org--2005/ltsp--debianfixes--0--patch-11:
	 add priority critical to x configuration

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-50
	 merge matt.zimmerman@canonical.com/ltsp--main--0--patch-196

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-51
	 apply pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-38:
	 LSB init.d dependency info

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-52
	 apply pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-37

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-53
	 drop special handling of mkvmlinuz- it is already handled in
	 kernel post-install scripts

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-54
	 apply ltsp--debianfixes--0--patch-20: ldm arch-independent

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-55
	 merge matt.zimmerman@canonical.com/ltsp--main--0 to patch-198

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-56
	 merge pere@hungry.com--2005/ltsp--ubuntufixes--0 to patch-60

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-57
	 replay pere@hungry.com--2005/ltsp--debian--0--patch-90: fix
	 initramfs file location

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-58
	 merge pere@hungry.com--2005/ltsp--ubuntufixes--0 to patch-63

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-59
	 remove duplicate entry for boottime.kmap handling

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-60
	 merge pere@hungry.com--2005/ltsp--ubuntufixes--0 to patch-66

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-61
	 drop /var/cache/debconf from rw_dirs, it is now in temp_copy_dirs

  212 Matt Zimmerman	2005-11-18 [merge]
      merge pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-66 Patches
      applied:

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-64
	 Merge already included ldm patch from vagrant.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-65
	 Undu changes to install patch for initramfs scripts.  Not sure
	 why these changes happened.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-66
	 Typo.

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-49
	 ldm depedency on xservers

  211 Matt Zimmerman	2005-11-18 [merge]
      merge pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-63 Patches
      applied:

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-63
	 Merge a few patches from vagrant, to update ldm dependencies
	 and architacture.

       * vagrant@freegeek.org--2005/ltsp--debianfixes--0--patch-17
	 ldm should depend on an x server

       * vagrant@freegeek.org--2005/ltsp--debianfixes--0--patch-20
	 make ldm architecture-independent

  210 Matt Zimmerman	2005-11-18 [merge]
      merge pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-62 Patches
      applied:

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-62
	 Preseed X keyboard settings based on the servers settings.

  209 Matt Zimmerman	2005-11-18 [merge]
      merge pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-61 Patches
      applied:

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-58
	 Set umask to 022 before copying files into tftpboot/, to make
	 sure the files are readable for the client.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-59
	 Make sure to umount when the build fail.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-60
	 Try to avoid starting daemons in the chroot during creation.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-61
	 Merge matt.zimmerman@canonical.com/ltsp--main--0 up to patch-198.

  208 Matt Zimmerman	2005-11-18 [merge]
      merge pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-57 Patches
      applied:

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-54
	 Improve the error message when /var/lib/tftpboot/ltsp is missing.
	 Closes debian bug #331229.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-55
	 Make sure to exit if /var/lib/tftpboot/ltsp is missing.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-56
	 Udeb uses debconf, and should depend on ${misc:Depends}.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-57
	 Make sure ltsp-server-standalone installs properly even when
	 dhcp3-server init.d script fail to restart.

  207 Matt Zimmerman	2005-11-18 [merge]
      Merge up to pere@hungry.com--2005/patch-log/patch-53 Patches
      applied:

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-51
	 Update /etc/exports when the client environment is built,
	 not when the ltsp-server package is installed.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-53
	 Let ltsp-server depend on iproute, to find the 'ip' command
	 used by ltsp-update-sshkeys.

  206 Matt Zimmerman	2005-10-23 [merge]
      Merge pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-52 Patches
      applied:

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-52
	 Make sure the ltsp-build-client script do not hang when
	 installing packages reading from stdin.

  205 Matt Zimmerman	2005-10-23 [merge]
      Merge with pere Patches applied:

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-49
	 Merge ltsp-client-builder udeb into LTSP build tree.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-50
	 Add norwegian bokm�l translation.

  204 Matt Zimmerman	2005-10-23 [merge]
      Merge with pere Patches applied:

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-24
	 Merge with matt.zimmerman@canonical.com/ltsp--main--0 up to
	 patch-41.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-26
	 Remove redundant space.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-27
	 Implement the mouse options currently supported by dexconf,
	 X_MOUSE_DEVICE, X_MOUSE_PROTOCOL and X_MOUSE_EMULATE3BTN.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-28
	 Drop suggest on lessdisks.  It make more sense to mention it
	 in the documentation.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-29
	 Need to bind more files and directories on debian.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-30
	 Merge with matt.zimmerman@canonical.com/ltsp--main--0 up to
	 patch-191.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-31
	 Unto previous fixes.  Matt seem to prefer updating the config
	 file instead.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-32
	 Mention temp_copy_dirs block initializing variables.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-33
	 Merge with matt.zimmerman@canonical.com/ltsp--main--0 up to
	 patch-191.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-35
	 Merge matt.zimmerman@canonical.com/ltsp--main--0 (up to
	 patch-195).

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-36
	 Symlink /etc/mtab to /proc/mounts to save memory.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-37
	 Option TELNET_HOST is actually supported (but not tested)
	 when the telnet screen type is used.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-38
	 Add LSB init.d dependency info to init.d scripts.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-39
	 Merge with matt.zimmerman@canonical.com/ltsp--main--0 up to
	 patch-196.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-40
	 Rename function log() to logmsg(), to avoid name conflict with
	 the function in <math.h>.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-41
	 Initialize struct member to avoid compile warning.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-42
	 Avoid comparing signed and unsigned values by casting the signed
	 value to unsigned.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-43
	 The ldm package work on all archs.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-44
	 Improve ldm package description.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-45
	 Typo.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-46
	 Merge with matt.zimmerman@canonical.com/ltsp--main--0 (up
	 to patch-197).

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-47
	 Extend ltsp-client package descripton to make it clear that
	 this package should only be installed in the ltsp client chroot.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-48
	 Update the address of FSF in the copyright file.

  203 Matt Zimmerman	2005-10-23 [merge]
      Merge with pere Patches applied:

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-21
	 New option LDM_REMOTECMD to control command executed on remote
	 host when ldm login is performed.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-22
	 Document dependency of the sdm option.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-23
	 Move ldm into separate package, as it is useful on its own.

  202 Matt Zimmerman	2005-10-23 [merge]
      Merge with pere Patches applied:

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-20
	 Implement support for the X_COLOR_DEPTH option.  Untested.

  201 Matt Zimmerman	2005-10-23 [merge]
      Merge with pere Patches applied:

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-19
	 Merge matt.zimmerman@canonical.com/ltsp--main--0 (up to
	 patch-181).

  200 Matt Zimmerman	2005-10-20
      Remove dependency on ltsp-utils; violates the principle of least
      surprise

  199 Matt Zimmerman	2005-10-17 [merge]
      Merge breezy to mainline Patches applied:

       * matt.zimmerman@canonical.com/ltsp--breezy--0--patch-34
	 Don't install mdetect in ltsp-build-client; it's no longer used
	 by X.org

       * matt.zimmerman@canonical.com/ltsp--breezy--0--patch-35
	 changelog

       * matt.zimmerman@canonical.com/ltsp--breezy--0--patch-36
	 Copy the server keymap as the client default

       * matt.zimmerman@canonical.com/ltsp--breezy--0--patch-37
	 Merge ogra@ubuntu.com/ltsp--breezy--0--patch-4

       * matt.zimmerman@canonical.com/ltsp--breezy--0--patch-38
	 changelog

       * ogra@ubuntu.com/ltsp--breezy--0--patch-3
	 tag of matt.zimmerman@canonical.com/ltsp--breezy--0--patch-36

       * ogra@ubuntu.com/ltsp--breezy--0--patch-4
	 made ltsp-server-standalone.postinst not break on install if
	 IP range for dhcpd is wrong

  198 Matt Zimmerman	2005-09-09 [merge]
      Merge with breezy Patches applied:

       * matt.zimmerman@canonical.com/ltsp--breezy--0--patch-26
	 Remove duplicate listing of /var/cache/debconf from copy_dirs

       * matt.zimmerman@canonical.com/ltsp--breezy--0--patch-27
	 Merge patch-196

       * matt.zimmerman@canonical.com/ltsp--breezy--0--patch-28
	 changelog

       * matt.zimmerman@canonical.com/ltsp--breezy--0--patch-29
	 Use /etc/X11/Xsession rather than x-session-manager

       * matt.zimmerman@canonical.com/ltsp--breezy--0--patch-30
	 Restart stuff so that changes take effect immediately

       * matt.zimmerman@canonical.com/ltsp--breezy--0--patch-31
	 changelog

       * matt.zimmerman@canonical.com/ltsp--breezy--0--patch-32
	 Add debian/ltsp-server-standalone.postinst

       * matt.zimmerman@canonical.com/ltsp--breezy--0--patch-33
	 changelog

  197 Matt Zimmerman	2005-08-25
      Add dependency on netkit-inetd

  196 Matt Zimmerman	2005-08-20 [merge]
      Remove duplicate listing of /var/cache/debconf from copy_dirs
      Patches applied:

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-34
	 Avoid listing /var/cache/debconf both in copy_dirs and
	 temp_copy_dirs.  Only needed in temp_copy_dirs.

  195 Matt Zimmerman	2005-08-20 [merge]
      merge ltsp--breezy--0 Patches applied:

       * matt.zimmerman@canonical.com/ltsp--breezy--0--patch-22
	 Create root_write_method to replace use_bind_mounts

       * matt.zimmerman@canonical.com/ltsp--breezy--0--patch-23
	 changelog

       * matt.zimmerman@canonical.com/ltsp--breezy--0--patch-24
	 Enable unionfs_cow conditionally

       * matt.zimmerman@canonical.com/ltsp--breezy--0--patch-25
	 Explanatory comment

  194 Matt Zimmerman	2005-08-20 [merge]
      Use os.environ.get() also in get_config(), to avoid crashing when
      XFS_SERVER is unset


      Patches applied:

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-25
	 Use os.environ.get() also in get_config(), to avoid crashing
	 when XFS_SERVER is unset.

  193 Matt Zimmerman	2005-08-19 [merge]
      merge ltsp--breezy--0 Patches applied:

       * matt.zimmerman@canonical.com/ltsp--breezy--0--patch-14
	 Merge mkvmlinuz support

       * matt.zimmerman@canonical.com/ltsp--breezy--0--patch-15
	 changelog

       * matt.zimmerman@canonical.com/ltsp--breezy--0--patch-16
	 changelog

       * matt.zimmerman@canonical.com/ltsp--breezy--0--patch-17
	 Set hostname to "ltsp"

       * matt.zimmerman@canonical.com/ltsp--breezy--0--patch-18
	 ensure that /etc/hosts exists

       * matt.zimmerman@canonical.com/ltsp--breezy--0--patch-19
	 changelog

       * matt.zimmerman@canonical.com/ltsp--breezy--0--patch-20
	 Add /etc/hotplug/.run to rw_dirs

       * matt.zimmerman@canonical.com/ltsp--breezy--0--patch-21
	 changelog

  192 Matt Zimmerman	2005-08-19 [merge]
      Merge ltsp--breezy--0 Patches applied:

       * matt.zimmerman@canonical.com/ltsp--breezy--0--patch-12
	 Implement temp_copy_dirs

       * matt.zimmerman@canonical.com/ltsp--breezy--0--patch-13
	 changelog

  191 Matt Zimmerman	2005-08-19 [merge]
      Merge ltsp--breezy--0 Patches applied:

       * matt.zimmerman@canonical.com/ltsp--breezy--0--patch-6
	 Merge bindmount fixes

       * matt.zimmerman@canonical.com/ltsp--breezy--0--patch-7
	 Make default bind mounts more liberal; didn't work for me with
	 only these

       * matt.zimmerman@canonical.com/ltsp--breezy--0--patch-8
	 Don't allow failures within config steps to cause an overall
	 failure

       * matt.zimmerman@canonical.com/ltsp--breezy--0--patch-9
	 Use copy_dirs rather than rw_dirs for /etc/X11, /var/lib/xfree86,
	 /var/cache/debconf

       * matt.zimmerman@canonical.com/ltsp--breezy--0--patch-10
	 Use loadkeys rather than install-keymap, to avoid involving
	 debconf

       * matt.zimmerman@canonical.com/ltsp--breezy--0--patch-11
	 changelog

  190 Matt Zimmerman	2005-08-19 [merge]
      merge vagrant@freegeek.org--2005/ltsp--ubuntufixes--0 up to patch-41
      Patches applied:

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-40
	 support mkvmlinuz for building netboot images on powerpc

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-41
	 drop "support" for yaboot

  189 Matt Zimmerman	2005-08-19 [merge]
      merge vagrant@freegeek.org--2005/ltsp--ubuntufixes--0 up to patch-39
      Patches applied:

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-17
	 Merge matt.zimmerman@canonical.com/ltsp--main--0 (up to
	 patch-180).

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-18
	 Merge with vagrant@freegeek.org--2005/ltsp--ubuntufixes--0,
	 fixing typo, sdm permissions and the bind_mount path.

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-38
	 merge pere@hungry.com--2005/ltsp--ubuntufixes--0

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-39
	 merge matt.zimmerman@canonical.com/ltsp--main--0: improved
	 netboot handling

  188 Matt Zimmerman	2005-08-19 [merge]
      merge vagrant@freegeek.org--2005/ltsp--ubuntufixes--0 up to patch-37
      Patches applied:

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-36
	 merge matt.zimmerman@canonical.com/ltsp--main--0

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-37
	 fix check for xserver-xorg in startx

  187 Matt Zimmerman	2005-08-19
      Remove suggests for lessdisks

      lessdisks is an alternative to ltsp, not a companion

  186 Matt Zimmerman	2005-08-19 [merge]
      merge vagrant@freegeek.org--2005/ltsp--ubuntufixes--0 up to patch-35
      Patches applied:

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-15
	 Add a suggests to lessdisks for ltsp-server, to allow users
	 looking at ltsp to know about the alternative.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-16
	 Merge with matt.zimmerman@canonical.com/ltsp--main--0.

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-35
	 merge pere@hungry.com--2005/ltsp--ubuntufixes--0

  185 Matt Zimmerman	2005-08-19 [merge]
      merge vagrant@freegeek.org--2005/ltsp--ubuntufixes--0 up to patch-34
      Patches applied:

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-34
	 merge pere@hungry.com--2005/ltsp--ubuntufixes--0

  184 Matt Zimmerman	2005-08-19 [merge]
      merge vagrant@freegeek.org--2005/ltsp--ubuntufixes--0 up to patch-33
      Patches applied:

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-32
	 use /var/lib/ltsp-client-setup for tmpfs+bind mounts

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-33
	 mark sdm as executable

  183 Matt Zimmerman	2005-08-19 [merge]
      merge vagrant@freegeek.org--2005/ltsp--ubuntufixes--0 up to patch-31
      Patches applied:

       * pere@hungry.com--2005/ltsp--debianfixes--0--base-0
	 tag of vagrant@freegeek.org--2005/ltsp--debian--0--patch-23

       * vagrant@freegeek.org--2005/ltsp--debian--0--patch-24
	 merge changes from pere@hungry.com--2005/ltsp--debianfixes--0:
	 support for excluding packages (dropped changelog modifications)

       * vagrant@freegeek.org--2005/ltsp--debian--0--patch-25
	 merge pere@hungry.com--2005/ltsp--ubuntufixes--0: support
	 additional X keyboard options

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-24
	 sync with matt.zimmerman@canonical.com/ltsp--main--0

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-25
	 option to exclude packages from base system

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-26
	 support additional X keyboard options

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-27
	 sync with matt.zimmerman@canonical.com/ltsp--main--0: gtk
	 greeter improvements

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-28
	 sync with matt.zimmerman@canonical.com/ltsp--main--0--patch-165

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-29
	 sync with matt.zimmerman@canonical.com/ltsp--main--0--patch-168

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-30
	 sync with matt.zimmerman@canonical.com/ltsp--main--0--patch-170

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-31
	 sync with matt.zimmerman@canonical.com/ltsp--main--0--patch-175

  182 Matt Zimmerman	2005-08-18 [merge]
      Merge ltsp--breezy--0 Patches applied:

       * matt.zimmerman@canonical.com/ltsp--breezy--0--patch-4
	 Only require one of syslinux, mknbi or yaboot

       * matt.zimmerman@canonical.com/ltsp--breezy--0--patch-5
	 changelog

  181 Matt Zimmerman	2005-08-18 [merge]
      Merge with breezy Patches applied:

       * matt.zimmerman@canonical.com/ltsp--breezy--0--base-0
	 tag of matt.zimmerman@canonical.com/ltsp--main--0--patch-161

       * matt.zimmerman@canonical.com/ltsp--breezy--0--patch-1
	 merge patch-178 from mainline,

       * matt.zimmerman@canonical.com/ltsp--breezy--0--patch-2
	 changelog

       * matt.zimmerman@canonical.com/ltsp--breezy--0--patch-3
	 Add mknbi support

  180 Matt Zimmerman	2005-08-17
      Fix get_config_bool

  179 Matt Zimmerman	2005-08-16
      Fix test for xserver-xorg

  178 Matt Zimmerman	2005-08-16
      Fix USE_XFS handling

  177 Matt Zimmerman	2005-08-16 [merge]
      Merge pere@hungry.com--2005/ltsp--ubuntufixes--0 Patches applied:

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-11
	 Merge with matt.zimmerman@canonical.com/ltsp--main--0 up to
	 patch-175.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-12
	 Get screen.d/startx working in debian/sarge by using xfree86
	 if it is installed.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-13
	 Avoid packages cron and logrotate on sarge.  No need to rotate
	 logs.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-14
	 Fix ldm startup script to not fail when USE_XFS is unset.

  176 Matt Zimmerman	2005-08-15
      Initialize use_xfs to False in ldm

  175 Matt Zimmerman	2005-08-15
      Update changelog

  174 Matt Zimmerman	2005-08-15
      Use X rather than Xorg

  173 Matt Zimmerman	2005-08-15
      Update changelog

  172 Matt Zimmerman	2005-08-15 [merge]
      merge to pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-10
      Patches applied:

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-9
	 Make sure /tmp/info/ is created before trying to use it on
	 the client.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-10
	 Changelog for previous patch.

  171 Matt Zimmerman	2005-08-15
      Fix up xfs support

  170 Matt Zimmerman	2005-08-15 [merge]
      Merge to pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-8
      Patches applied:

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-7
	 Add support for USE_XFS and XFS_SERVER.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-8
	 Changelog entry for the last patch.

  169 Matt Zimmerman	2005-08-15 [merge]
      Merge to pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-6
      Patches applied:

       * pere@hungry.com--2005/ltsp--debianfixes--0--patch-1


       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-5
	 Changelog for the previous patch.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-6
	 Merge vagrant@freegeek.org--2005/ltsp--debian--0--patch-26,
	 fixing typo in exclude support.

       * vagrant@freegeek.org--2005/ltsp--debian--0--patch-26
	 fix typo for --exclude option, display --exclude in help output

  168 Matt Zimmerman	2005-08-15
      Update changelog

  167 Matt Zimmerman	2005-08-15 [merge]
      Merge up to pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-4
      Patches applied:

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-3
	 Add changelog entries for the last two changes.

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-4
	 Add support for excluding packages, and avoid lots on
	 debian/sarge.

  166 Matt Zimmerman	2005-08-15
      Fix grammar

  165 Matt Zimmerman	2005-08-15 [merge]
      Give warning if root directory already exist Patches applied:

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-2
	 Give warning if root directory already exist.

  164 Matt Zimmerman	2005-08-15
      Update changelog

  163 Matt Zimmerman	2005-08-15 [merge]
      Add support for remaining X keyboard options Patches applied:

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--base-0
	 tag of matt.zimmerman@canonical.com/ltsp--main--0--patch-159

       * pere@hungry.com--2005/ltsp--ubuntufixes--0--patch-1
	 Add support for remaining X keyboard options.

  162 Matt Zimmerman	2005-08-15
      ltsp-client Depends: gtk2-engines-clearlooks for the gtk greeter

  161 Matt Zimmerman	2005-08-15
      Further improvements to the gtk ldm greeter from Oliver Grawert

  160 Matt Zimmerman	2005-08-14
      Update changelog

  159 Matt Zimmerman	2005-08-14 [merge]
      Merge vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-23
      Patches applied:

       * pere@hungry.com--2005/ltsp--fixes--0--base-0
	 tag of matt.zimmerman@canonical.com/ltsp--main--0--patch-131

       * pere@hungry.com--2005/ltsp--fixes--0--patch-1
	 Get ldm start script working for both 2.4 and 2.6 kernels.

       * pere@hungry.com--2005/ltsp--fixes--0--patch-2


       * pere@hungry.com--2005/ltsp--fixes--0--patch-3
	 Avoid hardcoding i386 in the ssh key generating script.

       * vagrant@freegeek.org--2005/ltsp--debian--0--patch-18
	 option to enable serial console

       * vagrant@freegeek.org--2005/ltsp--debian--0--patch-21
	 add security mirror option

       * vagrant@freegeek.org--2005/ltsp--debian--0--patch-23
	 correct help for security mirror

       * vagrant@freegeek.org--2005/ltsp--fixes--0--patch-14
	 do dist-upgrade after update

       * vagrant@freegeek.org--2005/ltsp--fixes--0--patch-15
	 rudimentary flexibility: allow over-riding of ROOT, DIST and
	 MIRROR variables, set defaults for breezy and sarge DISTs,
	 new variables: COMPONENTS, EARLY_PACKAGES and LATE_PACKAGES

       * vagrant@freegeek.org--2005/ltsp--fixes--0--patch-16
	 add commandline options

       * vagrant@freegeek.org--2005/ltsp--fixes--0--patch-19
	 add EXTRA_MIRROR option

       * vagrant@freegeek.org--2005/ltsp--fixes--0--patch-20
	 support file:/// urls

       * vagrant@freegeek.org--2005/ltsp--fixes--0--patch-21
	 mount /proc before installing packages

       * vagrant@freegeek.org--2005/ltsp--fixes--0--patch-27
	 dist-upgrade after setting debconf to noninteractive mode

       * vagrant@freegeek.org--2005/ltsp--fixes--0--patch-28
	 add /proc to umounts

       * vagrant@freegeek.org--2005/ltsp--fixes--0--patch-29
	 add DIST and COMPONENTS to EXTRA_MIRROR if not already present.

       * vagrant@freegeek.org--2005/ltsp--fixes--0--patch-30
	 mount /proc before dist-upgrade

       * vagrant@freegeek.org--2005/ltsp--fixes--0--patch-31
	 comment for dist-upgrade

       * vagrant@freegeek.org--2005/ltsp--fixes--0--patch-37
	 exit when --help is specified

       * vagrant@freegeek.org--2005/ltsp--fixes--0--patch-38
	 attempt to handle both xserver-xorg and xserver-xfree86

       * vagrant@freegeek.org--2005/ltsp--fixes--0--patch-40
	 bugfix: look for xserver-xorg dir, not empty variable

       * vagrant@freegeek.org--2005/ltsp--fixes--0--patch-50
	 bugfix: umount /proc in the chroot

       * vagrant@freegeek.org--2005/ltsp--fixes--0--patch-51
	 bugfix: properly handle when EXTRA_MIRROR is not set

       * vagrant@freegeek.org--2005/ltsp--fixes--0--patch-52
	 bugfix: fix broken handling of file:/// mirrors

       * vagrant@freegeek.org--2005/ltsp--fixes--0--patch-53
	 source configuration file if present

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-5
	 merge improved check for initrd-netboot-tools/initramfs-tools
	 from vagrant@freegeek.org--2005/ltsp--fixes--0

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-6
	 merge vagrant@freegeek.org--2005/ltsp--fixes--0--patch-21

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-7
	 avoid hard-coded i386 in client directory

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-8
	 merged from pere@hungry.com--2005/ltsp--fixes--0: support
	 udev/devfs for ldm

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-9
	 merege from vagrant@freegeek.org--2005/ltsp--fixes--0: support
	 both xserver-xorg and xserver-xfree86 for sarge compatibility

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-10
	 merege from vagrant@freegeek.org--2005/ltsp--fixes--0: change
	 defaults if DIST is sarge

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-11
	 merege from vagrant@freegeek.org--2005/ltsp--fixes--0: add
	 commandline options

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-12
	 merge from vagrant@freegeek.org--2005/ltsp--fixes--0: add
	 variable and commandline to add extra mirror

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-13
	 merge from vagrant@freegeek.org--2005/ltsp--fixes--0:
	 dist-upgrade before installing additional packages

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-14
	 merge from vagrant@freegeek.org--2005/ltsp--fixes--0: mount
	 /proc before dist-upgrade

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-15
	 merge from vagrant@freegeek.org--2005/ltsp--fixes--0: support
	 file:/// urls

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-16
	 merge from vagrant@freegeek.org--2005/ltsp--fixes--0: add /proc
	 to umounts

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-17
	 merge from vagrant@freegeek.org--2005/ltsp--fixes--0: add DIST
	 and COMPONENTS to EXTRA_MIRROR if not present

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-18
	 merge from vagrant@freegeek.org--2005/ltsp--fixes--0: bugfixes:
	 properly handle emtpy EXTRA_MIRROR and file urls

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-19
	 merge from vagrant@freegeek.org--2005/ltsp--fixes--0: source
	 configuration file

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-20
	 merge changes from vagrant@freegeek.org--2005/ltsp--debian--0:
	 add security mirror option

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-21
	 merge changes from vagrant@freegeek.org--2005/ltsp--debian--0:
	 correct help for security mirror

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-22
	 merge changes from vagrant@freegeek.org--2005/ltsp--debian--0:
	 option to enable serial console

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-23
	 remove debian-specific TODO file

  158 Matt Zimmerman	2005-08-14 [merge]
      Merge vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-4
      Patches applied:

       * vagrant@freegeek.org--2005/ltsp--fixes--0--patch-32
	 improve check for initrd-netboot-tools/initramfs-tools, issue
	 warning if neither is found

       * vagrant@freegeek.org--2005/ltsp--fixes--0--patch-33
	 bugfix: check for initrd-netboot-tools/initramfs-tools in
	 the chroot

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-4
	 merge improved check for initrd-netboot-tools/initramfs-tools
	 from vagrant@freegeek.org--2005/ltsp--fixes--0

  157 Matt Zimmerman	2005-08-14 [merge]
      Merge vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-3
      Patches applied:

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--base-0
	 tag of matt.zimmerman@canonical.com/ltsp--main--0--patch-155

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-1
	 only set default for ROOT, DIST and MIRROR if not already set

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-2
	 turn archive components into COMPONENTS variable

       * vagrant@freegeek.org--2005/ltsp--ubuntufixes--0--patch-3
	 add EARLY_PACKAGES and LATE_PACKAGES variables

  156 Matt Zimmerman	2005-08-09
      Mount tmpfs early

  155 Matt Zimmerman	2005-08-09
      Use echo rather than a here document to write fstab
	* Use echo rather than a here document to write fstab, to work
	around a
	  unionfs bug where here documents in bash are currently broken

  154 Matt Zimmerman	2005-08-09
      Be smarter about guessing the server IP when it isn't specified

  153 Matt Zimmerman	2005-08-09
      Oliver's ldm glade file

  152 Matt Zimmerman	2005-08-09
      Update TODO

  151 Matt Zimmerman	2005-08-09
      default to use_bind_mounts=false

  150 Matt Zimmerman	2005-08-09
      Update changelog

  149 Matt Zimmerman	2005-08-09 [merge]
      Merge vagrant@freegeek.org--2005/ltsp--fixes--0--patch-13 Patches
      applied:

       * vagrant@freegeek.org--2005/ltsp--fixes--0--patch-13
	 added sdm session type, suggest sdm/sdm-teminal

  148 Matt Zimmerman	2005-08-09
      Update changelog

  147 Matt Zimmerman	2005-08-09 [merge]
      Merge vagrant@freegeek.org--2005/ltsp--fixes--0--patch-12 Patches
      applied:

       * vagrant@freegeek.org--2005/ltsp--fixes--0--patch-12
	 added todo file for debian

  146 Matt Zimmerman	2005-08-09
      Update changelog

  145 Matt Zimmerman	2005-08-09
      FHS compliance: Use /var/run/ltsp rather than /var/state/ltsp

  144 Matt Zimmerman	2005-08-09
      Let debhelper install /etc/default file

  143 Matt Zimmerman	2005-08-09 [merge]
      Merge vagrant@freegeek.org--2005/ltsp--fixes--0--patch-11 Patches
      applied:

       * vagrant@freegeek.org--2005/ltsp--fixes--0--patch-11
	 use /etc/default/ltsp-client-setup to get defaults for init
	 script

  142 Matt Zimmerman	2005-08-09 [merge]
      Merge vagrant@freegeek.org--2005/ltsp--fixes--0--patch-10 Patches
      applied:

       * vagrant@freegeek.org--2005/ltsp--fixes--0--patch-10
	 support initrd-netboot-tools as alternative to initramfs-tools

  141 Matt Zimmerman	2005-08-09
      Update changelog

  140 Matt Zimmerman	2005-08-09 [merge]
      Merge vagrant@freegeek.org--2005/ltsp--fixes--0--patch-9 Patches
      applied:

       * vagrant@freegeek.org--2005/ltsp--fixes--0--patch-9
	 add python dependency suggested by lintian

  139 Matt Zimmerman	2005-08-09 [merge]
      Merge vagrant@freegeek.org--2005/ltsp--fixes--0--patch-8 Patches
      applied:

       * vagrant@freegeek.org--2005/ltsp--fixes--0--patch-8
	 mention additional authors and location of copyright on Debian
	 systems

  138 Matt Zimmerman	2005-08-09
      Update changelog

  137 Matt Zimmerman	2005-08-09 [merge]
      Merge vagrant@freegeek.org--2005/ltsp--fixes--0--patch-5 Patches
      applied:

       * vagrant@freegeek.org--2005/ltsp--fixes--0--patch-5
	 allow ssh as alternative to openssh-server and openssh-client
	 for sarge compatibility

  136 Matt Zimmerman	2005-08-09 [merge]
      Merge vagrant@freegeek.org--2005/ltsp--fixes--0--patch-4 Patches
      applied:

       * vagrant@freegeek.org--2005/ltsp--fixes--0--patch-4
	 LAST COMMIT WRONG: really added long descriptions provided by
	 Petter Reinholdtsen

  135 Matt Zimmerman	2005-08-09 [merge]
      Merge vagrant@freegeek.org--2005/ltsp--fixes--0--patch-3 Patches
      applied:

       * vagrant@freegeek.org--2005/ltsp--fixes--0--patch-3
	 debian TODO file

  134 Matt Zimmerman	2005-08-09
      Update changelog

  133 Matt Zimmerman	2005-08-09 [merge]
      Merge vagrant@freegeek.org--2005/ltsp--fixes--0--patch-2 Patches
      applied:

       * vagrant@freegeek.org--2005/ltsp--fixes--0--patch-2
	 support for tmpfs+bind mount alternative to unionfs

  132 Matt Zimmerman	2005-07-06
      Kill the sshd child process after x-session-manager exits

  131 Matt Zimmerman	2005-07-05
      Install /etc/ltsp/dhcpd.conf in ltsp-server-standalone

  130 Matt Zimmerman	2005-07-05
      Run apt-get clean after building the chroot

  129 Matt Zimmerman	2005-07-05
      Start the X server with -br

  128 Matt Zimmerman	2005-07-05
      Update TODO

  127 Matt Zimmerman	2005-07-05
      Associate ssh keys with all interface addresses

  126 Matt Zimmerman	2005-07-05
      Set permissions on ssh_known_hosts

  125 Matt Zimmerman	2005-07-04
      Remove confusing, unnecessary -o SendEnv from ssh command line

  124 Matt Zimmerman	2005-07-04
      Use distclean for lp_server

  123 Matt Zimmerman	2005-07-04
      Don't use lp_server's install target; just install the lp_server
      binary

  122 Matt Zimmerman	2005-07-04
      Don't pass an nfsroot= option via pxelinux

  121 Matt Zimmerman	2005-07-04
      Merge in lp_server

  120 Matt Zimmerman	2005-07-04
      Update lts-parameters.txt

  119 Matt Zimmerman	2005-07-04
      Don't create /etc/network/interfaces in ltsp-build-client

  118 Matt Zimmerman	2005-07-04
      Get monitor refresh/sync overrides working

  117 Matt Zimmerman	2005-07-04
      Tested XSERVER

  116 Matt Zimmerman	2005-07-04
      Set the debconf 'seen' flag to true when preseeding from
      ltsp-client-setup

  115 Matt Zimmerman	2005-07-02
      Update TODO

  114 Matt Zimmerman	2005-07-02
      Update TODO

  113 Matt Zimmerman	2005-06-21
      Implement XKBMODEL

  112 Matt Zimmerman	2005-06-21
      Implement X_HORZSYNC and X_VERTREFRESH parameters

  111 Matt Zimmerman	2005-06-20
      Update TODO

  110 Matt Zimmerman	2005-06-20
      Update TODO

  109 Matt Zimmerman	2005-06-20
      Implement ssh compression

  108 Matt Zimmerman	2005-06-20
      Update TODO

  107 Matt Zimmerman	2005-06-20
      Reorder ltsp-build-client for clarity, and add comments

  106 Matt Zimmerman	2005-06-20
      XKBLAYOUT is tested

  105 Matt Zimmerman	2005-06-19
      Call ltsp-update-sshkeys from ltsp-build-client

  104 Matt Zimmerman	2005-06-19
      Fix ltsp-update-sshkeys to exclude localhost properly

  103 Matt Zimmerman	2005-06-19
      Pass the LTSP_CLIENT environment variable via the ssh command

  102 Matt Zimmerman	2005-06-18
      Add dhcpd.conf example

  101 Matt Zimmerman	2005-06-18
      Simplify dependencies

  100 Matt Zimmerman	2005-06-18
      Ship an example /etc/lts.conf

   99 Matt Zimmerman	2005-06-18
      Change lts.conf path back to /etc/lts.conf

   98 Matt Zimmerman	2005-06-18
      Fix

   97 Matt Zimmerman	2005-06-18
      Remove universe from sources.list again

   96 Matt Zimmerman	2005-06-18
      Fix ltsp-update-kernels

	* Stop hardcoding stuff in ltsp-update-kernels * Adjust
	ltsp-update-kernels for the initrd.img naming scheme

   95 Matt Zimmerman	2005-06-18
      Simplify ltsp-build-client and remove bashisms

   94 Matt Zimmerman	2005-06-17
      Update for initramfs-tools 0.11

   93 Matt Zimmerman	2005-06-17
      Make XF86CONFIG_FILE more likely to succeed

   92 Matt Zimmerman	2005-06-17
      If no SCREEN_* parameters are specified, start ldm on tty7 Cope
      with all the fallout.

   91 Matt Zimmerman	2005-06-17
      Have ldm inherit the configuration from its environment

   90 Matt Zimmerman	2005-06-16
      Refactor lts.conf handling into ltsp_config

   89 Matt Zimmerman	2005-06-16
      Update lts-parameters

   88 Matt Zimmerman	2005-06-16
      Don't unlink /etc/X11/xorg.conf before reconfiguring

   87 Matt Zimmerman	2005-06-16
      Add lts-parameters.txt

   86 Matt Zimmerman	2005-06-16
      Honor MODULE_* in lts.conf

   85 Matt Zimmerman	2005-06-16
      Honor SEARCH_DOMAIN and DNS_SERVER

   84 Matt Zimmerman	2005-06-16
      If no SERVER parameter is specified, infer it from nfsroot=

   83 Matt Zimmerman	2005-06-14
      Enhance ltsp-server to automagically manage the NFS export of
      /opt/ltsp

   82 Matt Zimmerman	2005-06-14
      initramfs integration

	* Integrate with the new initramfs-tools hook system, thanks
	to Jeff
	  Bailey - Install
	  /usr/share/initramfs-tools/modules.d/unionfs-cow - Install
	  /usr/share/initramfs-tools/scripts/init-bottom/unionfs-cow
	  - Depend on initramfs-tools (>= 0.7) - Remove some of
	  the initramfs hackery from ltsp-build-client - Update
	  ltsp-build-client for initramfs-tools 0.7 syntax - Set
	  ramdisk=/usr/sbin/mkinitramfs in ltsp-build-client
	* Update ltsp-update-kernels to explicitly request a read-only
	NFS mount
	  (unionfs whiteout doesn't seem to work properly on a rw NFS
	  mount which is actually read-only on the server, which is
	  what we get otherwise) - Depends on initramfs-tools (>= 0.8)
	  in order for the above to have an effect

   81 Matt Zimmerman	2005-06-10
      Suppress xserver-xorg.config warning by deleting xorg.conf

   80 Matt Zimmerman	2005-06-10
      0.23

   79 Matt Zimmerman	2005-06-10
      ltsp-client Depends: openssh-client, python-gtk2, python-glade2

   78 Matt Zimmerman	2005-06-10
      Fixes to ltsp-client-setup

	* Handle null XSERVER correctly in ltsp-client-setup * Suppress
	xserver-xorg.config warning by deleting xorg.conf before
	  reconfiguring

   77 Matt Zimmerman	2005-06-10
      Have ltsp-build-client automate more hacks

	* Have ltsp-build-client automate more of the ad-hoc stuff that's
	  necessary to set up the client root right now (should go
	  away later)

   76 Matt Zimmerman	2005-06-09
      Install ltsp-client in the client root

   75 Matt Zimmerman	2005-06-09
      Fix changelog

   74 Matt Zimmerman	2005-06-09
      Fix changelog

   73 Matt Zimmerman	2005-06-09
      Create /opt/ltsp

   72 Matt Zimmerman	2005-06-09
      Install ltsp initramfs script

   71 Matt Zimmerman	2005-06-09
      Add suggests to ltsp-server

   70 Matt Zimmerman	2005-06-09
      ltsp-server Depends: debootstrap, Recommends: openssh-server

   69 Matt Zimmerman	2005-06-09
      Install ltsp-update-kernels

   68 Matt Zimmerman	2005-06-09
      Send LTSP_CLIENT environment variable over ssh

	* Pass an LTSP_CLIENT environment variable to the server when
	using ldm,
	  so that programs running in the session can behave differently
	  on LTSP logins

   67 Matt Zimmerman	2005-06-09
      Make ldm a well-behaved screen.d client

   66 Matt Zimmerman	2005-06-09
      Update TODO

   65 Matt Zimmerman	2005-06-08
      Update TODO

   64 Matt Zimmerman	2005-06-08
      Add TODO

   63 Matt Zimmerman	2005-06-08
      Fix console number calculation in screen_session

   62 Matt Zimmerman	2005-06-08
      Add mousedev to /etc/modules in the client root

   61 Matt Zimmerman	2005-06-08
      Redirect stdin, stdout and stderr in ldm

   60 Matt Zimmerman	2005-06-08
      Lock the root account in the client root

   59 Matt Zimmerman	2005-06-08
      Whitespace

   58 Matt Zimmerman	2005-06-08
      Add new screen.d/ldm script

	* Add new screen.d/ldm script, so SCREEN_xx = ldm now works
	  - Move X configuration into init.d/ltsp-client-setup, so that
	  it only
	    happens once

   57 Matt Zimmerman	2005-06-08
      Move screen.d to /usr/lib/ltsp

   56 Matt Zimmerman	2005-06-08
      Add ltsp-update-sshkeys

   55 Matt Zimmerman	2005-06-08
      Fix the arguments to the os.kill call in ldm

   54 Matt Zimmerman	2005-06-08
      Add ldm

	* Implement a simple display manager for the client (ldm) and
	a simple
	  login dialog for use with non-XDMCP configurations

   53 Matt Zimmerman	2005-06-08
      fix typo

   52 Matt Zimmerman	2005-06-08
      Create /etc/network/interfaces and /etc/fstab

   51 Matt Zimmerman	2005-06-08
      Add localhost to /etc/hosts

   50 Matt Zimmerman	2005-06-03
      Format init script output properly

   49 Matt Zimmerman	2005-06-03
      Respect a custom X configuration in lts.conf (XF86CONFIG_FILE)

   48 Matt Zimmerman	2005-06-03
      Continue gracefully if no swap server is specified

   47 Matt Zimmerman	2005-06-03
      Don't enable swap in ltsp-client-setup; leave it for nbd-client

   46 Matt Zimmerman	2005-06-03
      Fix startx to run on the appropriate terminal

   45 Matt Zimmerman	2005-06-03
      Version bump

   44 Matt Zimmerman	2005-06-03
      Split init script

	  - ltsp-client-setup runs in runlevel S and performs
	  configuration - ltsp-client runs late in runlevel 2 and actually
	  starts up the client

   43 Matt Zimmerman	2005-06-03
      Move init script to runlevel S

   42 Matt Zimmerman	2005-06-03
      Finalize

   41 Matt Zimmerman	2005-06-03
      Fix

   40 Matt Zimmerman	2005-06-03
      Default SYSLOG_HOST to the value of SERVER

   39 Matt Zimmerman	2005-06-03
      Update changelog

   38 Matt Zimmerman	2005-06-03
      use SERVER, not DEFAULT_SERVER

   37 Matt Zimmerman	2005-06-03
      Preseed XSERVER and XKBLAYOUT

   36 Matt Zimmerman	2005-06-03
      Strip TTY variable properly in startx

   35 Matt Zimmerman	2005-06-03
      Change lts.conf path to /etc/ltsp/lts.conf in getltscfg

   34 Matt Zimmerman	2005-06-03
      Fix hardcoded path, bashisms in ltsp_functions

   33 Matt Zimmerman	2005-06-03
      Better arch-build rule

   32 Matt Zimmerman	2005-06-03
      Update changelog

   31 Matt Zimmerman	2005-06-03
      Fix path to ltsp_functions in screen_session

   30 Matt Zimmerman	2005-06-03
      Really use --no-start

   29 Matt Zimmerman	2005-06-03
      Move X configuration into startx script

   28 Matt Zimmerman	2005-06-01
      Fix permissions on ltsp-update-kernels

   27 Matt Zimmerman	2005-06-01
      Add new stuff

	* Add /var/lib/tftpboot/ltsp to ltsp-server * Add
	ltsp-update-kernels script to ltsp-server

   26 Matt Zimmerman	2005-06-01
      Fix dist

   25 Matt Zimmerman	2005-06-01
      Do more stuff

   24 Matt Zimmerman	2005-05-05
      Add arch-build target to debian/rules

   23 Matt Zimmerman	2005-05-05
      Build-Depends: debhelper

   22 Matt Zimmerman	2005-05-04
      Configure networking more reasonably

   21 Matt Zimmerman	2005-05-04
      Reorder init

   20 Matt Zimmerman	2005-05-04
      Naming consistency

   19 Matt Zimmerman	2005-05-04
      Default syslog host to DEFAULT_SERVER

   18 Matt Zimmerman	2005-05-04
      Configure syslogd

   17 Matt Zimmerman	2005-05-04
      Create /etc/hosts

   16 Matt Zimmerman	2005-05-04
      Sketch out how nbd swap will work

   15 Matt Zimmerman	2005-05-04
      Remove /etc/hostname in chroot

   14 Matt Zimmerman	2005-05-04
      rules cleanup

   13 Matt Zimmerman	2005-05-04
      Add getltscfg

   12 Matt Zimmerman	2005-05-04
      Add skeleton init script for ltsp-client

   11 Matt Zimmerman	2005-05-04
      Add ltsp_functions

   10 Matt Zimmerman	2005-05-04
      Make ltsp-build-client actually work

    9 Matt Zimmerman	2005-05-04
      Disable binary-arch target

    8 Matt Zimmerman	2005-05-04
      Comment out binary-arch for now

    7 Matt Zimmerman	2005-05-04
      Import client bits from ltsptree

    6 Matt Zimmerman	2005-05-04
      Create client and server subdirs

    5 Matt Zimmerman	2005-05-03
      Add initial ltsp-build-client script

    4 Matt Zimmerman	2005-05-03
      pass -a to dh_* in binary-arch

    3 Matt Zimmerman	2005-05-03
      ltsp-server-standalone depends on ltsp-utils

    2 Matt Zimmerman	2005-05-03
      Import

    1 Matt Zimmerman	2005-05-03
      initial import

      (automatically generated log message)

Use --include-merged or -n0 to see merged revisions.
