protobuf-ruby (0.8.4) etch; urgency=low

  * Fix decoding of varints into signed int32/int64 fields

 -- Brian Palmer <brian@mozy.com>  Mon, 17 May 2010 22:10:42 +0000

protobuf-ruby (0.8.3) etch; urgency=low

  * fix for ruby 1.8 <-> 1.9 compat

 -- Brian Palmer <brian@mozy.com>  Thu,  4 Feb 2010 00:02:23 +0000

protobuf-ruby (0.8.2) etch; urgency=low

  * Fix deb package for real. I think. Supporting both deb and gem is
    tricky.

 -- Brian Palmer <brian@mozy.com>  Tue,  2 Feb 2010 22:11:43 +0000

protobuf-ruby (0.8.1) etch; urgency=low

  * whoops fix deb install

 -- Brian Palmer <brian@mozy.com>  Tue,  2 Feb 2010 21:35:43 +0000

protobuf-ruby (0.8.0) etch; urgency=low

  * fix whitespace
  * Remove the pure-ruby experimental compiler.
  * Updated bootstrapping step, and refactored enum support for easier
    include.
  * WIP D protobuf compiler
  * Update README, add empty LICENSE, update Rakefile
  * Remove support for compiling D protobufs from binary (no runtime
    yet)
  * gitignore update
  * new name: s/protobuf/protocol_buffers and s/Protobuf/ProtocolBuffers
  * update README with feature list
  * add compiler helper methods and starting on some tests
  * Add RDoc documentation to the Message class.
  * More tests
  * more tests
  * More field and runtime tests
  * Handle .proto files without a package specified
  * update readme example
  * more documentation
  * Example: JSON-to-Protobuf and back
  * test for unknown fields
  * Drop InvalidFieldValue exception class, separate type checking/value
    checking.
  * validate required fields and improve validation on deserialization
  * Refactor serialization/deserialization to not be so weird.
  * dir rename: s/message/runtime
  * Fix sub-message initialization to work like python.
  * Type check repeated fields using an Array subclass as a proxy.
  * make sure we always give protoc a -I option for the input file
    dir(s)
  * Version bump to 0.0.0
  * clean up gem/rake/rdoc/rspec infrastructure using the Jeweler
    library
  * improved rcov test coverage, and prune a bit of unused code
  * store and pass on unknown fields when re-serializing a message
  * README update
  * fixing deb dependency for ubuntu
  * fix deb build

 -- Brian Palmer <brian@mozy.com>  Fri, 29 Jan 2010 17:05:06 +0000

protobuf-ruby (0.1.10) etch; urgency=low

  * Support for imports.
  * Merge branch 'master' of git@labs.dechocorp.com:ruby-protobufs
  * maintenance work

 -- Brian Palmer <brianp@decho.com>  Fri, 25 Sep 2009 21:26:05 +0000

protobuf-ruby (0.1.9) unstable; urgency=low

  * fix code generation outputting empty case statement (not allowed in ruby)

 -- Brian Palmer <brianp@decho.com>  Fri, 11 Sep 2009 10:58:17 -0600

protobuf-ruby (0.1.8) unstable; urgency=low

  * support for float and double fields

 -- Brian Palmer <brianp@decho.com>  Wed, 29 July 2009 16:36:15 -0600

protobuf-ruby (0.1.7) unstable; urgency=low

  * faster runtime and some code fixes

 -- Brian Palmer <brianp@decho.com>  Wed, 29 July 2009 16:04:03 -0600

protobuf-ruby (0.1.5) unstable; urgency=low

  * deb fixes and generated file missing require fix

 -- Brian Palmer <brian@cerebus.bds>  Sat, 30 May 2009 22:44:14 -0600

protobuf-ruby (0.1.0) unstable; urgency=low

  * First stab at packaging.

 -- Brian Palmer <brian@mozy.com>  Sat, 30 May 2009 21:24:00 -0700
