view doc/admin/roadmap.txt @ 7:57b2cc9b87f7

Use memcpy instead of strncpy when we know the length anyway. Modern gcc seems to think it knows how to detect misuse of strncpy, but it's wrong (in fact: very, very wrong) and the path of least resistance is to not try to fight with it.
author David A. Holland
date Mon, 30 May 2022 23:47:52 -0400
parents 13d2b8934445
children f9e4689b837d
line wrap: on
line source

AnaGram project roadmap
-----------------------

You are holding AnaGram 2.40, the first open source release. It is
somewhat preliminary in certain ways.

The plan is that there should be a release 2.50, a stable open source
version that can be widely used going forward. The following things
are intended to make it into release 2.50:

   - Cleanup of character set/character encoding handling, to allow
     the current Unicode sets that are wider than 16 bits.

   - A full update of the manual.

   - Modernization of the examples, and perhaps some new examples.

   - Correction of any problems that show up with 2.40.


After 2.50 the next projected release will be 3.00, whose primary
feature will be a new user interface, based on a toolkit yet to be
determined (probably gtk2) and workable on both Windows and Unix.

Other features will appear if ready; however, the primary target of
development effort should be the user interface.