Jisi Liu
0e4d1ea116
Initial draft for changelog.
9 years ago
Josh Haberman
81e75c1f99
Some fixes for the most recent release notes.
9 years ago
Dongjoon Hyun
7b08d49e9d
Fix typos in README.md/CHANGES.txt
9 years ago
Feng Xiao
d5fb408ddc
Add changelog for v3.0.0-beta-2.
...
[skip ci]
Change-Id: Id383944dd3c999ad1008345ef34c9bdae24abc7c
9 years ago
Feng Xiao
cc60753820
Update change log for beta-1.
9 years ago
Bo Yang
3e2c8a5dd7
Modify change log
10 years ago
Bo Yang
8908cf16fe
Add 3.0.0-alpha-3 release to CHANGES.txt
10 years ago
Feng Xiao
774d630bde
Update version number to 2.5.0
...
Change-Id: Ie5114bde3574c6cb0c67d5852b4658287561a0d3
10 years ago
Josh Haberman
7d5cf8d7a1
A few tweaks to CHANGES.txt.
10 years ago
Josh Haberman
31e8c20705
Added release notes about Python changes.
10 years ago
csharptest
d7ea2057f6
Changes for pulish script
10 years ago
csharptest
a3e8d12961
Updated changes.txt with previous and current release
10 years ago
Chris Fallin
1d4f321327
Updated CHANGES.txt to mention Ruby extension.
...
Change-Id: I3c3ec4aecf4ea2ce786d8d674baeca875e71801f
10 years ago
Jisi Liu
32f5d0178c
Add changelog for 3.0.0-alpha2 release.
...
Change-Id: I4cbb3374e351c31611de472c7d5d78e4ce2b0f3b
10 years ago
Feng Xiao
9104da3261
Down-integrate from internal code base.
10 years ago
Feng Xiao
bba83652e1
Update version number to 2.6.1.
10 years ago
Feng Xiao
419c94b6e0
Update CHANGES.txt to include a bug fix.
10 years ago
Feng Xiao
57b86729f2
Update CHANGES.txt for 2.6.1rc1.
10 years ago
jieluo@google.com
1eba9d9c74
merge tags/2.6.0 into trunk
10 years ago
xiaofeng@google.com
7f4c9e860e
Add a comment about the new "allow_alias" option.
12 years ago
xiaofeng@google.com
2c9392f8dd
Update version number in trunk
12 years ago
xiaofeng@google.com
b55a20fa2c
Down-integrate from internal branch
12 years ago
csharptest
1c78914320
Corrected last release version
13 years ago
csharptest
286784ae6a
Updated Changes.txt to reflect new option
13 years ago
csharptest
4a6ed749dc
Update of release notes.
13 years ago
csharptest
f0b72c7443
Renamed readme.txt to CHANGES.txt for compatibility with main protobuf project.
...
Updated release notes to include details about previous and pending releases.
13 years ago
liujisi@google.com
5d99632b2d
Update changelog for 2.4.1 release.
14 years ago
liujisi@google.com
7a26147997
Update the release date of 2.4.0
14 years ago
liujisi@google.com
33165fe0d5
Submit recent changes from internal branch. See CHANGES.txt for more details.
14 years ago
kenton@google.com
a4a9ef8c8b
Roll back revision 313. A similar but far more exensive change was made in our internal branch, which will be integrated soon.
14 years ago
kenton@google.com
daee05168e
Optimize Java string serialization. Patch from Evan Jones.
15 years ago
temporal
d4e38c7fc9
Fix date in CHANGES.txt. Sigh.
15 years ago
kenton@google.com
38b744eaa7
Update CHANGES.txt to reflect actual expected release date of 2.3.0.
15 years ago
kenton@google.com
0225b352ea
Mention zip/jar output in CHANGES.txt.
15 years ago
kenton@google.com
7f4938b244
Mark plugins as experimental for now.
15 years ago
kenton@google.com
c0ee4d2ed9
Build DLLs on Cygwin and MinGW.
15 years ago
kenton@google.com
fccb146e3f
Massive roll-up of changes. See CHANGES.txt.
15 years ago
kenton@google.com
201b9be95d
Set release date.
16 years ago
kenton@google.com
7ddfb4c3c7
Remove semi-broken Java thread-local builder freelist 'optimization'. Maybe bring back later in optional form.
16 years ago
kenton@google.com
80b1d62bfc
Submit recent changes from internal branch, including "lite mode" for
...
C++ and Java. See CHANGES.txt for more details.
16 years ago
kenton@google.com
d2fd0638c3
Down-integrate some code from an internal branch. (More to come.)
16 years ago
kenton@google.com
ceb561d65b
Add Swap(), SwapElements(), and RemoveLast() to Reflection. Patch by Scott Stafford.
16 years ago
kenton@google.com
1fb3d394e5
Update version number in trunk.
16 years ago
kenton@google.com
9824eda6b5
enable cross-compiling
16 years ago
kenton@google.com
d37d46dfbc
Integrate recent changes from Google-internal code tree. See CHANGES.txt
...
for details.
16 years ago
kenton@google.com
37ad00d2c4
Update bundled gtest to latest version (1.3.0) and include it as a
...
nested autoconf package rather than as raw source. This way we can
trivially update it again in the future.
Actually, this change doesn't even include gtest in protobuf's SVN.
Instead, we auto-download it when autogen.sh is invoked. Note that
it will be included in release distributions, though.
TODO:
* Add a configure option to use the system's installed gtest rather
than the bundled copy. Apparently the gtest maintainers are working
on some general-purpose autoconf macros which will do this
automagically.
* Update MSVC project files.
16 years ago
kenton@google.com
cfa2d8aa87
Generate field number constants. Patch from Michael Poole.
16 years ago
kenton@google.com
eb26a1efde
Commit Michael Poole's patch for explicitly constructing all class fields in
...
generated code.
16 years ago
kenton@google.com
e59427a62c
Commit Brian Olson's gzip stream implementations.
16 years ago
kenton@google.com
f663b1602d
Adds a flag to protoc called --error_format which specifies what
...
convention to use when printing errors. Default is GCC, but Microsoft
Visual Studio is another option. This allows errors to be clickable in
the MSVS error log.
16 years ago