diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-09 10:30:12 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-09 10:30:12 -0400 |
commit | cec8d4aa92042bee022fd98e429f721ccad297b5 (patch) | |
tree | 7472a1a2b0762a2af9174a77e9775f83ae576eab /changes/bug26196 | |
parent | 1b81c4b5f3a3b2ad8a3d3a23a75e5bac08c22a89 (diff) | |
download | tor-cec8d4aa92042bee022fd98e429f721ccad297b5.tar.gz tor-cec8d4aa92042bee022fd98e429f721ccad297b5.zip |
Remove changes files for items that will appear in 0.3.4.4-rc
Diffstat (limited to 'changes/bug26196')
-rw-r--r-- | changes/bug26196 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/changes/bug26196 b/changes/bug26196 deleted file mode 100644 index e63f09a2d6..0000000000 --- a/changes/bug26196 +++ /dev/null @@ -1,7 +0,0 @@ - o Minor bugfixes (testing, compilation): - - Refrain from trying to get an item from empty smartlist in - test_bridges_clear_bridge_list. Set DEBUG_SMARTLIST in unit - tests to catch improper smartlist usage. Furthermore, - enable DEBUG_SMARTLIST globally when build is configured - with fragile hardening. Fixes bug 26196; bugfix on - 0.3.4.1-alpha. |