Tue, 06 Jan 2015 21:39:09 +0100
Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.
1 #define MY_VER_MAJOR 4
2 #define MY_VER_MINOR 42
3 #define MY_VER_BUILD 0
4 #define MY_VERSION "4.42"
5 #define MY_7ZIP_VERSION "7-Zip 4.42"
6 #define MY_DATE "2006-05-14"
7 #define MY_COPYRIGHT "Copyright (c) 1999-2006 Igor Pavlov"
8 #define MY_VERSION_COPYRIGHT_DATE MY_VERSION " " MY_COPYRIGHT " " MY_DATE