~ubuntu-branches/ubuntu/precise/puppet/precise-proposed

« back to all changes in this revision

Viewing changes to CHANGELOG

  • Committer: Package Import Robot
  • Author(s): Micah Anderson
  • Date: 2012-02-23 18:24:48 UTC
  • mfrom: (1.1.28) (3.1.36 sid)
  • Revision ID: package-import@ubuntu.com-20120223182448-belun93murza4w99
Tags: 2.7.11-1
* New upstream release
* Urgency set to high due to regressions in previous release
  and security vulnerabilities
* Execs when run with a user specified, but no group, get the root
  group. Similarly unexpected privileges are given to providers and
  types (egid remains as root), this is fixed with a patch from
  upstream (CVE-2012-1053)
* Fix Klogin write through symlink (CVE-2012-1054)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2.7.11
 
2
===
 
3
01b57e9 (#12188) Better handling of PID file cleanup warnings.
 
4
a8b6088 (#12572) Add acceptance test to make sure no last_run_summary diff is printed
 
5
40480ed (#12572) Revert fix for #7106 and implement a more minimal fix
 
6
0486462 (#12412) Mark symbolic file modes test as pending on Windows
 
7
115ba71 Symbolic file mode test fixes when no mode change happens.
 
8
dde3945 Disable specs that use replace_file on Windows
 
9
4272d1f Disable replace_file on Windows
 
10
4bcbad4 Remove unnecessary fallbacks in change_{user,group}
 
11
ff372fb Document uid/gid-related methods in Puppet::Util
 
12
5f8f3ba Copy owner/group in replace_file
 
13
f0c9995 (#12463) eliminate `secure_open` in favour of `replace_file`
 
14
0c96703 (#12460) use `replace_file` for the .k5login file
 
15
7900a66 (#12462) user_role_add: use `replace_file` for /etc/shadow
 
16
f9f9961 (#12463) add secure `replace_file` to Puppet::Util
 
17
db0f872 (#12459) drop supplementary groups when permanently dropping UID
 
18
7f26d28 (#12458) default to users primary group, not root, in `asuser`
 
19
a96babf (#12457) add users primary group, not Process.gid, in initgroups
 
20
2f21546 Restore compatible `insync?` behaviour for matching arrays.
 
21
6ffe25b Fix bugs around the finer-grained insync? protocol.
 
22
133b739 Add unit tests for the `insysc?` method of a property.
 
23
908bfbd Property Spec cleanup: eliminate stubbing of resource and provider.
 
24
0d95eb7 Property Spec cleanup: last let method extraction.
 
25
5394413 Property Spec cleanup: extract more let methods.
 
26
f919e17 Property Spec cleanup: remove unused instance variable.
 
27
7bb261b Property Spec cleanup: remove some pointless extra stubs.
 
28
e81f02c Property Spec cleanup: extract property instance to a let method.
 
29
4fc4dd4 Property Spec cleanup: extract mock resource to let method.
 
30
9083fc6 Property Spec cleanup: extract mock provider to let method.
 
31
25d7c99 Property Spec cleanup: extract new subclass to let method.
 
32
3638651 (#2927) Acceptance test for symbolic file modes.
 
33
daa247e (#12296) Acceptance test for cycle detection in graphs.
 
34
1f0f40e Use natural ordering of Puppet::Provider.
 
35
3c1604a Make `Puppet::Provider` ordered.
 
36
50dc35d (#12296) Now that `Puppet::Type` is ordered, use that.
 
37
9962ac0 (#12296) Make `Puppet::Type` ordered.
 
38
b28d4ce (#12296) Test cycle detection on real Puppet::Type instances.
 
39
103a554 (#12310) Remove process_name instrumentation listener
 
40
f11ee44 (#12464) Avoid unnecessarily reloading facts when node_name_fact is not set
 
41
 
1
42
2.7.10
2
43
===
3
44
e31369a (#6541) Use the same filebucket for backup and restore