aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2010-01-04 22:07:09 +0000
committerkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2010-01-04 22:07:09 +0000
commit0225b352eaa629b6fb84a445d78af6ad7740e967 (patch)
tree6bb99b5b45ad40adcbe281925c3bad03bd885c06 /CHANGES.txt
parentd78ca9c74f66005ae48efb8921bd305260567935 (diff)
downloadprotobuf-0225b352eaa629b6fb84a445d78af6ad7740e967.tar.gz
protobuf-0225b352eaa629b6fb84a445d78af6ad7740e967.tar.bz2
protobuf-0225b352eaa629b6fb84a445d78af6ad7740e967.zip
Mention zip/jar output in CHANGES.txt.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 383045b5..ab939950 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -22,6 +22,11 @@
any language. See src/google/protobuf/compiler/plugin.proto.
**WARNING**: Plugins are experimental. The interface may change in a
future version.
+ * If the output location ends in .zip or .jar, protoc will write its output
+ to a zip/jar archive instead of a directory. For example:
+ protoc --java_out=myproto_srcs.jar --python_out=myproto.zip myproto.proto
+ Currently the archive contents are not compressed, though this could change
+ in the future.
* inf, -inf, and nan can now be used as default values for float and double
fields.