JCL News

From Project JEDI Wiki
Jump to navigationJump to search

JCL 2.6 Build 5178 available

Date: 2014-05-06

This update makes the JCL compatible with:

   Delphi XE5;
   C++Builder XE5;
   RAD Studio XE5. 

Download folder: http://sourceforge.net/projects/jcl/files/JCL Releases/JCL 2.6 Build 5178/

GIT branch: https://github.com/project-jedi/jcl/tree/JCL_2.6/jcl

JCL 2.5 Build 5094 available

Date: 2014-02-12

This update makes the JCL compatible with:

   Delphi XE4;
   C++Builder XE4;
   RAD Studio XE4. 

Download folder: http://sourceforge.net/projects/jcl/files/JCL Releases/JCL 2.5 Build 5094/

GIT branch: https://github.com/project-jedi/jcl/tree/JCL_2.5/jcl

JCL 2.4 Build 4571 available

Date: 2012-09-05

This update makes the JCL compatible with:

   Delphi XE3;
   C++Builder XE3;
   RAD Studio XE3. 

Download folder: http://sourceforge.net/projects/jcl/files/JCL Releases/JCL 2.4 Build 4571/

GIT branch: https://github.com/project-jedi/jcl/tree/JCL_2.4/jcl

JCL 2.3 Build 4197 available

Date: 2011-09-03

This update makes the JCL compatible with:

   Delphi XE2;
   C++Builder XE2;
   RAD Studio XE2. 

Download folder: http://sourceforge.net/projects/jcl/files/JCL Releases/JCL 2.3 Build 4197/

Subversion tag: http://jcl.svn.sf.net/svnroot/jcl/tags/JCL-2.3-Build4197/

HTTP news and JCL newsgroups

Date: 2011-03-18

We've just setup a new portal to access the JEDI newsgroups at http://newsportal.delphi-jedi.org/. This web application mirrors the content of our NNTP newsgroups at news.delphi-jedi.org.

JCL Help online

Date: 2011-03-10

The help of the JEDI Code Library is available online at http://wiki.delphi-jedi.org/wiki/JCL_Help:JCL_Packages.

JCL binary installer for Delphi and C++Builder XE Starter

Date: 2011-02-05

Andreas Hausladen packaged the binary installer for unstable JCL 2.3.

The installer can be downloaded from Embarcadero CodeCentral website at http://cc.embarcadero.com/Item/28222.

JCL 2.2 Build 3970 available

Date: 2011-01-13

This update makes the JCL compatible with:

  • C++Builder XE Update 1;
  • RAD Studio XE Update 1 including the C++Builder personality.

Download folder: http://sourceforge.net/projects/jcl/files/JCL Releases/JCL 2.2 Build 3970/

Subversion tag: http://jcl.svn.sf.net/svnroot/jcl/tags/JCL-2.2-Build3970/


JCL 2.2 Build 3886 available

Date: 2010-10-21

This security update fixes the following failures:

  • bzip2 is updated to 1.0.6 (security update)
  • exception dialog expert failure when an email address is specified

Download folder: http://sourceforge.net/projects/jcl/files/JCL Releases/JCL 2.2 Build 3886/

Subversion tag: http://jcl.svn.sf.net/svnroot/jcl/tags/JCL-2.2-Build3886/


JCL 2.2 Build 3845 available

Date: 2010-09-11

This update adds support for C++Builder XE.

Download folder: http://sourceforge.net/projects/jcl/files/JCL Releases/JCL 2.2 Build 3845/

Subversion tag: http://jcl.svn.sf.net/svnroot/jcl/tags/JCL-2.2-Build3845/


JCL 2.2 Build 3817 available

Date: 2010-08-13 21:00

This release supports the following versions of Delphi and C++Builder:

  • Delphi XE
  • Delphi 2010 and C++Builder 2010
  • Delphi 2009 and C++Builder 2009
  • RAD Studio 2007 (Delphi 2007, C++Builder 2007);
  • BDS 2006 (Delphi 2006, C++Builder 2006);
  • Delphi.net 8 (experts only);
  • C#Builder 1 (experts only);
  • Delphi 7
  • Delphi 6 and C++Builder 6.

Head changes for this releease are:

  • PCRE is updated to 8.02
  • The JEDI PreProcessor is now merged to JCL runtime code, you can embed it in your own application
  • ZLib is updated to 1.2.5
  • 7z is updated to 9.15
  • The JCL packages are heavily reorganized: all developer tools (JclBorlandTools has been split for instance, JclParseUses is moved to runtime code) are moved to a separate package
  • The JCLDebug code was heavily reworked to avoid internal exceptions
  • The Unicode Character Database (UCD) is updated to 5.2.0, this resource is now more packed than previously
  • The EDI units are removed from the library because of maintenance lack
  • The MoveArray functions are moved to JclAlgorithms, this move breaks backward compatibility

Download folder: http://sourceforge.net/projects/jcl/files/JCL Releases/JCL 2.2 Build 3817/

Subversion tag: http://jcl.svn.sf.net/svnroot/jcl/tags/JCL-2.2-Build3817/


JCL 2.1 Build 3536 available

Date: 2009-11-05 21:00

JCL release 2.1 provides improved support for RAD Studio 2010 (including Delphi 2010 and C++Builder 2010) an updated support for all targets.

This new version of the JCL is mainly a bugfix release. Multiple bugs have been fixed; for detailed change logs, use the facilities of our Subversion repository at Sourceforge.

Head changes:

  • fix major issues in JclAnsiStrings: wrong index arithmetics in StrSearch, flawed implementation of TJclAnsiStrings...
  • fix issue in JclRegistry: wrong exceptions were raised under some rare circumstances;
  • experts: the compilation of projects with type library was not possible, fixed wrong MAP file name computations...
  • debug information from MAP file: better handling of the MAP files generated by C++Builder;
  • all resources are now loaded using LoadResString;
  • streams: TJclBufferedStream wipes data on append;
  • open and save dialog hooks: moved to runtime code (they can now be added to any application);
  • compression: new 7z 9.7.0 compression classes.

Download folder: http://sourceforge.net/projects/jcl/files/JCL Releases/JCL 2.1 Build 3536/

Subversion tag: http://jcl.svn.sf.net/svnroot/jcl/tags/JCL-2.1-Build3536/


JCL 2.0 Build 3449 available

Date: 2009-08-25 21:00

This release supports the following versions of Delphi and C++Builder:

  • Delphi 2010 and C++Builder 2010
  • Delphi 2009 and C++Builder 2009
  • RAD Studio 2007 (Delphi 2007, C++Builder 2007);
  • BDS 2006 (Delphi 2006, C++Builder 2006);
  • Delphi 2005;
  • Delphi.net 8 (experts only);
  • C#Builder 1 (experts only);
  • Delphi 7
  • Delphi 6 and C++Builder 6.

Head changes for this releease are:

  • improved Unicode support for Delphi 2009, C++Builder 2009 and newer;
  • new expert for displaying improved stack traces in the debugger, these stack traces can be serialized to XML files;
  • support for 32 bit FPC;
  • support for 64 bit FPC (experimental);
  • support for Delphi 2005 is back;
  • removal of support for Delphi 5, C++Builder 5, Delphi.net and Kylix;
  • added 7-zip 9.4.0 archive formats in JclCompression (.xz, .lzma86, ntfs, fat...);
  • simple log: new option to release the log files between two accesses;
  • PCRE (http://www.pcre.org/) precompiled object files updated to PCRE 7.9;
  • exception dialog: the log can be saved to any arbitrary location;
  • exception dialog: new option to disable integrated exception tracking when a debugger is attached;
  • exception dialog: new option to select which thread to report to log.

Download folder: http://sourceforge.net/projects/jcl/files/JCL Releases/JCL 2.0 Build 3449/

Subversion tag: http://jcl.svn.sf.net/svnroot/jcl/tags/JCL-2.0-Build3449/

Previous news

Previous news for JCL 1.X