Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Doxyfile10
-rw-r--r--release_notes.md8
2 files changed, 11 insertions, 7 deletions
diff --git a/Doxyfile b/Doxyfile
index 40f62b2a..b8e9a4b5 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -38,7 +38,7 @@ PROJECT_NAME = "AFIO"
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = "v2.00 early alpha"
+PROJECT_NUMBER = "v2.00 late alpha"
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
@@ -768,10 +768,10 @@ WARN_LOGFILE = doxygen_warnings.log
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.
-INPUT = include/boost/afio \
- include/boost/afio/v2.0 \
- include/boost/afio/v2.0/algorithm \
- include/boost/afio/v2.0/algorithm/shared_fs_mutex \
+INPUT = include/afio \
+ include/afio/v2.0 \
+ include/afio/v2.0/algorithm \
+ include/afio/v2.0/algorithm/shared_fs_mutex \
release_notes.md
# This tag can be used to specify the character encoding of the source files
diff --git a/release_notes.md b/release_notes.md
index a532e679..851d6081 100644
--- a/release_notes.md
+++ b/release_notes.md
@@ -38,8 +38,10 @@ You need these compilers or better:
Todo:
-| P | | clang AST assisted SWIG bindings for other languages.
-| P | | Statistical tracking of operation latencies.
+| NEW in v2 | Boost peer review feedback | |
+| --------- | -------------------------- | --- |
+| ✔ | | clang AST assisted SWIG bindings for other languages.
+| ✔ | | Statistical tracking of operation latencies so realtime IOPS can be measured.
@@ -71,6 +73,8 @@ Todo:
Todo:
+| NEW in v2 | Windows | POSIX | |
+| --------- | --------| ----- | --- |
| | | | "Hole punching" and hole enumeration ported over from AFIO v1.
| | | | Directory handles and very fast directory enumeration ported over from AFIO v1.
| ✔ | | | Extended attributes support.