annotate src/capnproto-git-20161025/doc/_posts/2013-08-19-capnproto-0.2.1.md @ 78:7ea7031c0e5c
pa_catalina
Apply patch from Tim Bunnell on PortAudio mailing list (2016-12-28, Mac 10.11 deprecation warning)
author |
Chris Cannam |
date |
Wed, 30 Oct 2019 11:28:45 +0000 |
parents |
9530b331f8c1 |
children |
|
rev |
line source |
cannam@48
|
1 ---
|
cannam@48
|
2 layout: post
|
cannam@48
|
3 title: "Cap'n Proto v0.2.1: Minor bug fixes"
|
cannam@48
|
4 author: kentonv
|
cannam@48
|
5 ---
|
cannam@48
|
6
|
cannam@48
|
7 Cap'n Proto was just bumped to v0.2.1. This release contains a couple bug fixes, including
|
cannam@48
|
8 a work-around for [a GCC bug](http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58192). If you were
|
cannam@48
|
9 observing any odd memory corruption or crashes in 0.2.0 -- especially if you are compiling with
|
cannam@48
|
10 GCC with optimization enabled but without `-DNDEBUG` -- you should upgrade.
|