13.4.0 (2017-09-11)
* Add Arch Linux support to package plugin #1042
* Detect LXC if LXC and Docker are on the same host #1055
* Add Azure metadata endpoint support #1033
* Move all requires into the plugin definitions #1045
* Improve detection of Windows EC2 nodes by using UUID information #1052
* Add error handling in Linux filesystem plugin #1047
* Properly handle uptimes over a year on AIX #1049
* Handle situations where /proc/cpuinfo lacks core data #1038
Version v1.8.3 - September 13, 2017
* Update warning_filter to fix require_relative
Version v1.8.2 - December 10, 2016
Fix
* Predicates not available on 1.8.7
Add
* progressbar as a gem build target
Removed
* reek
### 2.2.1 / 2017-09-13
#### Enhancements
* Verify checksums of files at extraction time (in addition to at download time). (#56)
* Clarify error message if a `tar` command can't be found. (#81)
Add missing dependency.
1.412 2017-07-30T18:27:33Z
* Fix for plist files with comments (bram.stappers@tiobe.com) RT #122466
and GitHub #5 (as a pull request)
* Note that this module does not handle ASCII or JSON formats (but they
are in the wishlist now) (anonymous Yahoo! user)
1.411 2017-07-19T02:10:42Z
* Bram Stappers fixed a regression with XML comments
1.41_01 2015-01-29T04:41:09Z
- RT #101795: Mis-parse or hang while parsing non-pretty XML (Tom Wyant)
- RT #101796: Wide character in print warning in t/read_binary.t (Tom Wyant)
v3.2.4
Deploy new versions to PyPI using twine. Travis doesn’t seem
to be working.
v3.2.3
Tests should no longer fail with pyicu installed.
Improved documentation regarding how to test locally.
v3.2.2
Initial support for (bash) autocompletion.
The location field is not printed as part of --porcelain.
1.10.0 2016/11/24
* add Readme docs for .worker_number
* Do not call kill method if thread is nil
* Adds comment to readme for trappig TERM
* make undumpable exceptions traceable
1.11.0 2017/03/11
* make version not be required twice when using via git source
* Simplify Array initialization with slight performance improvement
* Added failing tests for handling Parallel::Break in work_direct
* Handle kill and break exceptions in work_direct (closes#128 and #130)
* Replace "rescue StandardError" with "rescue ... $!"
* Added any? and all?
1.11.1 2017/03/12
* Fix typo (bracktrace => backtrace), and use attr_reader
* Added failing test to simulate stack trace added by better_errors gem
* Remove bindings stack that is added by the better_errors gem
1.11.2 2017/05/07
* syncronize worker replacement to avoid #196
1.12.0 2017/07/25
* Update to rails 4.2.8 or higher for ruby 2.4 support
* Run bundle update to fix some errors and warnings.
* Reference the Tempfile so it's not GC'd/removed too early
* use Tempfile.open for automatic cleanup
* fix#149
# Ohai Release Notes 13.3
## Additional Platform Support
Ohai now properly detects the [F5 Big-IP](https://www.f5.com/) platform and
platform_version.
- platform: bigip
- platform_family: rhel
# Ohai Release Notes 13.2:
Ohai 13.2 has been a fantastic release in terms of community involvement with
new plugins, platform support, and critical bug fixes coming from community
members. A huge thank you to msgarbossa, albertomurillo, jaymzh, and davide125
for their work.
## New Features
### Systemd Paths Plugin
A new plugin has been added to expose system and user paths from systemd-path
(see <https://www.freedesktop.org/software/systemd/man/systemd-path.html> for
details).
### Linux Network, Filesystem, and Mdadm Plugin Resilience
The Network, Filesystem, and Mdadm plugins have been improved to greatly
reduce failures to collect data. The Network plugin now better finds the
binaries it requires for shelling out, filesystem plugin utilizes data from
multiple sources, and mdadm handles arrays in bad states.
### Zpool Plugin Platform Expansion
The Zpool plugin has been updated to support BSD and Linux in addition to
Solaris.
### RPM version parsing on AIX
The packages plugin now correctly parses RPM package name / version
information on AIX systems.
### Additional Platform Support
Ohai now properly detects the [Clear](https://clearlinux.org/) and
[ClearOS](https://www.clearos.com/) Linux distributions.
#### Clear Linux
- platform: clearlinux
- platform_family: clearlinux
#### ClearOS
- platform: clearos
- platform_family: rhel
## New Deprecations
### Removal of IpScopes plugin. (OHAI-13)
<https://docs.chef.io/deprecations_ohai_ipscopes.html>
In Chef/Ohai 14 (April 2018) we will remove the IpScopes plugin. The data
returned by this plugin is nearly identical to information already returned by
individual network plugins and this plugin required the installation of an
additional gem into the Chef installation. We believe that few users were
installing the gem and users would be better served by the data returned from
the network plugins.
## 1.15.4 (2017-08-19)
Bugfixes:
- handle file conflicts gracefully in `bundle gem` (@rafaelfranca, @segiddins)
- bundler will fail gracefully when the bundle path contains the system path
separator (#5485, ajwann)
- failed gem downloads will be retried consistently across different
RubyGems versions (@shayonj)
- `bundle pristine` will respect build options while re-building native
extensions (@NickLaMuro)
## 1.15.3 (2017-07-21)
Bugfixes:
- ensure that empty strings passed to `bundle config` are serialized &
parsed properly (#5881, @segiddins)
- avoid printing an outdated version warning when running a parseable
command (@segiddins)
## 1.15.2 (2017-07-17)
Features:
- new gemfiles created by bundler will include an explicit `github` git
source that uses `https` (@segiddins)
Bugfixes:
- inline gemfiles work when `BUNDLE_BIN` is set (#5847, @segiddins)
- avoid using the old dependency API when there are no changes to the
compact index files (#5373, @greysteil)
- fail gracefully when the full index serves gemspecs with invalid
dependencies (#5797, @segiddins)
- support installing gemfiles that use `eval_gemfile`, `:path` gems with
relative paths, and `--deployment` simultaneously (@NickLaMuro)
- `bundle config` will print settings as the type they are interpreted as
(@segiddins)
- respect the `no_proxy` environment variable when making network requests
(#5781, @jakauppila)
- commands invoked with `--verbose` will not have default flags printed
(@segiddins)
- allow `bundle viz` to work when another gem has a requirable `grapviz`
file (#5707, @segiddins)
- ensure bundler puts activated gems on the `$LOAD_PATH` in a consistent
order (#5696, @segiddins)
* Building with OCaml < 4.02.3 is no longer supported
* Support compilation with a built-in mccs solver (removing run-time dependency
to aspcud). Integrated half-working "heuristics" dropped.
* Remove jsonm and transitive uutf dependency.
* Switch build systems to `jbuilder`, including `lib-ext` support
* Allow repeated and or'd arguments to the `list` command
* Many code and build system portability fixes (Windows, BSD)
* Add `switch export --full` to include package definitions
* Add `announce:` and `stamp:` fields to repositories (`repo` files)
* Add a global cache of git objects (greatly speeding up multiple cloning)
* Allow `opam pin URL` without a package name
* Many error handling, messages and corner case fixes
* Updated the versions of dependencies
* Removed the unused `features:` field, and proposal for a new syntax
* More informative exit codes, and documentation thereof
already patched!) introducing a MANDIR variable instead of hardcoding
`share/man' and pass PKGMANDIR via MAKE_ENV.
No PKGREVISION bump since it should fix the build on platforms where moreutils
was already broken.
Pointed out by Joyent's Darwin bulk build.
Fixes an issue that could allow a specially crafted .apkg file to
write files outside the media folder during import. AnkiWeb shared
decks were not affected, but upgrading is strongly recommended if
you import .apkg files from third party sources. A big thanks to
David Bailey for discovering this issue.
moreutils is a growing collection of the unix tools that nobody
thought to write long ago when unix was young.
It consists of these tools:
- chronic: runs a command quietly unless it fails
- combine: combine the lines in two files using boolean operations
- errno: look up errno names and descriptions
- ifdata: get network interface info without parsing ifconfig output
- isutf8: check if a file or standard input is utf-8
- ifne: run a command if the standard input is not empty
- lckdo: execute a program with a lock held (deprecated)
- mispipe: pipe two commands, returning the exit status of the first
- parallel: run multiple jobs at once
- pee: tee standard input to pipes
- sponge: soak up standard input and write to a file
- ts: timestamp standard input
- vidir: edit a directory in your text editor
- vipe: insert a text editor into a pipe
- zrun: automatically uncompress arguments to command
Originally packaged in pkgsrc-wip by myself and <wiz>.