diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f6296b..f8277bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,9 +15,14 @@ * Render full window size when document has no height (Kevin McConnell) * Don't alter focus with send_keys if we're already in the target element (Adam Prescott) [Issue #493] +* Close dup'ed fd after using (Dmitry Vorotilin) [Issue #446, #529, #528] + +### 1.5.1 ### + +#### Bug fixes #### + * Ensure process exits with correct status code and $! is propagated. (Micah Geisel) [Issue #497] -* Close dup'ed fd after using (Dmitry Vorotilin) [Issue #446, #529, #528] ### 1.5.0 ### diff --git a/LICENSE b/LICENSE index 862d0a5..c42e758 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2011-2013 Jonathan Leighton +Copyright (c) 2011-2014 Jonathan Leighton Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/README.md b/README.md index cadb320..ec78b0a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ provided by [PhantomJS](http://www.phantomjs.org/). **If you're viewing this at https://github.com/teampoltergeist/poltergeist, you're reading the documentation for the master branch. [View documentation for the latest release -(1.5.0).](https://github.com/teampoltergeist/poltergeist/tree/v1.5.0)** +(1.5.1).](https://github.com/teampoltergeist/poltergeist/tree/v1.5.1)** ## Getting help ## diff --git a/lib/capybara/poltergeist/version.rb b/lib/capybara/poltergeist/version.rb index 93c7fd1..997c5a8 100644 --- a/lib/capybara/poltergeist/version.rb +++ b/lib/capybara/poltergeist/version.rb @@ -1,5 +1,5 @@ module Capybara module Poltergeist - VERSION = "1.5.0" + VERSION = "1.5.1" end end