UbuntuUpdates.org

Package "landscape-common"

Name: landscape-common

Description:

The Landscape administration system client - Common files

Latest version: 14.12-0ubuntu0.12.04
Release: precise (12.04)
Level: updates
Repository: main
Head package: landscape-client

Links


Download "landscape-common"


Other versions of "landscape-common" in Precise

Repository Area Version
base main 12.04.3-0ubuntu1

Changelog

Version: 14.12-0ubuntu0.12.04 2015-01-29 20:06:34 UTC

  landscape-client (14.12-0ubuntu0.12.04) precise; urgency=medium

  * New upstream version (LP: #1401523):
    - Fix regression occurring when performing Landscape-driven release
      upgrades (LP: #1389686)
    - Fix regression occurring when switching the client between different
      Landscape servers (LP: #1376134)
    - Support reporting QEMU virtualization (LP: #1374501)
    - Bump Juju integration message format (LP: #1369635, LP: #1362506)
    - Drop provisioning registration message (LP: #1344054)
    - Drop cloud registration message (LP: #1342646)
    - Fix handling broken packages (LP: #1326940)
    - Add new Swift usage message type (LP: #1320236)
    - Fix platform detection on POWER machines (LP: #1271615)
    - Fix platform detection for arm64 machines (LP: #1306824)
    - Added a mechanism to set the client's user-agent (LP: #1399139)
    - Fixed release-upgrader not asking for a seesion ID before attempting to
      send a message (LP: #1401867)
 -- Christopher Glass (Canonical) <email address hidden> Mon, 15 Dec 2014 09:24:30 +0300

Source diff to previous version
1401523 Update lucid, precise, trusty, utopic to landscape-client 14.12
1389686 Landscape-driven upgrades to 14.01 are broken
1376134 Fix race when landscape-config restarts the client
1374501 Virtual machine detection failing when having QEMU as sys_vendor
1369635 Drop legacy juju-info-list messages
1362506 Send information about the Juju machine ID at registration time
1344054 Drop provisioning registration message and code
1342646 Drop support for cloud registration
1326940 test failures on trusty
1320236 Swift plugin should report total/avail/used space
1271615 Client fails to detect VM type when run on POWER kvm
1306824 landscape.plugin.PluginConfigError: A processor info reader for 'aarch64' is not available.
1399139 Add ability to set user-agent in landscape.lib.fetch.fetch
1401867 Landscape release upgrade stuck \

Version: 13.07.3-0ubuntu0.12.04 2013-12-10 02:06:19 UTC

  landscape-client (13.07.3-0ubuntu0.12.04) precise; urgency=low

  * New upstream version (LP: #1190510)
   - New annotations exchange mechanism allows clients to send any key-value
     data to the landscape server (LP: #1123932)
   - Network devices now report their maximum theoretical speeds, and duplex
     status to landscape-server (LP: #1126331, LP: #1130733)
   - Landscape.client is now HA aware when HA is implemented using juju
     charms (LP: #1122508)
   - The landscape client will now trigger a reboot if server sends a
     reboot-required message. (LP: #1133005)
   - Big AMP code cleanup and refactoring in order to improve testing, improve
     performance and ease future maintainability (LP: #1165047, LP: #1169102,
     LP: #1170669)
   - Added logic to detect cloned (virtual) computers (LP: #1161856)
   - The landscape-client and landscape-common packages do not use or depend
     on dbus code anymore, and the dependencies to python-gi and gudev are
     dropped. The hardware info plugin now looks at /proc instead of querying
     DBus (LP: #1175553, LP: #1180691)
   - The ceph manager plugin is now a monitor plugin and thus does not require
     root privileges anymore. (LP: #1186973)
   - The detection logic for virtual machine was changed to account for the
     different semantics between Openstack Folsom and Grizzly, and was
     expanded to detect more hypervisors (LP: #1191843)
   - Removed legacy upgrader code from postinst since support for it was
     dropped.
   - The /etc/dbus-1/system.d/landscape.conf file was moved from the
     landscape-common package to the landscape-client-uii as part of
     LP: #1175553, LP: #1180691. No "Breaks" rule was added since the
     landscape-client-ui package requires the exact same version of
     landscape-common, which avoids the case outlined in
     http://www.debian.org/doc/debian-policy/footnotes.html#f53 .
  * Removed the hardwareinfo patch since the changes were merged upstream
  * Changed dh_clean -K to dh_prep (dh_clean -K is deprecated)
  * Removed the packages arguments to dh_installman since all pacakges have
    manpages now.
 -- Christopher Glass (Canonical) <email address hidden> Fri, 20 Sep 2013 10:10:28 +0200

Source diff to previous version
1190510 Update lucid, raring, quantal, precise to landscape-client 13.07.3
1123932 Send custom anotations to the server in the computer-info message
1126331 U1 music player can not go back a track unless the player is playing
1130733 Error handling message 'network-device'
1122508 Add High availability service manager plugin to allow setting online|standby status of an HA clustered service participant
1133005 Implement a reboot-if-necessary flag for package operations
1165047 The ConfigObject and Twisted AMP code copies are unused
1169102 The AMP-based machinery is tested using a real reactor
1170669 Cleanup AMP-based machinery
1161856 Cloned clients confuse the server
1175553 The old hal-based hardware plugin is broken on raring
1180691 Some useless dbus code remains in the client
1186973 Run ceph usage plugin as non-root
1191843 Openstack instances register as real machines instead of virtual ones

Version: 12.05-0ubuntu1.12.04 2012-10-25 21:06:47 UTC

  landscape-client (12.05-0ubuntu1.12.04) precise-proposed; urgency=low

  * Added fix for lshw storm when the client was talking to an old
    Landscape server which was then upgraded (LP: #1053057).
 -- Andreas Hasenack <email address hidden> Tue, 25 Sep 2012 05:58:44 -0700

Source diff to previous version
1053057 Client queues up lshw calls if talking to old server

Version: 12.05-0ubuntu0.12.04 2012-07-25 05:06:48 UTC

  landscape-client (12.05-0ubuntu0.12.04) precise-proposed; urgency=low

  * New upstream release 12.05 (r561 in trunk) (LP: #1004678).
  * Make all subpackages that depend on each other require the exact same
    version, instead of >= $version.
  * Added python-gi to client depends starting natty.
  * Make change-packages also handle package holds (LP: #972489).
  * Fix typo in glade file (LP: #983096).
  * Tidy up apt facade (LP: #985493).
  * Remove SmartFacade and its tests, no longer used (LP: #996269).
  * Remove check for apt version, since we won't release this for
    Hardy where that check matters (LP: #996837).
  * Remove methods that were smart specific. We no longer use smart
    (LP: #996841).
  * Remove smart-update helper binary. We no longer use smart
    (LP: #997408).
  * Remove test-mixins that were useful only during the apt-to-smart
    code migration. Now with smart gone, they are no longer necessary
    (LP: #997760).
  * Build the packages from precise onward, not just precise.
  * Assorted packaging fixes:
    - Switched to format 3.0 (quilt).
    - Added source lintian overrides, with comments.
    - Updated debian/rules:
      - Added build-arch and build-indep dummy target.
      - Build the GUI packages from precise onwards, and not just on precise.
      - Re-enable dh_lintian.
      - Strip the binaries (dh_strip), and also call dh_shlibdeps for the
        automatic shlibs dependency.
      - Added python-gi from natty onwards.
    - Used __Choices instead of _Choices in landscape-common.templates, it's
      better for translators.
    - Updated standard version to 3.8.2, the version from Lucid (oldest one
      we support)
    - Added shlibs depends.
    - Dropped deprecated ${Source-Version} and replaced it with
      ${binary:Version}
    - Require exact version of the sibling package instead of >=.
 -- Andreas Hasenack <email address hidden> Tue, 19 Jun 2012 12:10:15 -0300

1004678 Please update landscape-client to 12.05
972489 The change-packages handler needs to handle package...
983096 Mispelling of Landscape
985493 AptFacade.perform_changes is unwieldy.
996269 Remove SmartFacade
996837 Don't skip Apt tests on Hardy
996841 Remove smart-specific methods from AptFacade
997408 Remove smart-update
997760 Remove all the Mixins for facade tests



About   -   Send Feedback to @ubuntu_updates