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
|
5 April 2000
- Rewrote the routines to make it more efficient.
- Updated all the source files so that each module gets
their own revision. Replaced comment headers with a
better comment headers. Whole bunch of changes.
27 June 1999
- Added further identification for AMD's K6 with MMX extensions.
- Added "-v" option because I kept getting different linuxinfo binaries
confused!
- Released as 1.1.4.
31 May 1999
- Fixed brainfart in linuxinfo.h (mc68000 used instead of __mc68000__!)
- Does not print MHz clock speed if not detected.
- Prints unknown 486 if vendor and type not known (for braindamaged 486s)
- Released as 1.1.3
30 May 1999
- Patched to add AMD 5x86.
- Released as 1.1.2
27 March 1999
- Ported LinuxInfo to StrongARM - very beta code, please test.
Report problems to alex.buell@tahallah.demon.co.uk!
Cannot detect processor MHz unfortunately, but hopefully,
that might change.
- Have not worked on updating the other platforms, sorry ;o(
- Released as 1.0.8
10 March 1999
- Added Celeron to the Intel CPU identification code.
- Again, put off the other platform code for 1.0.8. Sorry!
- Fixed some oddities
- Released as 1.0.7
06 March 1999
- Completely rewrote the Intel platform code (I didn't originally
write the code that processes the /proc/cpuinfo file - that
came from linux_logo. I'm happy to say that, at least for
the Intel platform this dreck is history, and I have some VERY
elegant code in there now. Whoopee! =)
- Will rewrite the other platform code for 1.0.7. Watch for it! =)
- Version bumped to 1.0.6
23 October 1998
- Rewrote the library detection code (see linuxinfo_common.c)
- Released as 1.0.4
19th October 1998
- autoconf'd courtesy of Johnny Tevessen, j.tevessen@gmx.de
- added extra checks for glibc-1 and glibc-2.0.0 - glibc-2.0.7
- Released as 1.0.3
October 1998
- Renamed to LinuxInfo from sysinfo to avoid infrigement of
a commercial offering.
- Released as 1.0.2
- glibc/libc compatibility
September 1998
- Initial version written on glibc
|