1
0
mirror of https://git.code.sf.net/p/lazarus-ccr/dcpcrypt synced 2025-08-24 19:09:01 +02:00

Added a small changelog file

This commit is contained in:
Graeme Geldenhuys
2009-11-16 13:31:23 +02:00
parent 747d04b4d7
commit 4ab5087350

23
CHANGELOG.txt Normal file
View File

@@ -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
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-