N/A
-
Got rid of DES, it’s no longer properly supported without nasty hacks. If
you need security, wrap your connection over SSH or SSL.
-
Updated ChunkyPNG.
-
Require Ruby 3.0.0 or newer.
-
Replaced DES-algorithm with Ruby’s built-in OpenSSL wrapper instead
-
Parse framebuffer width/height and hostname from ServerInitialisation
-
Added a project Gemfile
-
Add a required ruby version (higher than Ruby 2.5)
-
Fixes to support ruby 1.9 (jedi4ever & codemonkeyjohn).
-
Split out gemspec into separate file and use for Rakefile.
-
Add homepage and rubyforge project to gemspec.
-
First public release