<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/lang/ruby/rdoc.mk, branch pkgsrc-2014Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2014-03-14T19:33:10Z</updated>
<entry>
<title>Remove mention to rdoc's version in comment.</title>
<updated>2014-03-14T19:33:10Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2014-03-14T19:33:10Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2d0a10c7d37c8970fd79193011f4f331ebb184b0'/>
<id>urn:sha1:2d0a10c7d37c8970fd79193011f4f331ebb184b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use versions in rubyversion.mk.</title>
<updated>2014-02-09T05:15:21Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2014-02-09T05:15:21Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=107329c717fe68ba518962fc08b1b1a8e98d5227'/>
<id>urn:sha1:107329c717fe68ba518962fc08b1b1a8e98d5227</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert accidently commit files which not yet ready.</title>
<updated>2014-02-02T07:48:35Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2014-02-02T07:48:35Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4d002a7234abab1e4d68efb2a44612a3d8ae891d'/>
<id>urn:sha1:4d002a7234abab1e4d68efb2a44612a3d8ae891d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Utilize PKGNAME_REQD to determine required Ruby version.</title>
<updated>2014-02-02T07:46:16Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2014-02-02T07:46:16Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ddcbf7942632bcaaba47834337bfee464edcd983'/>
<id>urn:sha1:ddcbf7942632bcaaba47834337bfee464edcd983</id>
<content type='text'>
Address to PR pkg/48509.</content>
</entry>
<entry>
<title>Stop using RUBY_RDOC_VERSION for specifying current ruby-rdoc's version.</title>
<updated>2014-01-19T12:57:42Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2014-01-19T12:57:42Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=817a27f82b7424f9c597ebb1d066373ecf827b8d'/>
<id>urn:sha1:817a27f82b7424f9c597ebb1d066373ecf827b8d</id>
<content type='text'>
It isn't used any other place.</content>
</entry>
<entry>
<title>Update ruby-rdoc package to 4.0.1.</title>
<updated>2013-06-11T15:00:18Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2013-06-11T15:00:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=819ed4c6b4c13bd55945594a6b152df6b593c0a1'/>
<id>urn:sha1:819ed4c6b4c13bd55945594a6b152df6b593c0a1</id>
<content type='text'>
Changes are too many to write here, please refer History.rdoc file.</content>
</entry>
<entry>
<title>Add some definition for RDoc 4.0.0 which will come from Ruby 2.0.0.</title>
<updated>2013-03-07T16:53:01Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2013-03-07T16:53:01Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=01e18495523067e1b245c53ca973c560b58041cc'/>
<id>urn:sha1:01e18495523067e1b245c53ca973c560b58041cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update ruby-rdoc to 3.12.2.</title>
<updated>2013-03-07T16:50:51Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2013-03-07T16:50:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b74d011758478e7709ad9c7f65b09c08ab485286'/>
<id>urn:sha1:b74d011758478e7709ad9c7f65b09c08ab485286</id>
<content type='text'>
=== 3.12.2 / 2013-02-24

* Bug fixes
  * Fixed bug in syntax-highlighting that would corrupt regular expressions.
    Ruby Bug #6488 by Benny Lyne Amorsen.
  * Fixed lexing of character syntax (&lt;code&gt;?x&lt;/code&gt;).  Reported by Xavier
    Noria.
  * Fixed tokenization of % when it is not followed by a $-string type
  * Fixed display of __END__ in documentation examples in HTML output
  * Fixed tokenization of reserved words used as new-style hash keys
  * Fixed HEREDOC output for the limited case of a heredoc followed by a line
    end.  When a HEREDOC is not followed by a line end RDoc is not currently
    smart enough to restore the source correctly.  Bug #162 by Zachary Scott.</content>
</entry>
<entry>
<title>Update ruby-rdoc to 3.12.1.</title>
<updated>2013-02-06T15:53:14Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2013-02-06T15:53:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b1e110f2957758c65596def1e73d98d270124294'/>
<id>urn:sha1:b1e110f2957758c65596def1e73d98d270124294</id>
<content type='text'>
=== 3.12.1 / 2013-02-05

* Bug fixes
  * Fixed an XSS exploit in darkfish.js.  This could lead to cookie disclosure
    to third parties.  See CVE-2013-0256[rdoc-ref:CVE-2013-0256.rdoc] for full
    details including a patch you can apply to generated RDoc documentation.
  * Ensured that rd parser files are generated before checking the manifest.</content>
</entry>
<entry>
<title>Remove support of ruby19 (Ruby 1.9.2), take 2.</title>
<updated>2012-09-16T15:27:42Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2012-09-16T15:27:42Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=eb383bc88a9f5328aff30f9603b89cd787de36b0'/>
<id>urn:sha1:eb383bc88a9f5328aff30f9603b89cd787de36b0</id>
<content type='text'>
</content>
</entry>
</feed>
