Changes between Initial Version and Version 1 of ReleaseNotes/panc


Ignore:
Timestamp:
Feb 28, 2007, 11:51:58 AM (19 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Michel Jouvin/emailAddress=jouvin@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/panc

    v1 v1  
     1= Release Notes for SCDB =
     2[[TracNav]]
     3
     4[[TOC(inline)]]
     5
     6Java based implementation of PAN Compiler (v7 and later) is made of an `ant` task and a set of scripts for backward compatibility at command line level with previous compiler. It is released as a separate component but is also bundled into [wiki:ReleaseNotes/SCDB SCDB releases].
     7
     8== New and Changed Features ==
     9
     10=== UTF-8 encoding of non ASCII characters ===
     11
     12panc v7 encodes non ASCII characters as UTF-8. This is different from older version that treated non ASCII characters as binary. This is more consistent but can lead to some incompatibility with some Quattor components. Be sure to read section about upgrade from an old compiler version.
     13
     14In case you have problem with the new encoding, a workaround is to suppress non ASCII characters from your site templates (there are no such characters in standard and QWG templates).
     15
     16== Known Problems ==
     17
     18=== Upgrading from old compiler version ===
     19
     20If you have non ASCII characters in your site templates (see note about new encoding), it is '''very important''' to upgrade `ccm` to 1.5.10 or later with the old compiler, before switching to panc v7 or later. Else `ccm` will not be able to fetch updated profiles. It is recommended to always ensure you have deployed a `ccm` version compatible with the new compiler before switching the compiler version.
     21
     22== Change Log ==
     23
     24[[ChangeLog(panc,20)]]