## 2.13.3 / August 21 2012
This release contains multiple bugfixes and handling of exotic situations. The
`Configuration#capture` method should now work in spite of `ActiveSupport`
shenanigans. Thank you, the community, for all of your contributions:
* Close input streams when sending commands that don't read input. Dylan Smith
(dylanahsmith)
* Listen for method definition on `Kernel` and undefine on `Namespace`. Chris
Griego (cgriego)
* Fixed shell `Thread.abort_on_exception` bug. George Malamidis (nutrun)
* Adding a log method to `Capistrano::Deploy::SCM::None` to maintain
consistency with other SCM classes. Kevin Lawver (kplawver)
* Add deprecation warning if someone uses old `deploy:symlink` syntax on
callbacks. Ken Mazaika (kenmazaika)
* Simplify the `finalize_update` code by respecting the `:shared_children`
variable during removal and recreation of the parent. John Knight
(knightlabs)
1.6.12
===
398b111 (Maint) Extract common elements of selinux tests
c534126 (#10819) Avoid reading from /proc/self/mounts in ruby
b95ea54 fix yum repo path in yaml file
3ad05f1 Remove version test from facter
fce4b01 fix redhat spec release template variable
903b1d9 Stop using sed to generate the preflight erb
601a967 Use git read-only packaging repo for public access
dd3401e Fixup apple packaging
e0454df Remove libexec from file list as its only in 2.x
1e7f5b3 Update debhelper compat to 7, add format
6659e61 Fixup redhat spec erb template for f17
6752530 Shift to using packaging repo
fe311c2 Remove obsolete tasks directory
900895f Group requires together
8c18e33 Move facter redhat spec file to erb
84f8e10 Add debian build artifacts to facter project
d2d3baf Replace rake/gempackagetask with rubygems/gempackagetask
6f58b4e Move tasks out of 'rake' subdirectory
db9d154 Move packaging files to ext, rm conf
c0cbe62 (#15464) Make Facter.version settable via Facter.version=
0b49eae (#15464) Make contributing easy via bundle Gemfile
bf6ee4f Retabbed conf/redhat/facter.spec to lineup tag contents.
defbfb8 (#15291) Add Vendor tag to Facter spec file
17243bb Update facter redhat spec for fedora 17
7ca9122 Update a facter build-requires for f17
d5d2328 (#11640) Added support for new OpenStack MAC addresses
1.6.11
===
f75e46e Add build-requires of ruby-rdoc for manpage generation
e9e084f (Maint) Update CONTRIBUTING.md to match Puppet
841b99a (#15687) Selinux: Test for policyvers before reading it
10aa3aa (#15049) Return only one selinuxfs path as string from mounts
f7f90e4 Update version nos to match Facter development
ab87a2c Modify facter spec to work with Ruby 1.9
v1.2.0 (28th AUgust 2012)
- Feature: correctly extract text using surrogate pairs and ligatures
(thanks Nathaniel Madura)
- Speed optimisation: cache tokenised Form XObjects to avoid re-parsing them
- Feature: support opening documents with some junk bytes prepended to file
(thanks Paul Gallagher)
- Acrobat does this, so it seemed reasonable to add support
The Hashery is a tight collection of Hash-like classes.
Included among its many offerings are the auto-sorting Dictionary class,
the efficient LRUHash, the flexible OpenHash and the convenient KeyHash.
Nearly every class is a subclass of the CRUDHash which defines a CRUD model
on top of Ruby''s standard Hash making it a snap to subclass and augment
to fit any specific use case.
"yes" or "no" for whether BUILDLINK_{INCDIRS,LIBDIRS,RPATHDIRS}.<pkg>
should automatically be added to the compiler/linker search paths.
Defaults to "yes".
== 1.4.0.2 / 2012-06-20
* Bookkeeping release that fixes install in scenarios where the RubyGem
indicated it had a runtime dependency on hoe. Thanks to Michael Grosser
(https://github.com/grosser) for the inspiration.
* Marked all files as UTF-8.
== 1.4.0.1 / 2007-10-01
* Fixed a simple bug with the #transaction method handling.
## 1.2.0 (Aug 30, 2012)
Bugfixes:
- raise original error message from LoadError's
Documentation:
- `platform` man pages
## 1.2.0.rc.2 (Aug 8, 2012)
Bugfixes:
- `clean` doesn't remove gems that are included in the lockfile
## 1.2.0.rc (Jul 17, 2012)
Features:
- `check` now has a `--dry-run` option (@svenfuchs, #1811)
- loosen ruby directive for engines
- prune git/path directories inside vendor/cache (@josevalim, #1988)
- update vendored thor to 0.15.2 (@sferik)
- add .txt to LICENSE (@postmodern, #2001)
- add `config disable_local_branch_check` (@josevalim, #1985)
- fall back on the full index when experiencing syck errors (#1419)
- handle syntax errors in Ruby gemspecs (#1974)
Bugfixes:
- fix `pack`/`cache` with `--all` (@josevalim, #1989)
- don't display warning message when `cache_all` is set
- check for `nil` PATH (#2006)
- Always try to keep original GEM_PATH (@drogus, #1920)
## 1.2.0.pre.1 (May 27, 2012)
Features:
- Git gems import submodules of submodules recursively (@nwwatson, #1935)
Bugfixes:
- Exit from `check` with a non-zero status when frozen with no lock
- Use `latest_release` in Capistrano and Vlad integration (#1264)
- Work around a Ruby 1.9.3p194 bug in Psych when config files are empty
Documentation:
- Add instructions for local git repos to the `config` manpage
- Update the `Gemfile` manpage to include ruby versions (@stevenh512)
- When OpenSSL is missing, provide instructions for fixing (#1776 etc.)
- Unknown exceptions now link to ISSUES for help instead of a new ticket
- Correct inline help for `clean --force` (@dougbarth, #1911)
## 1.2.0.pre (May 4, 2012)
Features:
- bundle package now accepts --all to package git and path dependencies
- bundle config now accepts --local, --global and --delete options
- It is possible to override a git repository via configuration.
For instance, if you have a git dependency on rack, you can force
it to use a local repo with `bundle config local.rack ~/path/to/rack`
- Cache gemspec loads for performance (@dekellum, #1635)
- add --full-index flag to `bundle update` (@fluxx, #1829)
- add --quiet flag to `bundle update` (@nashby, #1654)
- Add Bundler::GemHelper.gemspec (@knu, #1637)
- Graceful handling of Gemfile syntax errors (@koraktor, #1661)
- `bundle platform` command
- add ruby to DSL, to specify version of ruby
- error out if the ruby version doesn't match
Performance:
- bundle exec shouldn't run Bundler.setup just setting the right rubyopts options is enough (@spastorino, #1598)
Bugfixes:
- Avoid passing RUBYOPT changes in with_clean_env block (@eric1234, #1604)
- Use the same ruby to run subprocesses as is running rake (@brixen)
Documentation:
- Add :github documentation in DSL (@zofrex, #1848, #1851, #1852)
- Add docs for the --no-cache option (@fluxx, #1796)
- Add basic documentation for bin_path and bundle_path (@radar)
- Add documentation for the run method in Bundler::Installer
## 1.1.5 (Jul 17, 2012)
Features:
- Special case `ruby` directive from 1.2.0, so you can install Gemfiles that use it
== 1.4.3 | 2012-06-26
This release bring two small changes. The first improves support
for Windows by only rescuing LoadError when 'win32console' fails
to load. The second improves the heuritstics used for determining
the current terminal screen width.
Changes:
* Only rescue LoadError on windows require. (#9) [bug]
* Improvements for getting proper screen width.