Amiga Impact

[MÀJ] SFS 1.270 pour AmigaOS3.x/AmigaOS4

Jörg Strohmayer a apporté de nouvelles corrections au système de fichier SFS, ce qui l’amène à une version 1.269 pour AmigaOS3.x et AmigaOS4.
Pour plus de détails concernant les corrections apportées (en anglais), veuillez Lire la suite.

Mise à jour :
La version 1.270 est disponible pour AmigaOS 3.x et 4.0. Vous pouvez la télécharger sur le site de Jörg Strohmayer.

Téléchargement :
SFS_1.269_68k.lha (AmigaOS3.x) Mise à jour d’une précédente installation [47 ko]
SFS_1.269.lha (AmigaOS4) [66 ko]

Merci à Murakami pour avoir fait, une fois encore, tourner l’information sur #amigaimpact.1.270 : Removed the requesters with timeouts for successful operations since they can’t be read on most systems anyway because they are displayed before Picasso96, etc. is loaded, and before IPrefs was started.
1.269: Forgot to disable some debug output in 1.268, fixed.
1.268: Requesters don’t use TimedDosRequester() anymore since the new SYS:Prefs/Presets/Requester feature of requester.class could cause deadlocks.
1.268: Changed some memory allocations to MEMF_PUBLIC/MEMF_SHARED.
1.267: Now checks the free stack size and uses the old file system API if it’s low.
1.266: ACTION_EXAMINE_ALL now returns ERROR_NO_FREE_STORE if there isn’t even enough space for a single entry in the buffer.
1.266: ACTION_EXAMINE_ALL now returns ERROR_OBJECT_WRONG_TYPE if someone tries to use it again after directory scanning was complete already (implicitely or by using ACTION_EXAMINE_ALL_END).
1.266: Fixed wrong error return code for ACTION_READ_LINKS.
1.266: Now uses IExec->CopyMem() instead of a custom memcpy().