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
|
Revision History:
=================
v0.5.0 - March 15, 2002
--------------------------
o new calculation code
o more working speeds
o lots of cleanups
o overclocking by non-root users when using the closed source nVidia drivers
o fixed "fake ddr" bug for Geforce2MX/Geforce4MX using sdr memory
o 27MHz crysthal frequency support which is needed for Geforce4 based cards
o support for Geforce4 Ti/MX and Quadro4 XGL/NVS (as yet untested)
o disabled some cards (nForge, Xbox GPU, Mobile GPU's)
v0.4.2 - October 10, 2001
-------------------------
o Changed Geforce 3 MX/Ultra name to Titanium 200/500
o Geforce3 memory overclocking bug fixed
v0.4.1 - July 30, 2001
----------------------
o Geforce3 mx/ultra and quadro dcc support
o little calculation bugfix
v0.4.0 - June 4, 2001
----------------------
o Geforce2 pro/ultra and geforce3 support
o new pci code
o code for identifying the card
o support for multiple cards
o gtk and qt gui
v0.3.x (internal beta's)
----------------------
v0.2.0 - March 31, 2001
-----------------------
o better commandline handling, now using getopt_long (thanks Sergey Rotar)
o works with all cards, the geforce(DDR, 2 GTS, 2 PRO, 2 ULTRA) bug is fixed
v0.1.1 - March 13, 2001
-----------------------
o more code cleanups (thanks phoenix)
o better commandline handling
o root warning
v0.1 - March 10, 2001
---------------------
o command line overclocking
o code cleanups
v0.01 - first release (by ????)
---------------------
o basic overclocking
|