Skip to content

Commit

Permalink
libgit2: Update to 0.21.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurschreiber committed Nov 16, 2014
1 parent 21963aa commit 2578de4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## Rugged 0.21.1 (August 16, 2014) ##
## Rugged 0.21.2 (November 16, 2014) ##

* Update bundled libgit2 to 0.21.1.
* Update bundled libgit2 to 0.21.2 (from 0.21.0).

See https://github.com/libgit2/libgit2/releases/tag/v0.21.1 for a list
See https://github.com/libgit2/libgit2/releases/tag/v0.21.1 and
https://github.com/libgit2/libgit2/releases/tag/v0.21.2 for a list
of fixed issues.

*Arthur Schreiber*
10 changes: 5 additions & 5 deletions test/commit_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ def test_format_to_mbox
+_file1.txt_
file1.txt
--
libgit2 0.21.0
libgit2 0.21.2
EOS
end
Expand Down Expand Up @@ -349,7 +349,7 @@ def test_format_to_mbox_multiple
+file3
+file3
--
libgit2 0.21.0
libgit2 0.21.2
EOS

Expand Down Expand Up @@ -388,7 +388,7 @@ def test_format_to_mbox_multiple
file3
file3
--
libgit2 0.21.0
libgit2 0.21.2
EOS

Expand Down Expand Up @@ -432,7 +432,7 @@ def test_format_to_mbox_exclude_marker
+_file1.txt_
file1.txt
--
libgit2 0.21.0
libgit2 0.21.2
EOS
end
Expand Down Expand Up @@ -471,7 +471,7 @@ def test_format_to_mbox_diff_options
+_file1.txt_
file1.txt
--
libgit2 0.21.0
libgit2 0.21.2
EOS
end
Expand Down

0 comments on commit 2578de4

Please sign in to comment.