From: Nick Mathewson Date: Mon, 21 Nov 2011 15:47:57 +0000 (-0500) Subject: Changes file for bug4360 X-Git-Tag: tor-0.2.3.8-alpha~13^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a6eef61f02deb123d44a58dac2e506650826db48;p=thirdparty%2Ftor.git Changes file for bug4360 --- diff --git a/changes/bug4360 b/changes/bug4360 new file mode 100644 index 0000000000..93afa8204d --- /dev/null +++ b/changes/bug4360 @@ -0,0 +1,3 @@ + o Code simplification and refactoring: + - Use the name "CERTS" consistently to refer to the new cell type; + we were calling it CERT in some places and CERTS in others.