2022-12-14 00:54:52 +00:00
|
|
|
.Dd $Mdocdate: December 14 2022 $
|
2022-12-13 15:59:40 +00:00
|
|
|
.Dt TELODENDRIA-CHANGELOG 7
|
|
|
|
.Os Telodendria Project
|
|
|
|
.Sh NAME
|
|
|
|
.Nm Telodendria
|
|
|
|
.Nd The change log for the Telodendria project.
|
|
|
|
.Sh PROJECT STATUS
|
|
|
|
.Pp
|
|
|
|
.Nm
|
|
|
|
is a very ambitious project. There's a lot that needs to happen yet
|
|
|
|
before it is usable. At the moment,
|
|
|
|
.Nm
|
|
|
|
is starting to resemble a Matrix homeserver, but you can't really
|
|
|
|
call it one yet. The foundation is mostly in place; now there's the
|
|
|
|
Matrix specification to implement.
|
|
|
|
.Pp
|
|
|
|
Just because there's not much here yet doesn't mean you should go
|
|
|
|
away! I could always use help, so you are more than welcome to get
|
|
|
|
involved in the project if you want to see things move quicker.
|
|
|
|
Feel free to donate using the links on the project website, or
|
|
|
|
see the
|
|
|
|
.Xr contributing 7
|
|
|
|
page for details on how to get involved. The CVS repository has
|
|
|
|
a file called
|
|
|
|
.Pa TODO.txt ,
|
|
|
|
which contains a checklist of the items that need to be completed.
|
|
|
|
Feel free to grab an item on that list and start writing patches!
|
|
|
|
It's a good idea to join the Matrix rooms noted in
|
|
|
|
.Xr telodendria 7
|
|
|
|
as well, so you can discuss your progress and ask questions.
|
2022-12-13 20:36:03 +00:00
|
|
|
.Sh v0.1.1
|
|
|
|
.Pp
|
2022-12-13 20:41:01 +00:00
|
|
|
Not released yet.
|
2022-12-13 20:36:03 +00:00
|
|
|
.Pp
|
2022-12-14 15:09:19 +00:00
|
|
|
.Nm
|
|
|
|
homeserver changes and fixes:
|
|
|
|
.Pp
|
|
|
|
.Bl -bullet
|
|
|
|
.It
|
|
|
|
Fixed a memory leak that would occur when parsing an invalid
|
2022-12-14 18:19:20 +00:00
|
|
|
JSON object.
|
2022-12-14 15:09:19 +00:00
|
|
|
.It
|
|
|
|
Fixed an edge case where HTTP response headers were being
|
|
|
|
sent before they were set properly, causing the server to
|
|
|
|
report a status of 200 even when that wasn't the desired
|
|
|
|
status.
|
2022-12-14 18:19:20 +00:00
|
|
|
.It
|
|
|
|
Fixed a few memory leaks in the HTTP parameter decoder that
|
|
|
|
would occur in some edge cases.
|
|
|
|
.It
|
|
|
|
Fixed an "off-by-one" error in the HTTP server that
|
|
|
|
prevented GET parameters from being parsed.
|
2022-12-14 15:09:19 +00:00
|
|
|
.El
|
|
|
|
.Pp
|
|
|
|
Other changes and fixes included in this release:
|
2022-12-13 20:36:03 +00:00
|
|
|
.Bl -bullet
|
|
|
|
.It
|
|
|
|
Fixed a bug in
|
|
|
|
.Xr td 8
|
|
|
|
that caused
|
|
|
|
.Xr cvs 1
|
2022-12-13 21:27:17 +00:00
|
|
|
to be invoked in the wrong directory when tagging a new release.
|
2022-12-14 00:54:52 +00:00
|
|
|
.It
|
|
|
|
Added support for environment variable substitution in all site
|
|
|
|
files. This makes it easier to release
|
|
|
|
.Nm
|
|
|
|
versions.
|
2022-12-14 01:00:52 +00:00
|
|
|
.It
|
|
|
|
Fix whitespace issues in various shell scripts.
|
2022-12-13 20:36:03 +00:00
|
|
|
.El
|
2022-12-13 15:59:40 +00:00
|
|
|
.Sh v0.1.0
|
|
|
|
.Pp
|
2022-12-13 19:34:17 +00:00
|
|
|
Tuesday, December 13, 2022
|
2022-12-13 15:59:40 +00:00
|
|
|
.Pp
|
|
|
|
This is the first public release of
|
|
|
|
.Nm
|
|
|
|
so there are no changes to report. Future releases will
|
|
|
|
have a complete change log entry here.
|
|
|
|
.Pp
|
|
|
|
This is a symbolic release targeted at developers, so there's nothing
|
2022-12-13 19:34:17 +00:00
|
|
|
useful to ordinary users yet. Stay tuned for future releases though!
|