r1212@dev030 (orig r60097): dreiss | 2007-09-18 12:46:00 -0700
commit8d3d7ff1b99f6a07f34cf1dffe6d475dbe51699b
author(no author) <(no author)@41a61cd8-c433-0410-bb1c-e256eeef9e11>
Tue, 18 Sep 2007 19:36:15 +0000 (18 19:36 +0000)
committer(no author) <(no author)@41a61cd8-c433-0410-bb1c-e256eeef9e11>
Tue, 18 Sep 2007 19:36:15 +0000 (18 19:36 +0000)
treec36fec3a5ec85072c64a70a12e07b94619f18265
parent621ac61dec95a88679c66d0a1c1d7981caaa71c6
 r1212@dev030 (orig r60097):  dreiss | 2007-09-18 12:46:00 -0700
 Thrift: Prep for release.

 Summary:
 - make dist is no fun.  Had to add a lot of stuff to Makefile.am to
   make sure stuff got included in the tarball.
 - Added a permanent NEWS file with the release notes for this release.
 - clean.sh removes ylwrap also.
 - Gave it a real version for make dist.
 - Added ACLOCAL_AMFLAGS to lib/cpp/Makefile.am to make it easier to
   work on configure.ac.
 - Made concurrency_test a non-installed binary because
   no one wants to install it.
 - Dropped some symlinks that were annoying make dist.
 - Updated README.

 Test Plan:
 ./bootstrap.sh && ./configure && make dist
 Compared contents of tarball to source tree.
 Did this from a fresh git tree so no gross untracked files would be around.
 On devrs: ./bootstrap.sh && ./configure && make install DESTDIR=/tmp/relinst1
 Made sure concurrency_test was built but not installed.
 Checked zlib URL with firefox.

 Reviewed By: mcslee

git-svn-id: http://svn.facebook.com/svnroot/thrift/trunk@591 41a61cd8-c433-0410-bb1c-e256eeef9e11
Makefile.am [new file with mode: 0644]
NEWS [new file with mode: 0644]
README
bootstrap.sh
cleanup.sh
compiler/cpp/Makefile.am
configure.ac
if/Makefile.am
lib/cpp/Makefile.am
lib/py/Makefile.am