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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158
|
Previous version: 1.7.2
Current version: 1.7.6
Log:
- 15/07/2001, version 1.8.3: some fixes for Debian packaging according to JB
directives.
- 07/07/2001, version 1.8.2: some fixes for Debian packaging.
- 30/06/2001, version 1.8.1: the pb of FlashZ (and probably of some other people): BlackLink & Win2k has been fixed.
- 25/06/2001, version 1.8.0: minor fix for Debian packaging.
- 24/06/2001, version 1.7.9: dev_link.c unit slightly modified.
- 14/06/2001, version 1.7.8: a pb of TIPAR_DELAY/TIMEOUT fixed when we compile with the 'tiser' kernel module support.
- 02/06/2001, version 1.7.7: some functions for managing raw access have been added as well as functions for checking sending/receiving. They have been added for making easy emulator support which can require a direct access.
- 19/05/2001, version 1.7.6: VTi link support improved and modified. TIEmulator virtual link re-implemented under Win32. Some code have been cleaned.
- 08/05/2001, version 1.7.5: VERSION symbol changed due to some interactions under Win32 compiler.
- 07/05/2001, version 1.7.4: TiEmulator and generic virtual links improved: the Linux part of the tie_link has moved into the vti_link and the Linux part of the vtl_link has been copied into the tie_link.
- 01/05/2001, version 1.7.3: serial/BlackLink routines modified (test by FlashZ in progress...).
- 31/03/2001, version 1.7.2: library interface modified but still compatible.
Win32 DCB method access used for GreyTIGL and BlackLink. Linking routines taken from Rusty Wagner's VTi. The fastAVRlink routines have been also modified on the same template as the GreyTIGL routines. Kernel module managemement improved.
- 29/03/2001, version 1.7.1: configure.in and src/dev_link.c adapted to the new serlink kernel module
- 28/03/2001, version 1.7.0: io_ports.c modified by James Lancaster for Alpha port.
- 27/03/2001, version 1.6.9: some files (tiglink.c, ...) modified for Debian packaging.
- 25/03/2001, version 1.6.8: intl.h renamed into intl1.h for Debian packaging.
- 20/03/2001, version 1.6.7: configure.in changed for Debian release.
- 15/03/2001, version 1.6.4: DISPLAY function improved for Win32 platform.
- 14/03/2001, version 1.6.3: minor bug fixes in I/O port routines. Checking of WindowsNT & DLPortIO.
- 11/03/2001, version 1.6.2: DISPLAY function from libticalcs added in the libticables.
- 08/03/2001, version 1.6.1: auto-detection of OS, I/O ports and cables added.
- 06/03/2001, version 1.6.0: I have boosted the libticables library for I/O transfers. A great thanks to Timothy Singer <tsinger@uoregon.gladstone.edu>, the FastLink's developer, who allows me to see why my routines was slow under Windows9x. Conclusion: use GetTickCount() instead of clock() under Win9x greatly improve speed.
- 27/02/2001, version 1.5.9: modifications made for compiling under Borland C++ 4.52 (Win16 target)
- 24/02/2001, version 1.5.8: some filenames have been changed for the Debian release.
- 17/02/2001, version 1.5.7: TiEmulator virtual link modified.
- 13/02/2001, version 1.5.6: i18n support implemented for both Linux & Win32.
Configure.in script modified according to James Lancaster (Alpha port).
- 04/02/2001, version 1.5.5: enable/disable option for hardware flow control have been added.
- 29/01/2001, version 1.5.4: headers files are now in <tilp/..> instead of <ti/tilp/..>
- 28/01/2001, version 1.5.3: errcodes.h and error.c changed for i18n.
- 23/01/2001, version 1.5.2: using automake & autoconf now. Better use of the i18n support due to automake !
- 03/12/2000, version 1.5.1: headers files are now in <ti/tilp/..> instead of <ti/...>
- 31/12/2000, version 1.5.0: I/O ports low-level routines modified (more common, improved)
- 14/12/2000, version 1.4.9: bug fixed in the fastAVRlink support (a B9600 instead of BR9600 constant).
- 12/12/2000, version 1.4.8: I have completely rewritten the low-level I/O layer both for Linux and Windows. For Windows, we have now the choice between: asm, inp/outp, DLPortIO kernel driver for NT, HwPort95 kernel driver for 9x and Direct95 library. For Linux, there still are the inb/outb functions.
- 30/11/2000, version 1.4.7: dev_link support improved for supporting my own kernel modules (ti_parlink & ti_serlink). It is always backwards compatible with the 'tidev' kernel module.
- 28/11/2000, version 1.4.6: tie_link.* moved into vtl_link.* and TIEmulator
virtual linking rewritten with Shared Memory Segment (IPC).
- 27/11/2000, version 1.4.5: TIEmulator virtual linking improved (Linux).
- 25/11/2000, version 1.4.4: fastAVRlink support improved but there is a bug: it is impossible to change the baud-rate under Linux ?!
- 20/11/2000, version 1.4.3: I removed obsolete args for the xxx_init_port functions.
- 18/11/2000, version 1.4.2: ser_link.c file ported on Alpha arthitecture by James Lancaster <james@kirk.math.twsu.edu>
- 13/11/2000, version 1.4.1: Makefile patched by J. Derque <jderque@caramail.com>
- 06/11/2000, version 1.4.0: VTi virtual link fully implemented.
- 04/11/2000, version 1.3.9: VTi virtual link implemented. Works at 90%.
- 03/11/2000, version 1.3.8: fixed a problem of permissions (->segfaults).
- 02/11/2000, version 1.3.7: improvement (speed) of the libTIcables.
- 01/11/2000, version 1.3.6: virtual linking improved as well as the Win32 functions.
- 28/10/2000, version 1.3.5: J. Derque <jderque@caramail.com> has directly modified the libTIcables archive and implemented a 'lib-config' script.
- 23/10/2000, version 1.3.4: I received 2 patches from J. Derque. One for uninstalling the library, the other provides a 'lib-config' script.
- 21/10/2000, version 1.3.3: some methods added.
- 18/10/2000, version 1.3.2: VTi virtual link implemented but not tested.
- 18/10/2000, version 1.3.1: new files added for VTIlink, TiElink, TPUlink (my USBlink) and UGLlink (the TI's USB Graph Link).
- 17/10/2000, version 1.3.0: external/exported functions and variables names
begin with the 'ticable_' prefix in order to be conform with the GNU Coding Standard.
- 12/10/2000, version 1.2.4: baud rate setting added (fastAVRlink)
- 11/10/2000, version 1.2.3: hardware flow control added for the fastAVRlink.
- 01/10/2000, version 1.2.2: ported to SPARC !
- 23/09/2000, version 1.2.1: config.h & autoconf & autoheader & system type added. Modifications made for the Debian integration.
- 23/09/2000, version 1.2.0: AVRlink support updated (the AVRlink works !)
- 13/09/2000: version 1.1.9: more error codes.
- 02/09/2000: version 1.1.8: JB has managed to include TiLT in the Debian distribution. For this, I have to do some modifications.
- 11/08/2000: version 1.1.6: Grey TIGL support for Windows updated with the 8th function.
- 09/08/2000: version 1.1.5: at last, virtual linking works ! Pfew ! I begin a Windows version of the virtual linking.
- 08/08/2000: version 1.1.4: 8th function implemented for the virtual linking.
All works fine. Error function works !
- 06/08/2000: version 1.1.3: some important modifications in tiglink.c (Linux part): I removed the receiving buffer, the timeout is now managed by a loop and not by the serial device any longer; I implemented the 8th function for the Grey TIGL.
- 02/08/2000: version 1.1.2: I implemented the 8th function for both parallel
and serial but not tested for the Grey TIGL
- 01/08/2000: version 1.1.1: I added an 8th method for checking the status of
the link without waiting (byte received or not, operations made, and so on).
- 26/07/2000: version 1.1.0: virtual link capability finished but not tested
- 20/07/2000: version 1.1.0: lib improved and overhauled: full 'tidev' support, virtual link capability and error management modified
- 27/06/2000: version 1.0.5: overhaul of the source code and html documentation
- 29/05/2000: version 1.0.4: the automatic use of DLPortIO works fine now.
- 29/05/2000: version 1.0.3: a bug fix (ioperm redefined).
- 25/05/2000: version 1.0.2: overhaul of the source files and automatic use of DLPortIO for Windows9x or Windows NT (does not work yet).
- 18/05/2000: version 1.0.1: add a new type for the ti-lsd.
- 15/05/2000: version 1.0.0: TI cable routines in .so/.DLL
|