~ubuntu-branches/ubuntu/trusty/protobuf/trusty-proposed

« back to all changes in this revision

Viewing changes to CONTRIBUTORS.txt

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2011-05-31 14:41:47 UTC
  • mfrom: (2.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20110531144147-s41g5fozgvyo462l
Tags: 2.4.0a-2ubuntu1
* Merge with Debian; remaining changes:
  - Fix linking with -lpthread.

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
    * Fixes for Solaris 10 32/64-bit confusion.
81
81
  Evan Jones <evanj@mit.edu>
82
82
    * Optimize Java serialization code when writing a small message to a stream.
 
83
    * Optimize Java serialization of strings so that UTF-8 encoding happens only
 
84
      once per string per serialization call.
 
85
    * Clean up some Java warnings.
 
86
    * Fix bug with permanent callbacks that delete themselves when run.
83
87
  Michael Kucharski <m.kucharski@gmail.com>
84
88
    * Added CodedInputStream.getTotalBytesRead().
 
89
  Kacper Kowalik <xarthisius.kk@gmail.com>
 
90
    * Fixed m4/acx_pthread.m4 problem for some Linux distributions.