~statik/ubuntu/lucid/protobuf/merge-bug502654

« back to all changes in this revision

Viewing changes to CONTRIBUTORS.txt

  • Committer: Elliot Murphy
  • Date: 2010-01-18 04:26:47 UTC
  • mfrom: (2.2.2 squeeze)
  • Revision ID: elliot@elliotmurphy.com-20100118042647-c7tsnwbgifl4uso7
* Merge from Debian.
* Remaining Ubuntu changes:
  - Disable the death tests on IA64, now as a quilt patch.
  - Don't hardcode python2.4, also as a quilt patch.
* Non-maintainer upload 
* New upstream release made this evening correction major SONAME
* debian/control: Updated major version to 5            (Closes: #556563)
* debian/rules: Updated two links to use libproto*5 
* debian/libprotobuf5.shlibs: Added
* debian/libprotoc5.shlibs: Added

* Non-maintainer upload coordinated with maintainer
* New upstream release                          (Closes: #551931)
* debian/libprotobuf-install: Added 'usr/lib/pkgconfig/*' to have 
  pkg-config support files installed 
* debian/control: Added (= ${binary:Version}) to Depends for -dev 
  packages for tighter link to underlying libraries [lintian warning]
* debian/control: Updated StandardVersion: to 3.8.3

* debian/control: Major version not incremented as upstream kept it at 4

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
    * Small patch improving performance of in Python serialization.
71
71
  Alexandre Vassalotti <alexandre@peadrop.com>
72
72
    * Emacs mode for Protocol Buffers (editors/protobuf-mode.el).
 
73
  Scott Stafford <scott.stafford@gmail.com>
 
74
    * Added Swap(), SwapElements(), and RemoveLast() to Reflection interface.