From 4ab5087350725b3c67764701603c130ccd6c8969 Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Mon, 16 Nov 2009 13:31:23 +0200 Subject: [PATCH] Added a small changelog file --- CHANGELOG.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 CHANGELOG.txt diff --git a/CHANGELOG.txt b/CHANGELOG.txt new file mode 100644 index 0000000..8cd071f --- /dev/null +++ b/CHANGELOG.txt @@ -0,0 +1,23 @@ + +Change in v2.0.4 by Graeme Geldenhuys (2009) + + * Version number bumped to v2.0.4 + + * Split the Lazarus package into two separate packages + - one is runtime only package and GUI toolkit independent. + - one is Lazarus design-time only package which installs + components in component palette. + + * Updated code to be compilable with FPC 2.4.0-rc1 + + * Updated code to be compilable with 64-bit FPC 2.4.0-rc1. + - Tested under 32-bit & 64-bit Linux on x86 systems. + + +Changes since DCPCrypt v2 Beta 3: + + * Ported DCPCrypt to Lazarus by Barko in 2006 + + + -=-=-=-=-=-=-=-=-=-=-=-=-=-=- +