From d3938135aedb4869d5644b7cefe9df7c22725862 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Fri, 24 Oct 2003 02:49:26 +0000 Subject: [PATCH] Added uio_getFileLocation() and uio_getMountFileSystemType() to uio. Also some small improvements. I did not add uio_getPhysicalAccess, as I erroneously logged for some other files. That function is changed a bit, but it existed before. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1284 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sc2/ChangeLog b/sc2/ChangeLog index 066d398a6..91f2f9ccd 100644 --- a/sc2/ChangeLog +++ b/sc2/ChangeLog @@ -1,4 +1,6 @@ Changes towards version 0.4: +- Added uio_getFileLocation() and uio_getMountFileSystemType() to uio. + Also some small improvements. - SvdB - Fixed fuel usage estimate to selected destination on the starmap. (original bug, not reported) - SvdB - Sound decoders refactoring: decoders are now virtualized,