Imported Upstream version 1.9.0
[platform/upstream/libzip.git] / TODO.md
diff --git a/TODO.md b/TODO.md
index a7305aa..c3c43c8 100644 (file)
--- a/TODO.md
+++ b/TODO.md
@@ -1,6 +1,10 @@
 ## Before next release
 
-reconsider zip_source_zip (uncompressed data for whole file not easy to get)
+## Other
+
+- Support extended timestamp extra field (0x5455): mtime overrides dos mtime from dirent, function to get/set all three.  
+
+- reconsider zip_source_zip (uncompressed data for whole file not easy to get)
 
 ## Prefixes
 
@@ -80,6 +84,7 @@ const zip_uint8_t *zip_get_archive_prefix(struct zip *za, zip_uint64_t *lengthp)
 
 ## Documentation
 
+* document valid file paths
 * document: `zip_source_write()`: length can't be > `ZIP_INT64_MAX`
 * document: `ZIP_SOURCE_CLOSE` implementation can't return error
 * keep error codes in man pages in sync