]> git.tuebingen.mpg.de Git - misma.git/commit
Initial commit. v1.0.0
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 14 Jan 2024 22:55:26 +0000 (23:55 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 14 Jan 2024 22:56:01 +0000 (23:56 +0100)
commit927d5f4b189150d70b7a5aec9211c3f8f224f1a6
tree15804aaa65942df0f4d737215c6bfc4e0a5b055d
Initial commit.

This project was started in late 2018. A first usable version was
ready by 2019-02 and was deployed on a single server, Until 2022-05,
the project languished but the trial version had had been running all
the time. This identified the major design and usability shortcomings
which have been addressed subsequently. This work resulted in a much
improved but incompatible version.

Starting in late 2022, the improved version was deployed on several
storage servers, which revealed a few minor bugs and usability issues,
all of which have been addressed.

As of this commit the project has been made public. All commits that
led to the improved version have been discarded, so the repository
contains only the final result as a single initial commit.

From now on, backward incompatible changes are avoided if possible,
and require a deprecation period and a major version change otherwise.
Also subsequent changes will be documented properly.
12 files changed:
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
README [new file with mode: 0644]
config.mak.in [new file with mode: 0644]
configure [new file with mode: 0755]
configure.ac [new file with mode: 0644]
index.html.m4 [new file with mode: 0644]
misma.c [new file with mode: 0644]
misma.h [new file with mode: 0644]
misma.suite.m4 [new file with mode: 0644]
util.c [new file with mode: 0644]
version-gen.sh [new file with mode: 0755]