Skip to content

Commit

Permalink
Keep the CHANGELOG in sync with changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
blambeau committed Jun 18, 2012
1 parent 4a18d8e commit e5bdc5d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,28 @@
# 2.2

* Enhancements

* Supported shell special characters in a command line string.

* Bugfixes

* Fix the spec suite for ruby version 1.9.2
* Stop to overwrite Kernel.spawn and Process.spawn for ruby version 1.9

* Known bugs

* The spec suite may fail under ruby 1.9.1, due to ruby bugs on some spawn redirect options

# 2.1

* Enhancements

Added dual licence: Ruby's and 2-clause BSDL along with MRI.

* Bugfixes

* Resurected Kernel#spawn that was missing in previous release.

# 2.0

Version 2.0 is done completely by Bernard Lambeau. Thanks!
Expand Down

3 comments on commit e5bdc5d

@blambeau
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mrkn I think you have pending commits somewhere. On a fresh installed sfl gem, I've got the correct version number "2.2" while the code here has still a version number set to "2.1".

Could you have a look at what happens? Thanks!

@mrkn
Copy link
Collaborator

@mrkn mrkn commented on e5bdc5d Jun 18, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I'm sorry, it's my mistake. I forgot to update the value of VERSION constant.

@ujihisa
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thx!

Please sign in to comment.