diff options
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 14 insertions, 1 deletions
@@ -1,3 +1,16 @@ +ProteanOS Archive Manager version 2.0.0 +--------------------------------------- + +Released: ????-??-?? + +Changes in this release: + + * The old and hard-to-maintain custom build system has been replaced + with one generated with GNU Autoconf and Automake. + * The build system now links all shell objects into the pro-archman + executable instead of distributing shell modules that are linked + into pro-archman at run time. + ProteanOS Archive Manager version 1.4.0 --------------------------------------- diff --git a/configure.ac b/configure.ac index 6d6b874..d9bd470 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -AC_INIT([ProteanOS Archive Manager], [1.4.0], +AC_INIT([ProteanOS Archive Manager], [2.0.0], [mailto:proteanos-dev@lists.proteanos.com], [pro-archman], [http://www.proteanos.com/dev/pro-archman/]) AC_CONFIG_AUX_DIR([build-aux]) |