<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/logger, branch master</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Make logger as bundled gems</title>
<updated>2025-01-10T01:19:39+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-01-09T02:08:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=cda268d8e99170f73c9c0c7dd2dbe9494ba89abb'/>
<id>cda268d8e99170f73c9c0c7dd2dbe9494ba89abb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/logger] Provide a 'Changelog' link on rubygems.org/gems/logger</title>
<updated>2025-01-06T01:20:56+00:00</updated>
<author>
<name>Mark Young</name>
<email>mark.w.young@keyloop.com</email>
</author>
<published>2024-12-31T16:38:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8a9f1e600fc151f4b01d51c43a2613fd0a71a79c'/>
<id>8a9f1e600fc151f4b01d51c43a2613fd0a71a79c</id>
<content type='text'>
By providing a 'changelog_uri' in the metadata of the gemspec a
'Changelog' link will be shown on https://rubygems.org/gems/logger
which makes it quick and easy for someone to check on the changes
introduced with a new version.

Details of this functionality can be found on https://guides.rubygems.org/specification-reference/#metadata

https://github.com/ruby/logger/commit/c6c64b02a0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By providing a 'changelog_uri' in the metadata of the gemspec a
'Changelog' link will be shown on https://rubygems.org/gems/logger
which makes it quick and easy for someone to check on the changes
introduced with a new version.

Details of this functionality can be found on https://guides.rubygems.org/specification-reference/#metadata

https://github.com/ruby/logger/commit/c6c64b02a0
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/logger] v1.6.4</title>
<updated>2024-12-19T04:16:56+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-12-19T04:15:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0275cc0524dc343ed06436226c711e00c10dd182'/>
<id>0275cc0524dc343ed06436226c711e00c10dd182</id>
<content type='text'>
https://github.com/ruby/logger/commit/216cedef7c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/logger/commit/216cedef7c
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/logger] Use `__FILE__` for wasm</title>
<updated>2024-12-19T04:16:50+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-12-19T03:36:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d16b043cdd39d7ee8d9570798ef42cd9afc4a6f1'/>
<id>d16b043cdd39d7ee8d9570798ef42cd9afc4a6f1</id>
<content type='text'>
`/dev/null` is not available on wasm.

https://github.com/ruby/logger/commit/4be05c2208
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`/dev/null` is not available on wasm.

https://github.com/ruby/logger/commit/4be05c2208
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/logger] Bump up v1.6.3</title>
<updated>2024-12-13T01:05:16+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-12-13T00:58:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5e05642c610455cf3311da33b32685e9adeafa69'/>
<id>5e05642c610455cf3311da33b32685e9adeafa69</id>
<content type='text'>
https://github.com/ruby/logger/commit/97bce95f49
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/logger/commit/97bce95f49
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/logger] Enable log file rotation on Windows</title>
<updated>2024-12-04T07:45:39+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-10-09T05:05:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=edd3977b4024c27b92a8e132b2762226298a475a'/>
<id>edd3977b4024c27b92a8e132b2762226298a475a</id>
<content type='text'>
Since ruby 2.3, a file opened with `File::SHARE_DELETE` and
`File::BINARY` can be renamed or removed.

https://github.com/ruby/logger/commit/7b6146fee6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since ruby 2.3, a file opened with `File::SHARE_DELETE` and
`File::BINARY` can be renamed or removed.

https://github.com/ruby/logger/commit/7b6146fee6
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/logger] Extract `Logger::LogDevice#handle_write_errors`</title>
<updated>2024-12-04T07:45:37+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-10-09T03:54:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ed47b6b32445107e870d8b1e9825141802fb8fdd'/>
<id>ed47b6b32445107e870d8b1e9825141802fb8fdd</id>
<content type='text'>
https://github.com/ruby/logger/commit/f904ad2f7c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/logger/commit/f904ad2f7c
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/logger] Bump up 1.6.2</title>
<updated>2024-12-02T08:03:46+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-12-02T08:03:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=157fe74795b151413150b0f79b9b8bd58da95da7'/>
<id>157fe74795b151413150b0f79b9b8bd58da95da7</id>
<content type='text'>
https://github.com/ruby/logger/commit/2d07f086f8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/logger/commit/2d07f086f8
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/logger] include license texts in gem</title>
<updated>2024-11-25T22:31:44+00:00</updated>
<author>
<name>Mike Linksvayer</name>
<email>mlinksva@github.com</email>
</author>
<published>2024-11-25T20:25:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7be0d505146deb4a8a641da3b1c0e4d2aa174784'/>
<id>7be0d505146deb4a8a641da3b1c0e4d2aa174784</id>
<content type='text'>
https://github.com/ruby/logger/commit/1a64cb552f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/logger/commit/1a64cb552f
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/logger] Bump up 1.6.1</title>
<updated>2024-09-02T02:29:24+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-09-02T02:28:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=745b4775c5d8b28f6e5fa26b928239dabf966b45'/>
<id>745b4775c5d8b28f6e5fa26b928239dabf966b45</id>
<content type='text'>
https://github.com/ruby/logger/commit/bda937b4cc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/logger/commit/bda937b4cc
</pre>
</div>
</content>
</entry>
</feed>
