~ubuntu-branches/debian/squeeze/protobuf/squeeze

« back to all changes in this revision

Viewing changes to CONTRIBUTORS.txt

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2009-06-02 16:19:00 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090602161900-vm176i3ryt35yk91
Tags: 2.0.3-2.2
* Non-maintainer upload.
* Fix FTBFS from -2.1: don't fail when we can't clean up the java build,
  such as when openjdk isn't installed.
* Disable parallel builds, because libtool is made of fail (if binary-arch
  and build-indep run concurrently, we relink a library while it's being
  used; that doesn't work so well).

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
Maven packaging:
35
35
  Gregory Kick <gak@google.com>
 
36
 
 
37
Non-Google patch contributors:
 
38
  Kevin Ko <kevin.s.ko@gmail.com>
 
39
    * Small patch to handle trailing slashes in --proto_path flag.
 
40
  Johan Euphrosine <proppy@aminche.com>
 
41
    * Small patch to fix Pyhton CallMethod().
 
42
  Ulrich Kunitz <kune@deine-taler.de>
 
43
    * Small optimizations to Python serialization.
 
44
  Leandro Lucarella <llucax@gmail.com>
 
45
    * VI syntax highlighting tweaks.
 
46
    * Fix compiler to not make output executable.
 
47
  Dilip Joseph <dilip.antony.joseph@gmail.com>
 
48
    * Heuristic detection of sub-messages when printing unknown fields in
 
49
      text format.
 
50
  Brian Atkinson <nairb774@gmail.com>
 
51
    * Added @Override annotation to generated Java code where appropriate.
 
52
  Vincent Choini�re <Choiniere.Vincent@hydro.qc.ca>
 
53
    * Tru64 support.
 
54
  Monty Taylor <monty.taylor@gmail.com>
 
55
    * Solaris 10 + Sun Studio fix.