commit e9602d519bab5cc539d17e1051226ff88e04dac2 Author: Damian Johnson atagar@torproject.org Date: Thu Oct 18 12:21:45 2018 -0700
Note sqlite writability fix in the changelog
Oops, should have noted the fix here. --- web/changelog/index.html | 1 + 1 file changed, 1 insertion(+)
diff --git a/web/changelog/index.html b/web/changelog/index.html index 5b76574..a188ae5 100644 --- a/web/changelog/index.html +++ b/web/changelog/index.html @@ -72,6 +72,7 @@ <ul> <li>Connect by default to Tor Browser's default port (9151) when it's available</li> <li>Nyxrc <b>color_override</b> configuration values only worked if camel case (<a href="https://trac.torproject.org/projects/tor/ticket/26026">ticket</a>)</li> + <li>Crashed with a 'sqlite3.OperationalError' if ran with different users that share a home directory (<a href="https://trac.torproject.org/projects/tor/ticket/27938">ticket</a>)</li> <li>Blank debug path caused us to crash (<a href="https://trac.torproject.org/projects/tor/ticket/27350">ticket</a>)</li> </ul> </li>
tor-commits@lists.torproject.org