~ubuntu-branches/ubuntu/oneiric/puppet/oneiric-security

« back to all changes in this revision

Viewing changes to conf/debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Micah Anderson
  • Date: 2008-07-26 15:43:45 UTC
  • mfrom: (1.1.8 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080726154345-c03m49twzxewdwjn
Tags: 0.24.5-2
* Fix puppetlast to work with 0.24.5
* Adjust logcheck to match against new log messages in 0.24.5
* Update standards version to 3.8.0 (no changes)
* Update changelog to reduce length of line to make lintian happy

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
puppet (0.24.1-2) unstable; urgency=low
 
2
 
 
3
  * Set rundir correctly (Closes: #460203, #459579)
 
4
  * Apply patch for puppet#1003 to enable collection of tagged resources
 
5
 
 
6
 -- Thom May <thom@debian.org>  Wed, 16 Jan 2008 11:08:55 +0100
 
7
 
 
8
puppet (0.24.1-1) unstable; urgency=low
 
9
 
 
10
  * New upstream release (Closes: #445626)
 
11
  * Set maintainer to pkg-puppet-devel
 
12
 
 
13
 -- Thom May <thom@debian.org>  Sun, 30 Dec 2007 19:13:47 +0100
 
14
 
 
15
puppet (0.24.0-1) unstable; urgency=low
 
16
 
 
17
  * New upstream release
 
18
 
 
19
 -- Thom May <thom@debian.org>  Wed, 19 Dec 2007 16:00:34 +0100
 
20
 
 
21
puppet (0.23.2-15) unstable; urgency=low
 
22
 
 
23
  * No change upload setting maintainer to me whilst waiting for an alioth
 
24
    project.
 
25
 
 
26
 -- Thom May <thom@debian.org>  Thu, 29 Nov 2007 10:44:50 +0100
 
27
 
 
28
puppet (0.23.2-14) unstable; urgency=low
 
29
 
 
30
  * Orphaning.
 
31
  * Create /var/lib/puppet in the puppet package.  Closes: #452506.
 
32
  * Start the puppet init script after puppetmaster, to silence whiny bug
 
33
    reports.  Closes: #452064.
 
34
  * Add a reload command to the Puppet init script.  Closes: #452060.
 
35
 
 
36
 -- Matthew Palmer <mpalmer@debian.org>  Thu, 29 Nov 2007 10:48:21 +1100
 
37
 
 
38
puppet (0.23.2-13) unstable; urgency=low
 
39
 
 
40
  * Drop quotes from an already-quoted value in a query.  Closes: #448179.
 
41
  * Remove excessive quoting from puppet/network/handler/master.rb.
 
42
    Closes: #448221.
 
43
  * Force removal of directories during pluginsync.  Closes: #448180.
 
44
 
 
45
 -- Matthew Palmer <mpalmer@debian.org>  Tue, 30 Oct 2007 14:55:19 +1100
 
46
 
 
47
puppet (0.23.2-12) unstable; urgency=low
 
48
 
 
49
  * Create /var/run/puppet and set the perms in the various initscripts, as
 
50
    well as hardcoding the rundir better in configuration.rb and removing
 
51
    the explicit rundir setting from puppet.conf.  Closes: #447314.
 
52
  * Apply additional patch given (backwards) to fix export/collect on some
 
53
    database backends.  Closes: #445591 (again!)
 
54
 
 
55
 -- Matthew Palmer <mpalmer@debian.org>  Sat, 20 Oct 2007 11:28:50 +1000
 
56
 
 
57
puppet (0.23.2-11) unstable; urgency=low
 
58
 
 
59
  * Apply patch from puppet#786 to fix a problem with exported resources not
 
60
    being properly detected as needing a rerun.  Closes: #445591.
 
61
  * Fix ignore handling for the plugins mount.  Closes: #446390.
 
62
 
 
63
 -- Matthew Palmer <mpalmer@debian.org>  Mon, 15 Oct 2007 09:11:25 +1000
 
64
 
 
65
puppet (0.23.2-10) unstable; urgency=low
 
66
 
 
67
  * Recycle connections when we change (or get) certs.
 
68
  * Catch and retry more transient errors in the XMLRPC wrapper.
 
69
 
 
70
 -- Matthew Palmer <mpalmer@debian.org>  Thu, 27 Sep 2007 15:06:11 +1000
 
71
 
 
72
puppet (0.23.2-9) unstable; urgency=low
 
73
 
 
74
  * Recycle the HTTP connection if we get an EPIPE during a request. 
 
75
    Closes: #444177.  Thanks to Jos Backus for helping with testing.
 
76
 
 
77
 -- Matthew Palmer <mpalmer@debian.org>  Thu, 27 Sep 2007 09:55:34 +1000
 
78
 
 
79
puppet (0.23.2-8) unstable; urgency=low
 
80
 
 
81
  * Remove extraneous debugging output accidentally left behind in the last
 
82
    release.
 
83
  * Fix spelling mistakes in debian/control and debian/puppet.preinst. 
 
84
    Closes: #444158.
 
85
 
 
86
 -- Matthew Palmer <mpalmer@debian.org>  Thu, 27 Sep 2007 07:45:07 +1000
 
87
 
 
88
puppet (0.23.2-7) unstable; urgency=low
 
89
 
 
90
  * Ignore ENOENT errors in the module plugin syncing code, since they're
 
91
    innocuous and expected.
 
92
  * Allow facts that are downloaded through pluginsync to be used like any
 
93
    other fact.
 
94
  * Allow users to still have an old-style plugins mount if they want, by
 
95
    specifying a path for the mount.  Also track down a fault in old-style
 
96
    fileserving which did strange slash-stripping.  Closes: #443932.
 
97
 
 
98
 -- Matthew Palmer <mpalmer@debian.org>  Tue, 25 Sep 2007 16:41:32 +1000
 
99
 
 
100
puppet (0.23.2-6) unstable; urgency=low
 
101
 
 
102
  * Patch rails/param_name.rb to stop query failures, as per puppet#784.
 
103
  * Actually honour namevar.
 
104
  * Only set dbuser if explicitly asked for.
 
105
  * Fix annoying database deletion error for ParamValue objects.
 
106
  * Add an accessor for ca_file, since older openssl-ruby only had a writer.
 
107
  * Fix the fileserver to honour ignore.  Thanks to Nathan Ward for the
 
108
    bug report on IRC.
 
109
 
 
110
 -- Matthew Palmer <mpalmer@debian.org>  Thu, 20 Sep 2007 16:10:41 +1000
 
111
 
 
112
puppet (0.23.2-5) unstable; urgency=low
 
113
 
 
114
  * Add some NEWS for the ssldir transition.  Should have done that earlier.
 
115
  * Remove the explicit mode change for vardir, and fix up the mode on
 
116
    statedir, as well.  Closes: #425496.
 
117
  * Only set some database parameters if they're explicitly set; this makes
 
118
    life easier for PgSQL ident auth.
 
119
  * Allow empty config options.
 
120
 
 
121
 -- Matthew Palmer <mpalmer@debian.org>  Thu, 13 Sep 2007 11:09:59 +1000
 
122
 
 
123
puppet (0.23.2-4) unstable; urgency=low
 
124
 
 
125
  * Fix puppet#776 in a slightly better way by only flushing the cache when
 
126
    a value is changed, rather than whenever a value is read.
 
127
  * Apply patch from puppet#755 to cache connections to the Puppetmaster,
 
128
    which improves performance by more than a little.
 
129
  * Modify the fileserver so that it provides a 'plugins' mount which
 
130
    exports the union of the plugins directory of all modules.
 
131
 
 
132
 -- Matthew Palmer <mpalmer@debian.org>  Fri, 31 Aug 2007 15:32:04 +1000
 
133
 
 
134
puppet (0.23.2-3) unstable; urgency=low
 
135
 
 
136
  * Clear the config value cache every time.  This is a titchy little
 
137
    performance hit, but it works around puppet#776 rather nicely.
 
138
 
 
139
 -- Matthew Palmer <mpalmer@debian.org>  Fri, 24 Aug 2007 16:08:04 +1000
 
140
 
 
141
puppet (0.23.2-2) unstable; urgency=low
 
142
 
 
143
  * Move the SSL state directory to a more policy-friendly location,
 
144
    /var/lib/puppet/ssl.
 
145
 
 
146
 -- Matthew Palmer <mpalmer@debian.org>  Tue, 21 Aug 2007 12:54:40 +1000
 
147
 
 
148
puppet (0.23.2-1) unstable; urgency=low
 
149
 
 
150
  * New upstream release.
 
151
 
 
152
 -- Matthew Palmer <mpalmer@debian.org>  Tue,  7 Aug 2007 12:47:49 +1000
 
153
 
 
154
puppet (0.23.1-1) unstable; urgency=low
 
155
 
 
156
  * New upstream release.
 
157
  * Switch primary maintainer to me.  Thanks jaq.
 
158
  * Make the recommendation for rails >= 1.2.3-2, to avoid
 
159
    incompatibilities.  This breaks compatibility with stable, but the rails
 
160
    package from unstable should install cleanly in stable.  Closes: #433999
 
161
 
 
162
 -- Matthew Palmer <mpalmer@debian.org>  Sat, 21 Jul 2007 16:34:36 +1000
 
163
 
 
164
puppet (0.23.0-1) unstable; urgency=low
 
165
 
 
166
  * New upstream release.
 
167
    - Includes a new configuration file handling system; see NEWS.Debian.
 
168
 
 
169
 -- Matthew Palmer <mpalmer@debian.org>  Mon, 25 Jun 2007 09:55:12 +1000
 
170
 
 
171
puppet (0.22.4-2) unstable; urgency=low
 
172
 
 
173
  * Depend on libshadow-ruby1.8, for new password modification functionality
 
174
    added to upstream 0.22.4.
 
175
  * Several improvements from Micah Anderson:
 
176
    - Better vim syntax installation process.
 
177
    - Install Emacs syntax highlighting.
 
178
    - Install logcheck rules.  Closes: #421851.
 
179
 
 
180
 -- Matthew Palmer <mpalmer@debian.org>  Thu,  3 May 2007 15:04:15 +1000
 
181
 
 
182
puppet (0.22.4-1) unstable; urgency=low
 
183
 
 
184
  * New upstream release.
 
185
 
 
186
 -- Matthew Palmer <mpalmer@debian.org>  Wed,  2 May 2007 12:20:15 +1000
 
187
 
 
188
puppet (0.22.3-1) unstable; urgency=low
 
189
 
 
190
  * New upstream release.  Closes: #415773.
 
191
  * Switch to using our own logrotate config, and enhance it as per
 
192
    David Schmitt's suggestions.  Closes: #414282.
 
193
  * Add puppetrun to the puppetmaster package, and actually put puppetdoc
 
194
    into the puppet package.  Closes: #419273.
 
195
  * Copy vim syntax highlighting file into the puppet package, and add a
 
196
    stanza to have Vim automatically highlight .pp files.  Closes: #412868.
 
197
    Thanks to David Schmitt for researching how to do all of that.
 
198
  * Add a templatedir setting to the default puppetmasterd.conf to make it
 
199
    obvious that it can be changed.  Closes: #407506.
 
200
 
 
201
 -- Matthew Palmer <mpalmer@debian.org>  Wed, 18 Apr 2007 14:03:33 +1000
 
202
 
 
203
puppet (0.22.1-1) unstable; urgency=low
 
204
 
 
205
  * New upstream release.
 
206
 
 
207
 -- Matthew Palmer <mpalmer@debian.org>  Fri,  2 Feb 2007 09:06:46 +1100
 
208
 
 
209
puppet (0.22.0-1) unstable; urgency=low
 
210
 
 
211
  * New upstream release.
 
212
  * Use --startas instead of --init in init scripts, which (according to
 
213
    Paul Hampson) makes checking for already-running instances work.
 
214
    Closes: #405912.
 
215
 
 
216
 -- Matthew Palmer <mpalmer@debian.org>  Mon,  8 Jan 2007 08:41:35 +1100
 
217
 
 
218
puppet (0.20.1-1) unstable; urgency=low
 
219
 
 
220
  * New upstream release.  (Closes: #387674)
 
221
  * Rationalise the puppetmasterd init script.
 
222
  * Add inclusion of /etc/default files for init scripts.  (Closes: #388178)
 
223
  * Add puppet.conf to match puppetd.conf.  (Closes: #385646)
 
224
 
 
225
 -- Matthew Palmer <mpalmer@debian.org>  Thu, 30 Nov 2006 10:54:19 +1100
 
226
 
 
227
puppet (0.18.4-1) unstable; urgency=low
 
228
 
 
229
  * New upstream release.
 
230
    - Properly detect all services, including those in rcS.d.
 
231
      (Closes: #378351)
 
232
  * Add Homepage: to the long description.  (Closes: #377896)
 
233
  
 
234
 -- Matthew Palmer <mpalmer@debian.org>  Mon, 24 Jul 2006 19:46:06 +1000
 
235
 
 
236
puppet (0.18.3-1) unstable; urgency=low
 
237
 
 
238
  * New upstream version.
 
239
    - Set DEBIAN_FRONTEND=noninteractive when installing Debian packages.
 
240
      (Closes: #378338)
 
241
 
 
242
 -- Matthew Palmer <mpalmer@debian.org>  Sun, 16 Jul 2006 10:58:50 +1000
 
243
 
 
244
puppet (0.18.1-1) unstable; urgency=low
 
245
 
 
246
  * Make Puppet not wait for a cert at all (to prevent startup hangs).
 
247
  * Cleanup the init scripts to not have NO_START detritus.
 
248
  * Apply puppet.debian-frontend, to set DEBIAN_FRONTEND=noninteractive on
 
249
    package installation.
 
250
 
 
251
 -- Matthew Palmer <mpalmer@debian.org>  Tue, 27 Jun 2006 15:05:32 +1000
 
252
 
 
253
puppet (0.18.0-1) unstable; urgency=low
 
254
 
 
255
  * Initial release.  (Closes: #348625)
 
256
 
 
257
 -- Matthew Palmer <mpalmer@debian.org>  Wed, 24 May 2006 13:10:01 +1000