Skip to content

Commit

Permalink
MIGRATION_GUIDE: Document behavior changes in /vsimem
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaston committed Oct 28, 2023
1 parent c385859 commit 3f05b1d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions MIGRATION_GUIDE.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ MIGRATION GUIDE FROM GDAL 3.7 to GDAL 3.8
of a OGRSpatialReference*. Drivers should clone the passed SRS if they need
to keep it.

- The /vsimem virtual file system is modified to automatically create parent
directories when a file is created. (e.g., creating /vsimem/parent/child.txt
would cause the directory /vsimem/parent to be created.) If the parent
directory cannot be created because the file /vsimem/parent exists, file
creation will now fail.

- In SWIG bindings, the function FileFromMemBuffer now returns an error code
if the file could not be created.


MIGRATION GUIDE FROM GDAL 3.6 to GDAL 3.7
-----------------------------------------

Expand Down

0 comments on commit 3f05b1d

Please sign in to comment.