~ubuntu-branches/debian/wheezy/protobuf/wheezy

« back to all changes in this revision

Viewing changes to CONTRIBUTORS.txt

  • Committer: Bazaar Package Importer
  • Author(s): Robert S. Edmonds
  • Date: 2010-01-25 18:14:49 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100125181449-98wvlw14imerlej8
Tags: 2.3.0-1
* New upstream version.
* Split out libprotobuf-lite from the libprotobuf package.
* Add CFLAGS specific to sh4; closes: #560322.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
    * Slicing support for repeated scalar fields for the Python API.
59
59
  Oleg Smolsky <oleg.smolsky@gmail.com>
60
60
    * MS Visual Studio error format option.
 
61
    * Detect unordered_map in stl_hash.m4.
61
62
  Brian Olson <brianolson@google.com>
62
63
    * gzip/zlib I/O support.
63
64
  Michael Poole <mdpoole@troilus.org>
72
73
    * Emacs mode for Protocol Buffers (editors/protobuf-mode.el).
73
74
  Scott Stafford <scott.stafford@gmail.com>
74
75
    * Added Swap(), SwapElements(), and RemoveLast() to Reflection interface.
 
76
  Alexander Melnikov <alm@sibmail.ru>
 
77
    * HPUX support.
 
78
  Oliver Jowett <oliver.jowett@gmail.com>
 
79
    * Detect whether zlib is new enough in configure script.
 
80
    * Fixes for Solaris 10 32/64-bit confusion.
 
81
  Evan Jones <evanj@mit.edu>
 
82
    * Optimize Java serialization code when writing a small message to a stream.
 
83
  Michael Kucharski <m.kucharski@gmail.com>
 
84
    * Added CodedInputStream.getTotalBytesRead().