annotate src/capnproto-0.6.0/doc/_posts/2013-08-19-capnproto-0.2.1.md @ 73:02caadb7509e
Rebuild with --disable-stack-protector for mingw32
author |
Chris Cannam |
date |
Fri, 25 Jan 2019 14:31:07 +0000 |
parents |
0994c39f1e94 |
children |
|
rev |
line source |
cannam@62
|
1 ---
|
cannam@62
|
2 layout: post
|
cannam@62
|
3 title: "Cap'n Proto v0.2.1: Minor bug fixes"
|
cannam@62
|
4 author: kentonv
|
cannam@62
|
5 ---
|
cannam@62
|
6
|
cannam@62
|
7 Cap'n Proto was just bumped to v0.2.1. This release contains a couple bug fixes, including
|
cannam@62
|
8 a work-around for [a GCC bug](http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58192). If you were
|
cannam@62
|
9 observing any odd memory corruption or crashes in 0.2.0 -- especially if you are compiling with
|
cannam@62
|
10 GCC with optimization enabled but without `-DNDEBUG` -- you should upgrade.
|