diff --git a/Bindings/AudioFile.hsc b/Bindings/AudioFile.hsc
--- a/Bindings/AudioFile.hsc
+++ b/Bindings/AudioFile.hsc
@@ -302,8 +302,9 @@
 #ccall afOpenFD         , CInt -> Ptr CChar -> <AFfilesetup> -> IO <AFfilehandle>
 #ccall afOpenNamedFD    , CInt -> Ptr CChar -> <AFfilesetup> -> Ptr CChar -> IO <AFfilehandle>
 
-#ccall afSaveFilePosition   , <AFfilehandle> -> IO ()
-#ccall afRestoreFilePosition, <AFfilehandle> -> IO ()
+-- THINKME: These routines are missing from the current libaudiofile. I don't know why.
+-- #ccall afSaveFilePosition   , <AFfilehandle> -> IO ()
+-- #ccall afRestoreFilePosition, <AFfilehandle> -> IO ()
 #ccall afSyncFile           , <AFfilehandle> -> IO CInt
 #ccall afCloseFile          , <AFfilehandle> -> IO CInt
 
diff --git a/NEWS b/NEWS
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes from 0.1 to 0.1.0.2
+---------------------------
+Remove c'afSaveFilePosition and c'afRestoreFilePosition. The current
+libaudiofile doesn't have an actual implementation of them.
+
 Changes from 0.1 to 0.1.0.1
 ---------------------------
 Fix build-depends:
diff --git a/bindings-audiofile.cabal b/bindings-audiofile.cabal
--- a/bindings-audiofile.cabal
+++ b/bindings-audiofile.cabal
@@ -2,7 +2,7 @@
 Synopsis: Low level bindings to audiofile
 Description:
         Bindings to audiofile: <http://www.68k.org/~michael/audiofile/>
-Version: 0.1.0.1
+Version: 0.1.0.2
 License: PublicDomain
 License-File: COPYING
 Author: PHO <pho at cielonegro dot org>
