<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/rdoc/version.rb, branch v3_3_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>CVE-2024-27281 for Ruby 3.3 (#10316)</title>
<updated>2024-03-21T07:12:38+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-03-21T07:12:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=eb7cb164cffc86b63d2e2528c73e160c33b7a2e5'/>
<id>eb7cb164cffc86b63d2e2528c73e160c33b7a2e5</id>
<content type='text'>
Merge RDoc-6.6.3.1</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Merge RDoc-6.6.3.1</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Bump up v6.6.2</title>
<updated>2023-12-16T03:42:30+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-12-16T03:39:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=6c7c4ac407c4eb2f70cd599c78808c5cd10b9c13'/>
<id>6c7c4ac407c4eb2f70cd599c78808c5cd10b9c13</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/895f1affc0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/895f1affc0
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Bump up 6.6.1</title>
<updated>2023-12-05T07:37:08+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-12-05T07:36:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d691b1a14167129cc415abda3792aa25fd5d6a96'/>
<id>d691b1a14167129cc415abda3792aa25fd5d6a96</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/7cf353a696
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/7cf353a696
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Bump up 6.6.0</title>
<updated>2023-11-06T08:40:34+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-11-06T08:29:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ee13da3e2a3632eca6401bb510941f6ff20a7b55'/>
<id>ee13da3e2a3632eca6401bb510941f6ff20a7b55</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/9c14229876
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/9c14229876
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Bump version to 6.4.0</title>
<updated>2022-12-05T04:59:54+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2022-12-05T04:59:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d7b00b55a91583610cf5ceac162d6579064126a1'/>
<id>d7b00b55a91583610cf5ceac162d6579064126a1</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/c5e7ee03ac
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/c5e7ee03ac
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821)</title>
<updated>2022-02-12T06:06:06+00:00</updated>
<author>
<name>Ulysse Buonomo</name>
<email>buonomo.ulysse@gmail.com</email>
</author>
<published>2022-02-10T02:31:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5348a34504a67597e3a3ed98a3020dfd762241ad'/>
<id>5348a34504a67597e3a3ed98a3020dfd762241ad</id>
<content type='text'>
This patch makes sure we only load relative code. Hence when coding or
testing rdoc, we'll be sure to always be using the correct code.

Discussion started at https://github.com/ruby/rdoc/pull/817.

Signed-off-by: Ulysse Buonomo &lt;buonomo.ulysse@gmail.com&gt;

https://github.com/ruby/rdoc/commit/aa41bd48eb

Co-authored-by: Nobuyoshi Nakada &lt;nobu@ruby-lang.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch makes sure we only load relative code. Hence when coding or
testing rdoc, we'll be sure to always be using the correct code.

Discussion started at https://github.com/ruby/rdoc/pull/817.

Signed-off-by: Ulysse Buonomo &lt;buonomo.ulysse@gmail.com&gt;

https://github.com/ruby/rdoc/commit/aa41bd48eb

Co-authored-by: Nobuyoshi Nakada &lt;nobu@ruby-lang.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Version 6.4.0</title>
<updated>2021-12-24T08:04:11+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2021-12-24T08:01:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=03f16d37bfaae86efe9633843bd26c3bfb9731fb'/>
<id>03f16d37bfaae86efe9633843bd26c3bfb9731fb</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/4797f28df8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/4797f28df8
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Bump version to 6.3.2</title>
<updated>2021-07-06T02:02:14+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2021-07-05T10:32:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=02a3cac658a969c2bef2460f61b8346dcb44e8f3'/>
<id>02a3cac658a969c2bef2460f61b8346dcb44e8f3</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/0a3a674583
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/0a3a674583
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Version 6.3.1</title>
<updated>2021-05-21T04:42:24+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2021-05-02T11:52:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0ee24b4fab1a1faef600a42c29863e1c3edd8c61'/>
<id>0ee24b4fab1a1faef600a42c29863e1c3edd8c61</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/9307f932b7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/9307f932b7
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Bump version to 6.3.0</title>
<updated>2020-12-21T07:22:08+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2020-12-21T04:27:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=95ce5c0ee9baa692d419dd45f0e00cbd5cee4d4c'/>
<id>95ce5c0ee9baa692d419dd45f0e00cbd5cee4d4c</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/3d3616cb94
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/3d3616cb94
</pre>
</div>
</content>
</entry>
</feed>
