forked from Telodendria/Telodendria
Prepare for v0.3.0 release.
Not exactly as complete as I initially imagined, but I want to get something out because I've been spending too much time on the same issues.
This commit is contained in:
parent
af15234799
commit
2b3d0aaeaf
2 changed files with 17 additions and 21 deletions
27
TODO.txt
27
TODO.txt
|
@ -8,28 +8,12 @@ Key:
|
||||||
[~] In Progress
|
[~] In Progress
|
||||||
[!] Won't Do
|
[!] Won't Do
|
||||||
|
|
||||||
Milestone: v0.3.0
|
|
||||||
-----------------
|
|
||||||
|
|
||||||
[x] Fix leaks in json
|
|
||||||
[x] Debug ARM64 Debian
|
|
||||||
|
|
||||||
[~] Cytoplasm
|
|
||||||
[~] Debug OpenSSL
|
|
||||||
[x] Database corruption
|
|
||||||
[ ] File descriptor exhaustion
|
|
||||||
|
|
||||||
Milestone: v0.4.0
|
Milestone: v0.4.0
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
[~] /_telodendria/admin/config endpoint
|
[~] /_telodendria/admin/config endpoint
|
||||||
[ ] Update only certain values
|
[ ] Update only certain values
|
||||||
|
|
||||||
[ ] HTTP/1.1 support
|
|
||||||
[ ] Content-Length
|
|
||||||
[ ] Keep connections open
|
|
||||||
[ ] Chunked encoding
|
|
||||||
|
|
||||||
[ ] Client-Server API
|
[ ] Client-Server API
|
||||||
[ ] 6: Filtering
|
[ ] 6: Filtering
|
||||||
[ ] 7: Events
|
[ ] 7: Events
|
||||||
|
@ -38,6 +22,12 @@ Milestone: v0.4.0
|
||||||
[x] Profiles
|
[x] Profiles
|
||||||
[ ] Directory
|
[ ] Directory
|
||||||
|
|
||||||
|
[~] Cytoplasm
|
||||||
|
[~] Debug OpenSSL
|
||||||
|
[x] Database corruption
|
||||||
|
[ ] File descriptor exhaustion
|
||||||
|
[ ] Random memory corruption after many requests.
|
||||||
|
|
||||||
Milestone: v0.5.0
|
Milestone: v0.5.0
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
@ -45,6 +35,11 @@ Milestone: v0.5.0
|
||||||
[ ] Modules
|
[ ] Modules
|
||||||
[ ] Content Repository
|
[ ] Content Repository
|
||||||
|
|
||||||
|
[ ] HTTP/1.1 support
|
||||||
|
[ ] Content-Length
|
||||||
|
[ ] Keep connections open
|
||||||
|
[ ] Chunked encoding
|
||||||
|
|
||||||
Milestone: v0.6.0
|
Milestone: v0.6.0
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.Dd $Mdocdate: May 7 2023 $
|
.Dd $Mdocdate: June 10 2023 $
|
||||||
.Dt TELODENDRIA-CHANGELOG 7
|
.Dt TELODENDRIA-CHANGELOG 7
|
||||||
.Os Telodendria Project
|
.Os Telodendria Project
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -30,12 +30,13 @@ It's a good idea to join the Matrix rooms noted in
|
||||||
as well, so you can discuss your progress and ask questions.
|
as well, so you can discuss your progress and ask questions.
|
||||||
.Sh v0.3.0
|
.Sh v0.3.0
|
||||||
.Pp
|
.Pp
|
||||||
Not Released Yet.
|
Saturday, June 10, 2023
|
||||||
.Pp
|
.Pp
|
||||||
Introducing a new configuration API, source/sink-agnostic I/O, TLS
|
Introducing a new configuration API and Cytoplasm, a general-purpose
|
||||||
support, an HTTP client, and more! The third major release of
|
C library that supports source/sink-agnostic I/O, TLS, an HTTP client,
|
||||||
|
and more! The third major release of
|
||||||
.Nm
|
.Nm
|
||||||
packs a lot of general improvements on top of supporting more of
|
packs a lot of architectural improvements on top of supporting more of
|
||||||
the Matrix specification.
|
the Matrix specification.
|
||||||
.Pp
|
.Pp
|
||||||
Matrix Specification:
|
Matrix Specification:
|
||||||
|
|
Loading…
Reference in a new issue