Skip to content

Commit c7458b5

Browse files
committed
merge revision(s) 50834: [Backport ruby#11221]
* ext/zlib/zlib.c: Fix indentation for rdoc. [Bug ruby#11221][ruby-core:69465] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@51178 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent a0cf0fb commit c7458b5

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Tue Jul 7 13:39:46 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
2+
3+
* ext/zlib/zlib.c: Fix indentation for rdoc.
4+
[Bug #11221][ruby-core:69465]
5+
16
Tue Jul 7 13:37:34 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
27

38
* ext/bigdecimal/bigdecimal.gemspec: Fix require paths for released gem.

ext/zlib/zlib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1832,7 +1832,7 @@ rb_inflate_s_allocate(VALUE klass)
18321832
* Have inflate use the window size from the zlib header of the compressed
18331833
* stream.
18341834
*
1835-
* (8..15)
1835+
* (8..15)::
18361836
* Overrides the window size of the inflate header in the compressed stream.
18371837
* The window size must be greater than or equal to the window size of the
18381838
* compressed stream.

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#define RUBY_VERSION "2.1.7"
22
#define RUBY_RELEASE_DATE "2015-07-07"
3-
#define RUBY_PATCHLEVEL 378
3+
#define RUBY_PATCHLEVEL 379
44

55
#define RUBY_RELEASE_YEAR 2015
66
#define RUBY_RELEASE_MONTH 7

0 commit comments

Comments
 (0)