~ubuntu-branches/ubuntu/quantal/cloud-init/quantal

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Scott Moser
  • Date: 2012-09-30 14:29:04 UTC
  • Revision ID: package-import@ubuntu.com-20120930142904-nq8fkve62i0xytqz
* add CloudStack to DataSources listed by dpkg-reconfigure (LP: #1002155)
* New upstream snapshot.
  * 0440 permissions on /etc/sudoers.d files rather than 0644
  * get host ssh keys to the console (LP: #1055688)
  * MAAS DataSource adjust timestamp in oauth header to one based on the
    timestamp in the response of a 403.  This accounts for a bad local
    clock. (LP: #978127)
  * re-start the salt daemon rather than start to ensure config changes
    are taken.
  * allow for python unicode types in yaml that is loaded.
  * cleanup in how config modules get at users and groups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
cloud-init (0.7.0~bzr677-0ubuntu1) quantal; urgency=low
 
2
 
 
3
  * add CloudStack to DataSources listed by dpkg-reconfigure (LP: #1002155)
 
4
  * New upstream snapshot.
 
5
    * 0440 permissions on /etc/sudoers.d files rather than 0644
 
6
    * get host ssh keys to the console (LP: #1055688)
 
7
    * MAAS DataSource adjust timestamp in oauth header to one based on the
 
8
      timestamp in the response of a 403.  This accounts for a bad local
 
9
      clock. (LP: #978127)
 
10
    * re-start the salt daemon rather than start to ensure config changes
 
11
      are taken.
 
12
    * allow for python unicode types in yaml that is loaded.
 
13
    * cleanup in how config modules get at users and groups.
 
14
 
 
15
 -- Scott Moser <smoser@ubuntu.com>  Sun, 30 Sep 2012 14:29:04 -0400
 
16
 
1
17
cloud-init (0.7.0~bzr659-0ubuntu2) quantal; urgency=low
2
18
 
3
19
  * debian/cloud-init.templates: fix bad template file (LP: #1053239)