Skip to content

Commit 0d4494c

Browse files
committedOct 22, 2011
Updated CHANGELOG for 2.7.6
1 parent 2011841 commit 0d4494c

File tree

2 files changed

+44
-11
lines changed

2 files changed

+44
-11
lines changed
 

‎CHANGELOG

+37-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,43 @@
1-
2.7.6rc3
1+
2.7.6 (includes CVE-2011-3872 see http://puppetlabs.com/security/hotfixes/cve-2011-3872/
22
===
3+
c09517a Improve the error message when a CSR is rejected
4+
9346530 Allow a master to bootstrap itself with dns_alt_names and autosign
5+
7679c66 (maint) Remove ssl dir before starting a master with DNS alt names
6+
e4c64c7 Fix failing CA Interface specs on Ruby 1.9
7+
9ee1215 Fix some inconsistencies from merging
8+
8144939 Add support for DNS alt names to `puppet ca`
9+
2ba56e3 More 1.8.5 compatibility fixes.
10+
6257188 Better 1.8.5 compatible implementation of `lines`.
11+
4ba4db7 (#2848) Config options require '_', not '-'.
12+
493f8d1 Add --allow-dns-alt-names option to `puppet certificate sign`
13+
0cc8936 Add support for dns-alt-names option to `puppet certificate generate`
14+
c65236d Ruby 1.8.5 compatibility changes in tests and code.
15+
6c37623 Add `lines` alias for `each_line` in Ruby 1.8.5.
16+
e29eb6a s/not_to/should_not/ for older versions of RSpec 2.
17+
f1f5298 (#2848) Eliminate redundant `master_dns_alt_names`.
18+
3a8b376 (#2848) Remove the legacy SSLCertificates code
19+
28dead0 (#2848) Rework the xmlrpc CA handler to use the modern SSL code
20+
a644514 (#2848) Remove unused xmlrpc code
21+
2b1ad43 (#2848) Consistent return values from `subject_alt_names` accessors.
22+
d8516d9 (#2848) Consistently use `subject_alt_names` as accessor name.
23+
0b45f4c (#2848) Don't strip the subjectAltName label when listing.
24+
99488f3 (#2848) Don't enable `emailProtection` for server keys.
25+
f1285a4 (#2848) Only mark `subjectAltName` critical if `subject` is empty.
26+
e65a88e (#2848) Migrate `dns-alt-names` back to settings.
27+
b876c39 Wire up the `setbycli` slot in Puppet settings.
28+
a53f2f2 (#2848) rename subject-alt-name option to dns-alt-names
29+
bc2267a (#2848) Rename `certdnsnames` to match new behaviour.
30+
a720499 (#2848) Use `certdnsnames` when bootstrapping a local master.
31+
6e3f529 (#2848) CSR subjectAltNames handling while signing.
32+
978b65c (#2848) List subject alt names in output of puppet cert --list
33+
7460a5e (#7224) Add a helper to Puppet::SSL::Certificate to retrieve alternate names
34+
94345eb (#2848) Rewrite SSL Certificate Factory, fixing `subjectAltName` leak.
35+
a729d90 (#2848) Reject unknown (== all) extensions on the CSR.
36+
f4fc11d (#2848) extract the subjectAltName value from the CSR.
37+
d64b01b (#2848) Set `certdnsnames` values into the CSR.
38+
78a01a2 (#6928) Don't blow up when the method is undefined...
339
43d1e38 (#9996) Restore functionality for multi-line commands in exec resources
4-
5-
2.7.6rc2
6-
===
740
d457763 (#9832) General StoreConfigs regression.
8-
9-
2.7.6rc1
10-
===
1141
2958b05 maint: Deal with [].to_s problem in 1.9.2
1242
9c25af4 (#9027) Get rid of spurious info messages in groupadd
1343
1f25c20 (#8411) Fix change group for POSIX file provider

‎conf/redhat/puppet.spec

+7-4
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66

77
Name: puppet
88
Version: 2.7.6
9-
Release: 0.1%{?dist}
9+
Release: 1%{?dist}
1010
Summary: A network tool for managing many disparate systems
1111
License: ASL 2.0
1212
URL: http://puppetlabs.com
13-
Source0: http://puppetlabs.com/downloads/%{name}/%{name}-%{version}rc3.tar.gz
14-
Source1: http://puppetlabs.com/downloads/%{name}/%{name}-%{version}rc3.tar.gz.asc
13+
Source0: http://puppetlabs.com/downloads/%{name}/%{name}-%{version}.tar.gz
14+
Source1: http://puppetlabs.com/downloads/%{name}/%{name}-%{version}.tar.gz.asc
1515

1616
Group: System Environment/Base
1717

@@ -65,7 +65,7 @@ Provides the central puppet server daemon which provides manifests to clients.
6565
The server can also function as a certificate authority and file server.
6666

6767
%prep
68-
%setup -q -n %{name}-%{version}rc3
68+
%setup -q -n %{name}-%{version}
6969
patch -s -p1 < conf/redhat/rundir-perms.patch
7070

7171

@@ -282,6 +282,9 @@ fi
282282
rm -rf %{buildroot}
283283

284284
%changelog
285+
* Fri Oct 21 2011 Michael Stahnke <stahnma@puppetlabs.com> - 2.7.6-1
286+
- 2.7.6 final
287+
285288
* Thu Oct 13 2011 Michael Stahnke <stahnma@puppetlabs.com> - 2.7.6-.1rc3
286289
- New RC
287290

0 commit comments

Comments
 (0)
Please sign in to comment.