aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-12-22 02:05:33 +0000
committerkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-12-22 02:05:33 +0000
commitc0ee4d2ed9c4f88187ea6a6d198198ce064b1cd7 (patch)
tree5721c78b375d8b98495305093b25d8d7b818c01d /CHANGES.txt
parent94fd2ad77185697a177fa8d95e6815012b54bebe (diff)
downloadprotobuf-c0ee4d2ed9c4f88187ea6a6d198198ce064b1cd7.tar.gz
protobuf-c0ee4d2ed9c4f88187ea6a6d198198ce064b1cd7.tar.bz2
protobuf-c0ee4d2ed9c4f88187ea6a6d198198ce064b1cd7.zip
Build DLLs on Cygwin and MinGW.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 02ce55cd..f5109a13 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -30,6 +30,8 @@
UTF-8 bytes.
* Compiled-in message types can now contain dynamic extensions, through use
of CodedInputStream::SetExtensionRegistry().
+ * Now compiles shared libraries (DLLs) by default on Cygwin and MinGW, to
+ match other platforms. Use --disable-shared to avoid this.
Java
* parseDelimitedFrom() and mergeDelimitedFrom() now detect EOF and return