[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

ltsp_5.4.2-2~bpo60+1_i386.changes is NEW



(new) ltsp-client-builder_5.4.2-2~bpo60+1_all.udeb extra debian-installer
build an LTSP environment in the installer target
 This udeb bootstraps the LTSP client chroot in the installer target
 while the CD-ROM is still mounted.
 .
 LTSP stands for 'Linux Terminal Server Project'.
(new) ltsp-client-core_5.4.2-2~bpo60+1_i386.deb extra misc
basic LTSP client environment
 This package provides the scripts needed to configure and boot a basic LTSP
 client.
 .
 DO NOT install this package on a regular machine, it is intended only
 for installation inside a LTSP client file system.
 .
 LTSP stands for 'Linux Terminal Server Project'.
(new) ltsp-client_5.4.2-2~bpo60+1_i386.deb extra misc
complete LTSP client environment
 This package ensures that a complete LTSP client with a graphical user
 environment, remote audio and local device support is installed.
 .
 DO NOT install this package on a regular machine, it is intended only
 for installation inside a LTSP client file system.
 .
 LTSP stands for 'Linux Terminal Server Project'.
(new) ltsp-server-standalone_5.4.2-2~bpo60+1_all.deb extra misc
complete LTSP server environment
 This is a complete LTSP server environment with all LTSP server features
 including a DHCP server, remote device access using ltspfs, remote sound using
 pulseaudio, network swap using NBD and more.
 .
 LTSP stands for 'Linux Terminal Server Project'.
(new) ltsp-server_5.4.2-2~bpo60+1_all.deb extra misc
basic LTSP server environment
 This is the basic environment including the minimal features necessary to
 build an LTSP environment.
 .
 It also recommends services needed for thin-clients to boot and mount
 filesystems over the network.
 .
 LTSP stands for 'Linux Terminal Server Project'.
(new) ltsp_5.4.2-2~bpo60+1.debian.tar.gz extra misc
(new) ltsp_5.4.2-2~bpo60+1.dsc extra misc
(new) ltsp_5.4.2.orig.tar.gz extra misc


Changes:
ltsp (5.4.2-2~bpo60+1) squeeze-backports; urgency=low
 .
  * Rebuild for squeeze-backports.
  * ltsp-update-image: Add patch to have ionice explicitly set the ionice
    class.
  * Add nbd-client to packages to install from backports by default, as it's
    needed for ltsp-client-core to work properly.
  * Do not install upstart job, as it apparently adds upstart as a hard
    dependency simply to include it.
 .
ltsp (5.4.2-2) unstable; urgency=low
 .
  * ltsp-server: Move lts.conf from doc to doc/examples.
 .
ltsp (5.4.2-1) unstable; urgency=low
 .
  * New upstream version:
    - init-ltsp.d: regenerate dbus machine-id.
    - Allow regular printer sharing via CUPS.
    - Split common-server.conf to ltsp-server.conf and ltsp-client.conf.
 .
  * Install update-kernels.conf from debian/rules to handle differences in
    Ubuntu and Debian.
 .
ltsp (5.4.1-1) unstable; urgency=low
 .
  * New upstream version:
    - Rewrite kiosk screen script and corresponding plugin handling to create
      ltspkiosk user and dirs at runtime.
    - Only use X_SMART_COLOR_DEPTH if X_COLOR_DEPTH is unset.
    - When DNS_SERVER is unset, try to locate one.
    - Default local syslog, define SYSLOG_HOST in lts.conf for remote logging.
      (LP: #697387)
    - Improvements to update-kernels:
      + Default to a versioned kernel boot entry rather than a symlinked one.
      + Create a sub-menu for all available kernel versions and variants.
      + Option to use syslinux ifcpu64.c32 to select an appropriate 64-bit, PAE
        or 32-bit kernel at boot.
      + Generate boot menu entries for both NFS and NBD.
      + Add yaboot entries for all kernel versions and boot methods.
    - ltsp-common-functions: Implement /etc/ltsp/*.conf.d include dirs.
    - ltsp-update-sshkeys: Do not fail if /etc/ssh/ssh_host_*_key.pub
      doesn't exist.
    - ltsp-server-dnsmasq.conf example: increase DHCP lease to 8h.
    - Fix TIMESERVER support in init-ltsp.d hook.
    - Ensure $HOME is set in xfreerdp screen script, working around an
      xfreerdp segfault.
 .
  * ltsp-client-core: Install a default update-kernels.conf.
  * Implement substvars mechanism to account for differences in Debian and
    Ubuntu packaging.
  * Add Build-Depends on dctrl-tools.
  * ltsp-server: Only add nfs-kernel-server to Recommends on Debian.
  * ltsp-server-standalone:
    - Only add nfs-kernel-server to Depends on Debian.
    - Add ltsp-docs to Recommends.
  * Run some "make clean" calls in a dh_autoreconf_clean override, otherwise
    dh_autoreconf_clean may remove files necessary for the generated Makefiles.
  * ltsp-client-builder: Add debhelper token to postinst.
 .
ltsp (5.4.0-1) unstable; urgency=low
 .
  * New upstream version:
    - Rewrite ltsp-update-image:
      + Test that ionice works before using it (needed for some openvz
        containers).
 .
    - ltsp-config:
      + New helper utility to configure nbd-server, dnsmasq, lts.conf and
        isc-dhcp-server.
      + Facilitates setting up a DHCP proxy configuration to seamlessly
        integrate into existing networks.
 .
    - ltsp-update-kernels (server side):
      + Support copying the kernels from within NBD images.
      + Check if restorecon exists before running it (LP: #993179).
 .
    - update-kernels (client side):
      + Default to IPAPPEND=2 with pxelinux.
      + Remove support for sparc, alpha, sparc, and arm. It wasn't generic
        enough to be useful or reasonably well tested.
 .
    - ltsp-update-sshkeys:
      + Drop direct support for generating ssh_known_hosts with server ip
        addresses.
 .
    - ltsp-build-client:
      + Add back in support for installing ltsp-client-core from squeeze.
      + Allow vendor to be overidden by environment variable, to allow
        installing an Ubuntu LTSP chroot.
      + Do not force debootstrap keyring checking against /etc/apt/trusted.gpg,
        which may not work with newer versions of debian-archive-keyring, and
        newer versions of debootstrap default to checking an appropriate
        keyring.
      + Add --debootstrap-keyring option to specify gpg keyring for
        debootstrap verification.
      + Disable debootstrap gpg verification when using
        --accept-unsigned-packages.
      + Remove hacks to ltsp-update-image.conf to avoid generating images, this
        is handled more sanely by ltsp-update-image detecting NFS vs. NBD
        configuration. (Closes: #674632, #667915).
 .
    - init-ltsp.d hooks:
      + More robust detection of named NBD exports.
      + Disable gettys on ttys 2-6 in /etc/inittab.
      + Default to disabling exim4 at boot.
 .
    - ltsp-common-functions:
      + Add log, warn and run_parts functions.
      + Source ltsp-$tool.conf.
 .
    - ltsp-client:
      + Drop support for esd (esound), nas, and pulseaudio esound
        compatibility.
      + Drop support for older versions of pulseaudio.
      + Allow LOCAL_APPS_EXTRAMOUNTS over non empty dirs (LP: #975128).
 .
    - Use 192.168.67.* network for examples, documentation and default
      configurations, which is less likely to conflict with common
      192.168.0.* networks.
 .
  * ltsp-server:
    - Include example lts.conf.
    - Depend on a version of debootstrap that defaults to gpg signature
      checking.
    - Bump versioned depends/recommends on nbd-server to >= 1:2.9.25-2, to
      support named exports.
 .
  * ltsp-client-core:
    - Install ltsp-client-core upstart job.
    - Install update-motd init-ltsp.d script to reduce diff with Ubuntu.
    - Drop dependencies on tip22, aboot, and sparc-utils, as they are no
      longer supported in upstream LTSP.
    - Drop support and remove dependencies for pulseaudio-esound-compat,
      esound and nas.
 .
  * debian/rules:
    - Use dpkg-buildflags to enable hardening options.
    - Use custom autogen.sh that uses autoreconf --force --install.
 .
  * debian/patches:
    - Updated patches for new upstream version.
    - Add patch to support hardening with getltscfg.
 .
ltsp (5.3.7-1) unstable; urgency=low
 .
  * New upstream version:
    - Improve bandwidth usage by setting color depth to 16bit
    - Stop plymouth before starting start_screen_sessions
    - Reorganization of init-ltsp.d, ltsp-*-common-functions and functions.d
    - Apply XKB* settings to /etc/default/keyboard.
    - udhcp: exit if an LTSP boot was not requested.
    - Check if LOCAL_APPS=True before calling ltsp-genmenu.
 .
  * Install ltsp-server-*functions and ltsp-client-*functions from
    debian/rules.
  * ltsp-client-core: Add Breaks and Replaces on ltsp-server less than 5.3.7,
    as they both ship ltsp-common-functions.
  * ltsp-client-core: Remove preinst, pre-depends on debconf, and
    corresponding debconf templates, as it should now be safe to
    install ltsp-client-core outside of an ltsp environment.
  * Install init-ltsp.d common and Debian files into the top-level
    init-ltsp.d dir.
  * Use ltsp-chroot manpage from upstream.
 .
ltsp (5.3.6-1) unstable; urgency=low
 .
  * New upstream version:
    - ltsp-update-kernels: Only create yaboot symlinks if not otherwise
      present, making it possible to configure a custom yaboot environment.
    - Drop sound volume code from ltsp-core as it's been in udev
      for a while now.
    - Disable unnecessary cronjobs.
    - Turn off cron, dbus and some other services when < 128MB of RAM.
    - Update screen sessions launching to save the openvt RAM.
    - Delete functions that were moved to init-ltsp.d/
    - Use /usr/share/xsessions to autodetect fat chroots.
    - Only remove old kernels for valid chroots.
 .
  * Add Conflicts for ltsp-client-core and ltsp-server with each other, which
    both ship ltsp-common-functions.
  * ltsp-client*: do not use inputattach or joystick on s390x.
  * Update debian/NEWS with recent 5.3.x series changes.
 .
ltsp (5.3.4-1) unstable; urgency=low
 .
  * New upstream version:
    - Remove ltsp-setup init script.
    - Update lsb headers on ltsp-core init script.
    - Remove references to usplash.
    - Moved some ltsp-init-common functions to init-ltsp.d hooks.
    - Rearrange init-ltsp.d scripts to set SERVER earlier and consistantly.
    - Provide a KEEP_SYSTEM_SERVICES whitelist in init-ltsp.d hooks.
    - Update xfreerdp script to handle the case where rdesktop or xfreerdp
      aren't installed.
    - Consistantly use 192.168.0.1 as default server.
    - Append to ltsp_config instead of overwriting it.
    - Set sound volume on fat clients too (LP: #923923).
    - Disconnect NBD mounts when the ltsp-client service is stopped.
 .
  * ltsp-client:
    - Add versioned dependency on ltspfsd >= 1.1.
    - Add dependency on x11-xserver-utils for xrandr support.
    - Add dependency on cron.
 .
  * ltsp-client-core:
    - Update lintian overrides to ignore warnings/errors about remote
      filesystem issues that don't make sense for LTSP.
 .
  * debian/control:
    - Remove inactive maintainers from Uploaders, thanks for all past and
      hopefully future contributions!
    - Update Standards-Version to 3.9.3, no changes necessary.
 .
  * debian/watch:
    - Remove entry to check Fedora, which has not been updated for some time.
 .
  * debian/patches:
    - Update use-test-binary.
    - Remove use-invokercd-initscripts, obsoleted upstream.
 .
ltsp (5.3.1-1) unstable; urgency=low
 .
  * New upstream release:
    - Most ltsp-build-client plugins have now been moved to ltsp-init.d
      scripts, applying at boot time instead of build time.
    - Massive rework of all our init scripts, including deprecation of
      ltsp-client-setup.
    - Better NBD handling, using the upstream NBD scripts. LTSP is now
      using named NBD mount for both root and swap.
    - Moved from a whitelist of boot services to a blacklist, please get
      in touch with upstream if you noticed something that needs
      blacklisting.
    - New improved nbd-proxy with support for named NBD mounts
      (nbd-proxy is turned off by default)
    - Improvements to ltsp-update-image including use of ionice by default.
    - Lots of fat clients improvement.
    - Proper handling of resolvconf
    - LTSP now ships /sbin/init-ltsp that's used to configure the thin
      client at boot time.
    - Improve ltsp-chroot command (it even has a manpage now).
    - Better handling of mixed NFS and NBD environment.
    - More consistent use of ltsp_config and ltsp-*-functions giving us
      a consistent environment and avoiding some delays.
    - Improved sound volume handling using udev rule instead of the old
      script.
    - Default to use NFS with a writeable aufs overlay for the entire root
      filesytem.
    - ltsp-build-client: Configure ltsp-update-image depending on type of
      installed environment to ensure running ltsp-update-image doesn't
      automatically convert from one type of network boot to another.
    - Add fat-client ltsp-build-client plugin.
    - Fix ltsp-build-client kiosk plugin to use kiosk screen
      session (Closes: #659396).
    - ltsp-build-client locales plugin: Copy /etc/default/keyboard if present.
    - Start ltsp-client-core only when an LTSP boot was requested.
    - Plenty of other fixes, thanks to everyone involved with this release!
 .
  * debian/control:
    - ltsp-client: Add dependency on rsyslog or system-log-daemon.
    - ltsp-client: Prefer freerdp-x11 over rdesktop.
    - ltsp-client-core: Add dependency on iproute, used to detect the client
      mac address.
    - ltsp-client-core: Recommend procps, used in much of the LTSP codebase.
 .
  * debian/rules:
    - Use override_dh_install for nbd-proxy and po-file installation.
    - Install nbd-client-proxy.
    - Use dh_autoreconf to call autogen.sh.
 .
   * Slovak (sk) translation of debconf messages by Slavko (Closes: #651727).
 .
   * debian/patches: Remove check-exports-d, applied upstream.
 .
ltsp (5.2.16-1) unstable; urgency=low
 .
  * New upstream version:
    - ltsp-server:
      + ltsp-update-sshkeys: consistantly handle when ssh host keys are not
        present.
      + Remove abi and vmcoreinfo in ltsp-update-kernels cleanup function.
        (LP: #769154)
      + Add support for named NBD exports to ltsp-update-image.
      + Add nbd-update-config script to support named NBD exports.
 .
    - ltsp-build-client:
      + Add --kernel-version and --kernel-variant commandline options.
      + Default to version 8 for kfreebsd kernel images.
      + Drop support for lenny with squashfs-images.
      + Switch to qemu-debootstrap to handle cross-architecture building.
      + Use debootstrap's --variant=minbase instead of a long list of outdated
        excludes.
      + Fix inverted logic appending locales package to debootstrap includes.
      + Use cdn.debian.net as the default mirror.
      + Check for NFS exports in /etc/exports.d/*.exports.
      + Add --eatmydata commandline option for faster development testing by
        using eatmydata LD_PRELOAD.
 .
    - ltsp-client-core:
      + Add an xterm screen script.
      + Replace rdesktop screen script with one that supports both xfreerdp
		and rdesktop.
      + Remove modesetting part of XRANDR_AUTO_MULTIHEAD. Causes more
        problems than it solves.
      + Update ltsp_nbd to support named NBD exports.
      + Update ltsp_config to work with named NBD exports.
      + Update nbd-proxy to support named NBD exports.
      + ltsp-init-common: support /run/sendsigs.omit.d in
        nbd_sendsigs_protection function.
      + ltsp-init-common: Fix issues with RCFILE_* and MODULE_* lts.conf i
        variables.
 .
    - ltsp-common-functions:
      + Detect nc version for nc -q capability.
 .
  * Change architecture for linux-specific dependencies to use linux-any
    rather than an exclude list. Thanks to Robert Millan (Closes: #634318).
  * Only install nbd-proxy on linux based architectures.
  * ltsp-client: allow freerdp-x11 as an alternative to rdesktop.
  * Patch from upstream to fix check for NFS exports in
    /etc/exports.d/*.exports.
  * debian/rules: Convert to using debhelper overrides.
  * ltsp-server: Remove check for NFS exports from postinst, as it is
    handled better in an ltsp-build-client plugin.
 .
ltsp (5.2.8-1) unstable; urgency=low
 .
  * New upstream version:
    - Fix lts.conf CRONTAB_* entries.
    - ltsp_config: Disable filename expansion when setting environment
      variables.
    - ltsp-init-common: Do not run ntpdate backgrounded, as this can fail on
      fast thin clients.
    - Ensure vmlinuz, initrd and nbi are ALWAYS readable by the tftp daemon.
    - Updated translations:
      + Catalan (ca), by Jordà Polo and Jordi Mallach (Closes: #619437).
      + Finnish (fi), Esko Arajärvi (Closes: #618937).
      + Slovak (sk), by Slavko (Closes: #618410).
 .
  * ltsp-client-core: install rdesktop.sh, used by the rdesktop screen script.
    Thanks to Rainer Stumbaum. (Closes: #626502)
 .
  * Remove patch fix-run-parts-list-breakage, applied upstream.
 .
  * debian/control:
    - Switch to DM-Upload-Allowed.
    - Update Vcs-Bzr and Vcs-Browser.
    - Update Standards-Version to 3.9.2, no changes.
 .
ltsp (5.2.6-1) unstable; urgency=low
 .
  * New upstream version:
    - initramfs-tools hooks:
      + ltsp_nbd:
        - Retry establishing NBD connections up to 10 times.
        - Mention which NBD server failed to connect.
        - Do not use nbd-proxy by default.
      + udhcp: Don't send a client id (LP #505916).
    - ltsp-update-sshkeys: Add support for ecdsa keys.
    - ltsp-bindmounts: new variables to append to default writeable directories
      and files.
    - ltsp-build-client: Crude support for multistrap as an alternative to
      debootstrap.
    - jetpipe: Use python's daemon library to background.
    - Rewrite of remote apps support.
 .
  * New Danish (da) translation of debconf messages by Joe Dalton.
    (Closes: #599436)
  * ltsp-server:
    - Prefer isc-dhcp-server over other dhcp servers.
  * ltsp-client:
    - Depend on python-daemon for newer version of jetpipe.
  * debian/patches:
    - Drop  initramfs-configure-dns, applied upstream.
    - Add patch to fix breakage in ltsp-init-common run_parts_list function.


Override entries for your package:

Announcing to debian-backports-changes@lists.debian.org


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.
xist in other distributions.


Reply to: