forked from benadida/scantegrity-audit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
28 lines (19 loc) · 1.19 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
2011-10-30 Neal McBurnett <neal@bcn.boulder.co.us>
* commitment.py (commit): Fix test case, given that now constant is not base64-encoded
2011-10-29 Neal McBurnett <neal@bcn.boulder.co.us>
* watch_remotegrity_bb.py Start by getting most recent hash of saved files, so on restart we don't save duplicates
2011-10-28 Neal McBurnett <neal@bcn.boulder.co.us>
* watch_remotegrity_bb.py randomize sleep intervals
2011-10-27 Neal McBurnett <neal@bcn.boulder.co.us>
* remove files that are identical to the previously-downloaded file
* watch the two rss files also
2011-10-26 Neal McBurnett <neal@bcn.boulder.co.us>
* wrote watch_remotegrity_bb.py to download the bulletin boards and save only when new
2011-10-26 Neal McBurnett <neal@bcn.boulder.co.us>
* meeting2.py: set correct_windows=False when processing random
seed file, since in 2011 the original file was generated on Linux
rather than Windows. This should instead be fixed instead by
using "universal newline" from PEP 0278 both in the file_in_dir()
function and in get_latest_djia_stock_prices.py.
* add set_meeting_two_random_data() in filenames.py to allow specifying random data file
and use it in meeting2.py and meeting4.py