File: changelog

package info (click to toggle)
ohai 8.21.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,548 kB
  • ctags: 470
  • sloc: ruby: 107,594; makefile: 3
file content (259 lines) | stat: -rw-r--r-- 9,398 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
ohai (8.21.0-1) unstable; urgency=medium

  * New upstream version 8.21.0
  * refresh patches

 -- Antonio Terceiro <terceiro@debian.org>  Mon, 31 Oct 2016 10:44:19 -0200

ohai (8.20.0-1) unstable; urgency=medium

  * New upstream version 8.20.0
    - refresh patches
    - drop patch to avoid dependency on rspec-collection_matchers, which has
      been packaged since.
  * update packaging with new `dh-make-ruby -w` run
    - a bunch of dependencies updates
    - updated homepage
    - updated debian/ruby-tests.rake to latest version
  * add patch to mark 2 test cases that are Windows-specific as such

 -- Antonio Terceiro <terceiro@debian.org>  Mon, 19 Sep 2016 14:44:16 -0300

ohai (8.10.0-1) unstable; urgency=medium

  * Team upload.
  * Imported Upstream version 8.10.0
  * debian/patches: refresh patches and drop
    0003-Ruby-plugin-run-only-against-default-Ruby.patch, already applied by
    upstream
  * debian/control: depends (build and runtime) on ruby-chef-config
  * debian/patches: update 0001-Drop-dependency-on-wmi-lite.patch
  * Create patch that removes relative references of source code in tests
  * debian/copyright: update upstream copyright
  * Update Debian packaging copyright
  * Bump debhelper compatibility level to 9
  * Declare compliance with Debian policy 3.9.7
  * debian/control: use secure uri in Vcs-Git field

 -- Lucas Kanashiro <kanashiro.duarte@gmail.com>  Fri, 04 Mar 2016 14:33:46 -0300

ohai (8.4.0-1) unstable; urgency=medium

  * New upstream release
  * Drop all patches, not needed anymore
  * Update packaging with a new dh-make-ruby run
    - Added dependencies on ruby-plist and ruby-sigar by hand; upstream
      metadata is missing them (reported as
      https://github.com/chef/ohai/issues/556)
  * Add 0001-Drop-dependency-on-wmi-lite.patch to remove a Windows-only
    dependency
  * Add 0002-Avoid-dependency-on-rspec-collection_matchers.patch to make the
    tests not depend on an unpackage rspec extension.
  * Add 0003-Ruby-plugin-run-only-against-default-Ruby.patch: restrict tests
    of the Ruby plugin to the default Ruby interpreter.

 -- Antonio Terceiro <terceiro@debian.org>  Tue, 16 Jun 2015 20:39:55 -0300

ohai (6.14.0-2) unstable; urgency=low

  * Bump standards version to 3.9.2; no changes needed
  * Bump build dependency on gem2deb to >= 0.3.0~

 -- Antonio Terceiro <terceiro@debian.org>  Sat, 30 Jun 2012 09:57:45 -0300

ohai (6.14.0-1) unstable; urgency=low

  * New upstream version

 -- Tollef Fog Heen <tfheen@debian.org>  Thu, 31 May 2012 22:57:21 +0200

ohai (0.6.12-3) unstable; urgency=low

  * Add more missing dependencies.
  * Move to section admin as per ftp-master overrides.

 -- Tollef Fog Heen <tfheen@debian.org>  Thu, 03 May 2012 12:48:06 +0200

ohai (0.6.12-2) unstable; urgency=low

  * Add missing dependency on ruby-ipaddress.
  * Add missing dependency on ruby-sigar.

 -- Tollef Fog Heen <tfheen@debian.org>  Thu, 03 May 2012 11:34:48 +0200

ohai (0.6.12-1) unstable; urgency=low

  [ Praveen Arimbrathodiyil ]
  * New upstream release (0.6.10).
  * Use gem2deb helper for packaging. (Closes: #639787)
  * Add myself to uploaders.
  * run all tests (add new build dependencies).
    - ruby-mixlib-config, ruby-mixlib-log, ruby-mixlib-cli,
    - ruby-systemu, ruby-yajl, ruby-rspec, ruby-sigar

  [ Antonio Terceiro ]
  * debian/patches/Missing-require-rubygems.patch: add missing `require
    'rubygems'`, which is required when running under Ruby 1.8
  * debian/patches/Obtain-Ruby-plugin-test-data-from-system-ruby.patch:
    get test data for Ruby plugin from a system() call to `ruby` instead of
    reading the configuration of the running Ruby. This allows to run the
    tests under one interpreter while `ruby` is another interpreter, e.g.,
    running the tests under Ruby 1.9 while Ruby 1.8 is the default Ruby, or
    the other way around.

 -- Antonio Terceiro <terceiro@debian.org>  Tue, 17 Apr 2012 22:56:56 -0300

ohai (0.5.6-1) unstable; urgency=low

  * New upstream release (0.5.6).

 -- Joshua Timberman <joshua@opscode.com>  Tue, 29 Jun 2010 14:47:35 -0600

ohai (0.5.4-4) unstable; urgency=low

  * Fix use ohai binary from source instead of the one mangled by setup.rb.
  * Build-depend graphviz so rdoc gets created properly for ohai-doc.

 -- Joshua Timberman <joshua@opscode.com>  Wed, 12 May 2010 11:03:32 -0600

ohai (0.5.4-3) unstable; urgency=low

  * Fix remove_rubygems patch for new version of bin/ohai. 

  [ Deepak Tripathi ]
  * Bumped Standard Version to 3.8.4 (no changes)

 -- Joshua Timberman <joshua@opscode.com>  Tue, 11 May 2010 20:05:36 -0600

ohai (0.5.4-2) unstable; urgency=low

  * Fix source package for launchpad.

 -- Joshua Timberman <joshua@opscode.com>  Tue, 11 May 2010 17:26:26 -0600

ohai (0.5.4-1) unstable; urgency=low

  * New upstream release (0.5.4).
    * [OHAI-185] - Specs fail on all platforms other than darwin
    * [OHAI-187] - Ohai plugin breaks shef
    * [OHAI-190] - Chef plugin for ohai uses the same namespace as the chef
      attributes

 -- Joshua Timberman <joshua@opscode.com>  Tue, 11 May 2010 16:37:21 -0600

ohai (0.5.2-1) unstable; urgency=low

  * New upstream release (0.5.2).
    * [OHAI-170] - Rackspace cloud detection fails on machines with strictly intracloud traffic
    * [OHAI-171] - executable script-without-shebang
    * [OHAI-174] - ohai problems with dropping privileges
    * [OHAI-159] - php plugin
    * [OHAI-160] - lua plugin
    * [OHAI-161] - mono plugin
    * [OHAI-162] - groovy plugin
    * [OHAI-178] - don't use ruby plugin to guess OS

 -- Joshua Timberman <joshua@opscode.com>  Thu, 06 May 2010 23:09:49 -0600

ohai (0.5.0-2) unstable; urgency=low

  * Remove rubygems patch missed bin/ohai. 
  * ohai needs to depend on 'ruby' or it fails to process plugins.

 -- Joshua Timberman <joshua@opscode.com>  Tue, 09 Mar 2010 19:21:06 -0700

ohai (0.5.0-1) unstable; urgency=low

  * New upstream release (0.5.0).
    * [OHAI-155] - Chef summons army of dmidecode Zombies
    * [OHAI-166] - Make it possible to disable plugins
  * Update man page w/ see also section.

 -- Joshua Timberman <joshua@opscode.com>  Thu, 04 Mar 2010 12:48:35 -0700

ohai (0.4.0-1) unstable; urgency=low

  * New upstream release (0.4.0).
    * [OHAI-119] - don't 'require rubygems' explicitly
    * [OHAI-139] - ohai no longer requires json in gemspec, fails to
      run if user doesn't install a json library
    * [OHAI-140] - require rubygems in bin/ohai
    * [OHAI-143] - ohai, running in chef-client, triggers a MRI segfault
      probably related to garbage collection
    * [OHAI-147] - exception on pretty_generate when specifying
      an attribute with json 1.2.0
    * [OHAI-150] - ohai network fails without default gateway
    * [OHAI-84] - Extend Ohai to support more of the information found in
      sys and proc, want to cover things found in dstat scope.
    * [OHAI-7] - Command line should be sorted alphabetically, for the first keys
    * [OHAI-151] - Support to include data from /etc/passwd and /etc/group
    * [OHAI-137] - command.rb should be Apache 2.0 License

 -- Joshua Timberman <joshua@opscode.com>  Sun, 28 Feb 2010 17:15:49 -0700

ohai (0.3.6-2) unstable; urgency=low

  [Joshua Timberman]
  * New maintainer.
  * Fixing changelog entries missing between maintainers.
  * Remove graphviz from build dep
  * Bump standards version to 3.8.3
  * Now requires libmixlib-{config,cli,log}-ruby
  * Noting changes from upstream release (0.3.4)
    * [OHAI-107] - EC2 spec tests fails when not connected to network
    * [OHAI-111] - ec2 userdata gets truncated
    * [OHAI-112] - when installed on ubuntu/debian packages w/o rubygems
      ohai fails with a type error
    * [OHAI-130] - Ruby plugin should pull configuration from ruby in the system path
    * [OHAI-95] - Support multiple JSON libraries
    * [OHAI-116] - Redhat platform version should include the subrelease
    * [OHAI-120] - refactor ohai to use Mixlib
  * Additional changes from upstream release (0.3.6)
    * [OHAI-131] - ohai lies about its version
    * [OHAI-134] - yajl-ruby causes incompatibility with json gem
    * [OHAI-138] - create explicit dependencies on source version.

 -- Joshua Timberman <joshua@opscode.com>  Fri, 08 Jan 2010 13:44:38 -0600

ohai (0.3.6-1) unstable; urgency=low

  [Joshua Timberman]
  * Add DRE team to uploaders.
  * Bump standards version to 3.8.3 

  [Bryan McLellan]
  * New upstream release
  * Add Joshua Timberman to uploaders
  * Add ohai as suggests to libohai-ruby
  * Update watch to use githubredir
  * Add quilt patch to remove rubygems require
  * Remove package man page in favor of upstream

 -- Bryan McLellan <btm@loftninjas.org>  Thu, 07 Jan 2010 12:51:20 -0800

ohai (0.3.2-1) unstable; urgency=low

  * New upstream release
  * Add libsystemu-ruby as new dependency

 -- Bryan McLellan <btm@loftninjas.org>  Wed, 15 Jul 2009 14:46:28 -0700

ohai (0.3.0-2) unstable; urgency=low

  * Move ruby-pkg-tools from Build-Depends-Indep to Build-Depends
  * Bump standards to 3.8.2

 -- Bryan McLellan <btm@loftninjas.org>  Fri, 19 Jun 2009 14:14:39 -0700

ohai (0.3.0-1) unstable; urgency=low

  * New upstream release

 -- Bryan McLellan <btm@loftninjas.org>  Fri, 19 Jun 2009 10:40:49 -0700

ohai (0.2.0-1) unstable; urgency=low

  * Initial release (Closes: #514680)

 -- Bryan McLellan <btm@loftninjas.org>  Tue, 28 Apr 2009 15:29:15 -0700