-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG
38 lines (32 loc) · 1.22 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
29
30
31
32
33
34
35
36
2017 October 12 Victor Rehorst <[email protected]>
- Included unistd.h header
- Define version number as a macro
- Fixed Makefile rules
- Updated documentation
- Reorganized directory structure
- Imported code to Github from SourceForge
1.1.4:
- Changed Makefile to use cc by default instead of gcc
- Added progress bar (Phil <[email protected]>)
- Added -d switch for specifying device name (Hendrik Lipka
- Seems to compile fine under Cygwin
1.1.3:
- Added batch uploading capability (Victor R.)
- Removed the need for a $HOME/.unixnpi.rc file - now reads serial speed
from the command line (defaults to 38400) and requires the existence of
/dev/newton (symlink it to the appropriate serial device)
1.1.2:
- fixed registration removal - now actually works, and cleaner too!
(Victor R. and Dakkar <[email protected]>)
- added 'clean' option to Makefile
- removed encrypt.c and encrypt.h (was used for the old registration code,
now completely unnecessary)
- created INSTALL file
- created this (CHANGELOG) file
- fixed COPYING file
1.1.1:
- removed registration requirement (Chayim I. Kirshen)
- changed start message to reflect new licence (Victor R.)
- simplified Makefile (Victor R.)
- modified README (Victor R.)