Difference between revisions of "Issues 2.6.4"

From Lazarus wiki
Jump to navigationJump to search
Line 12: Line 12:
 
* ''make clean'' and ''make distclean'' don't clean anything in the package directories handled by fpmake (fastcgi and fcl-web) when FPC is a cross-compiler
 
* ''make clean'' and ''make distclean'' don't clean anything in the package directories handled by fpmake (fastcgi and fcl-web) when FPC is a cross-compiler
 
* document the issues on [[User_Changes_2.6.4]] that triggered the changes performed in Lazarus [http://svn.freepascal.org/cgi-bin/viewvc.cgi?view=revision&root=lazarus&revision=40410 r40410] (already documented on [[User_Changes_Trunk]]), [http://svn.freepascal.org/cgi-bin/viewvc.cgi?view=revision&root=lazarus&revision=43275 r43275], [http://svn.freepascal.org/cgi-bin/viewvc.cgi?view=revision&root=lazarus&revision=43371 r43371]
 
* document the issues on [[User_Changes_2.6.4]] that triggered the changes performed in Lazarus [http://svn.freepascal.org/cgi-bin/viewvc.cgi?view=revision&root=lazarus&revision=40410 r40410] (already documented on [[User_Changes_Trunk]]), [http://svn.freepascal.org/cgi-bin/viewvc.cgi?view=revision&root=lazarus&revision=43275 r43275], [http://svn.freepascal.org/cgi-bin/viewvc.cgi?view=revision&root=lazarus&revision=43371 r43371]
* cross-building was broken, fixed in fixes_2_6 r26134
+
* <strike>cross-building broken</strike> r26134
  
 
== Merge requests ==
 
== Merge requests ==

Revision as of 14:42, 25 November 2013

Issues with 2.6.4 release candidates

This page is supposed to contain all issues discovered while testing release candidates and their status. Make sure to include information about the platform where the problem appears (if applicable). Once the issue gets resolved, you should strike it over and add number of SVN revision fixing it. If the revision number refers to a SVN repository different from "fpc" (i.e. "fpcbuild" or "fpcdocs"), include information about the SVN repository too.

Example:

  1. cpu-os: IE209101221 while compiling XYZ.pas - r123456
  2. docs: missing description of XYZ
  3. readme.txt: wrong version number - r654321 (fpcbuild)

Issues with 2.6.4-rc1

  • make clean and make distclean don't clean anything in the package directories handled by fpmake (fastcgi and fcl-web) when FPC is a cross-compiler
  • document the issues on User_Changes_2.6.4 that triggered the changes performed in Lazarus r40410 (already documented on User_Changes_Trunk), r43275, r43371
  • cross-building broken r26134

Merge requests

- (marcov) r26008 has some critical fix to iconvenc. -

Post RC1 merges