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
|
2007-11-05
* Released as 0.3.12
* fix freeze problem on SiS741 series chipsets
(I cannot test, but it seemed to work. Thanks Aisenbrey and Gajownik)
2005-06-18
* Released as 0.3.11
* replace 'Copyright' to 'License' in athcool.spec
2005-02-19
* Released as 0.3.10
* use TP_WORD instead of TP_LONG (for AMD-751/761/762)
TP_LONG (32bit addressing) didn't work? (Thanks Lorenz)
* add 'Halt Disconnect' support on AMD-762 (Thanks Lorenz)
* 'Coolon' web site was moved
2004-12-31
* Released as 0.3.9
* fix compilation problem with Fedora Core 3
* rewrite 'read & write register'
- check register value after writing
2004-09-04
* Released as 0.3.8
* add VIA KT880 support (Thanks Rjeousski)
* rewrite WARNING messages
I received a bug report that hard disk was massively corrupted
when tried athcool on ASUS L3350M (SiS 740 based laptop).
* rewrite manpage (Thanks Boullis)
2004-06-26
* Released as 0.3.7
* add SiS 741 support (Thanks Bezerra)
2004-06-12
* Released as 0.3.6
* fix nforce2 fixup value (Thanks Nakamura)
2004-05-15
* Released as 0.3.5
* add 'fixup' option (EXPERIMENTAL)
- fixup nForce2 C1 HALT disconnect problem (Thanks Herrmann)
- fixup VIA audio problem
Address 0x70: bit3(Enhance CPU to PCI Write?),
bit2(PCI Master Read Buffering),
bit1(Delay Transaction) on all VIA platform
* fix a bug in forceid (Thanks Boullis)
2004-04-24
* Released as 0.3.4
* add fixup audio function for VIA chipsets (Thanks Prayitno)
2004-01-24
* Released as 0.3.3
* add VIA P/KN266 support (Thanks Schachtschabel)
* clean up Makefile etc.
* add init.d script (not installed by default)
(experimental. You should check working athcool fine,
before enabling init.d script)
* add manual specification of chipsets (disabled by default)
athcool on|off|stat force RegID
DANGEROUS. Must not use this option, unless it is sure
that it has same config as your chipsets.
2003-12-20
* Released as 0.3.2
* add KM400 support (Thanks mikell)
* add simple man page
2003-09-23
* Released as 0.3.1
* add WARNING message
* add 'DESTDIR' variable in Makefile
* merge Zuckschwerdt's patch (Thanks Zuckschwerdt)
- fix compilation problem with gcc-3.3
2003-06-21
* Released as 0.3.0
* add SiS 748 support (not tested)
* display values before and after changing the register
* merge Nakata's patch (Thanks Nakata)
( http://www.nakata-jp.org/ [ written in Japanese ])
- fix bug which may fail in recognition of a chipset
- clean up whole codes for improving readability and removing hidden bugs
2003-03-01
* Released as 0.2.0
* add listing supported chipsets
* add nVIDIA nForce/nForce2 support (not tested)
* separate Chipset ID and Register configuration
(because some chipsets has different ID, but same config)
2002-10-12
* Released as 0.1.1
* fix a bug (cannot disable powersaving)
|