Newer
Older
Robert Greschke
committed
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
2016.288 (2016-10-14)
------------------
* New. No changes.
2016.355 (2016-12-20)
------------------
* Just changed some help descriptions a little.
* Added the -H "more" help.
2017.006 (2017-01-06)
------------------
* New -V command for examining offloaded files a bit more.
* Added a bit more to the -H help.
2017.012 (2017-01-12)
------------------
* Added a summary to the -V command output.
2017.020 (2017-01-20)
------------------
* Added baler time range (all of the files) to the -V summary.
* A couple little corrections to the help.
2017.024 (2017-01-24)
------------------
* Added some more -H command help.
* Made some of the status messages a little more wordy.
* Commands like -F "DT0001*" "DT0002*" did not work. Having multiple search
patterns would fail. "DT0002*" by itself, for example, would have worked.
Now it all works.
2017.026 (2017-01-26)
------------------
* Rewrote all of the command line handling stuff. There could be bugs
all over the place.
* Added the -m "A message" command.
* Added the -e [<files>] command for excluding files, but then only
offloading low sample rate files (like -o). -E offloads all files
(like -O).
2017.038 (2017-02-07)
Robert Greschke
committed
* Prints out the current version when using the -U command.
* Put in note about using "bline.py" or "bline" in the helps.
Robert Greschke
committed
2017.039 (2017-02-08)
------------------
* Fixed a bug in the -v command that showed up when files were missing
or not everything had been offloaded.
* Took the note back out about bline/bline.py. It will always be
bline.py.
2017.055 (2017-02-24)
------------------
* Changed the way the record size of a file is determined. It should
always be 4096 bytes for baler files, but you never know.
* Fixed it so you have to at least supply the TagID when using the
-m command.
2017.152 (2017-06-01)
------------------
* Does a simple check to see if the TagID and IPAddr are reversed.
* Does a simple check when offloading to see if previously offloaded
data files will be overwritten. It may report false alarms depending
on the command.
* Fixed a small bug in the -F command.
2017.163 (2017-06-12)
------------------
* Lists the command line being executed so it gets into the log.
2018.071 (2018-03-12)
------------------
* Small bug in the 'check for updates' section.
2018.135 (2018-06-07)
------------------
Robert Greschke
committed
2019.064 (2019-03-05)
------------------
* Converted for Python 2 or 3.
* Added -vl command that lists the files that have not been fully
offloaded from the baler. -v just shows how many there are.
* Does not yet contain BaleAddr replacement code.