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
|
||||
[!] 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
|
||||
-----------------
|
||||
|
||||
[~] /_telodendria/admin/config endpoint
|
||||
[ ] Update only certain values
|
||||
|
||||
[ ] HTTP/1.1 support
|
||||
[ ] Content-Length
|
||||
[ ] Keep connections open
|
||||
[ ] Chunked encoding
|
||||
|
||||
[ ] Client-Server API
|
||||
[ ] 6: Filtering
|
||||
[ ] 7: Events
|
||||
|
@ -38,6 +22,12 @@ Milestone: v0.4.0
|
|||
[x] Profiles
|
||||
[ ] Directory
|
||||
|
||||
[~] Cytoplasm
|
||||
[~] Debug OpenSSL
|
||||
[x] Database corruption
|
||||
[ ] File descriptor exhaustion
|
||||
[ ] Random memory corruption after many requests.
|
||||
|
||||
Milestone: v0.5.0
|
||||
-----------------
|
||||
|
||||
|
@ -45,6 +35,11 @@ Milestone: v0.5.0
|
|||
[ ] Modules
|
||||
[ ] Content Repository
|
||||
|
||||
[ ] HTTP/1.1 support
|
||||
[ ] Content-Length
|
||||
[ ] Keep connections open
|
||||
[ ] Chunked encoding
|
||||
|
||||
Milestone: v0.6.0
|
||||
-----------------
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.Dd $Mdocdate: May 7 2023 $
|
||||
.Dd $Mdocdate: June 10 2023 $
|
||||
.Dt TELODENDRIA-CHANGELOG 7
|
||||
.Os Telodendria Project
|
||||
.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.
|
||||
.Sh v0.3.0
|
||||
.Pp
|
||||
Not Released Yet.
|
||||
Saturday, June 10, 2023
|
||||
.Pp
|
||||
Introducing a new configuration API, source/sink-agnostic I/O, TLS
|
||||
support, an HTTP client, and more! The third major release of
|
||||
Introducing a new configuration API and Cytoplasm, a general-purpose
|
||||
C library that supports source/sink-agnostic I/O, TLS, an HTTP client,
|
||||
and more! The third major release of
|
||||
.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.
|
||||
.Pp
|
||||
Matrix Specification:
|
||||
|
|
Loading…
Reference in a new issue