diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-05-29 11:21:17 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-05-29 11:21:23 -0400 |
commit | 413a442f57abb084499d1aa363aee1f8a0b53ad8 (patch) | |
tree | f6c0389c24f8c3d13aaf30894aaa79a455cd019c /changes/msvc_fix | |
parent | a6688f9cbb930ad139a7f3886684fcadeec59d30 (diff) | |
download | tor-413a442f57abb084499d1aa363aee1f8a0b53ad8.tar tor-413a442f57abb084499d1aa363aee1f8a0b53ad8.tar.gz |
Start on the 0.2.5.5-alpha changelog.
I've copied the entries from changes/, labeled the ones that also
appeared in 0.2.4.22, sorted them lightly with a python script
(added to maint), and combined sections with the same name.
I didn't combine sections without a description (e.g. "Minor
bugfixes:"), since we'll probably add a description to those.
Diffstat (limited to 'changes/msvc_fix')
-rw-r--r-- | changes/msvc_fix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/changes/msvc_fix b/changes/msvc_fix deleted file mode 100644 index 6d4531bff..000000000 --- a/changes/msvc_fix +++ /dev/null @@ -1,3 +0,0 @@ - o Minor bugfixes (build): - - Fix compilation of test_status.c when building with MVSC. - Bugfix on 0.2.5.4-alpha. Patch from Gisle Vanem. |