New Features included are :
New pukklink features:
- PS2 Power OFF
- Exception redirect to Screen/Log
- Byte ordering now network standard, so Mac or Amiga clients can be made
Inlink new features
- Video preview included.
- Fixed all requests from users.
- File modes now ok, including O_EXCL.
- And much more ...
|
BugFixes
- Implement byteswap for pukklink 1.0 => Done in 1.3.0 (sg2 Apr 18, 2003)
- When opening files on the host, an error shuld be returned if the file doest exist and the O_CREAT flag isnt specified. atm it just creates the file anyway. (this is handled properly by pksh, so should be a simple fix) => Done in 1.3.0 (sg2 Apr 18, 2003)
- Im not sure if the O_EXCL flag (0x800) works on the host with InLink as files are always created anyway, but it works fine in pksh, so u might just want to check that as u update the bit from '1)' => Done in 1.3.2 (long Apr 22, 2003)
- When using the 'run' command, have the file open dialog remember the last executed filename and supply it in the filename edit box without having to select it again (similar to how naplink does it) => Done in 1.3.0 (sg2 Apr 18, 2003)
- Auto conversion of CRLF. if i do a printf("test\n") it will not goto the next line. it just prints a block character. atm u have to do printf("test\r\n") to make it goto the next line properly. => Done in 1.3.0 (long Apr 22, 2003)
- Huge logs will crash logbox => Done in 1.3.0 (long Apr 22, 2003)
- Auto bring to front when executing elf files => Done in 1.3.0 (long Apr 22, 2003)
- Wont crash when running video version without a video capture => Done in 1.3.0 (sg Apr 20, 2003)
|