Simplistix

Making things simpler...

Change Log for X2Y

1.1.7 

  - Enabled the handling of .htm files by the EasyPDF processor.

1.1.6

  - Fixed bug whereby confirgurations with multiple processes would
    hang once all work had been done if one or more process had work
    to do.

  - Added more debug logging

  - Logged errors that occur during deletion of temporary files,
    rather than leaving them as critical failures. Windows is
    sometimes very tardy at releasing the write lock on some temporary
    files.

1.1.5

  - Fixed bug whereby an exception raised in an input's prepare method
    resulted in X2Y sitting in an infinite loop doing nothing.

1.1.4

  - Fixed bug with EasyPDF processor that made it sensitive to the
    case of the file's extension. X2Y is sensitive to the file's
    extension by design.

1.1.3

  - Temporary folders are now removed if specified in x2y.conf, even
    if an error occurs in a processing chain.

  - Slight tweak to EasyPDF processor to make it easier to spot files
    with no supplied extension.

1.1.2

  - Stop critical errors from occurring when required metadata isn't
    supplied by an input.

  - Made HTTP input more robust to missing or incomplete metadata.

1.1.1

  - Tone down some of the error logging

  - Send easypdf.py error messages to stderr rather than stdout

1.1.0

  - Changes the config for HTTP Outputs to allow more flexibility in
    parameter naming.

1.0.0

  - Initial release