Skip to content

Commit 0178b0c

Browse files
author
delphidabbler
committed
streams:
* Licensed change log under MPL 2 and noted the change. git-svn-id: https://svn.code.sf.net/p/ddablib/code/trunk@1563 eed78412-d13c-44e9-9ac7-ca5071eb296d
1 parent 206e87c commit 0178b0c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Docs/ChangeLog.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
; ------------------------------------------------------------------------------
2-
; Change Log for Stream Extension Classes
2+
; This Source Code Form is subject to the terms of the Mozilla Public License,
3+
; v. 2.0. If a copy of the MPL was not distributed with this file, You can
4+
; obtain one at http://mozilla.org/MPL/2.0/
5+
;
6+
; Copyright (C) 2014, Peter Johnson (www.delphidabbler.com).
7+
;
38
; $Rev$
49
; $Date$
10+
;
11+
; Change Log for Stream Extension Classes
512
; ------------------------------------------------------------------------------
613

714
Release v3.1.2 of 11 January 2014
815
+ Fixed problems with compiler directives in project, demo and some test source files that were causing compilation to fail on Delphi XE5.
916
+ Made change to test units and to VCL demo programs to enable method inlining to work correctly with Delphi XE3 and later.
1017
+ Fixed bug in IStreamWrapDemoFMX demo program where program failed to compile on Delphi XE4 because several of the form's controls could not be found.
1118
+ Minor documentation tweaks and corrections.
19+
+ Licensed change log under Mozilla Public License v2.0.
1220

1321
Release v3.1.1 of 28 January 2013
1422
+ Unit names references in project source files are now qualified with namespace name on Delphi XE2 and later.

0 commit comments

Comments
 (0)