Version 1.2 * openmath: Support for OMBinary (r2801, r2802, r2805, r2806, r2808, r2809) * openmath: Support for OMFOREIGN (r2817, r2823, r2827, r2840, r2841) Version 1.1.1 * scscp: Fixed version negotiation bug in SCSCPClient (r2752) * scscp: Fixed problem with wrapping procedure_calls (r2755) * openmath: Fixed precedence bugs in Popcorn Parser, Popcorn Renderer, en LaTeX Renderer (r2768) Version 1.1.0 * misc: Various small fixes and improvements * misc: Created a Change log (r2677) * misc: Removed old groovy-dependency from framework-demo * openmath: complete rewrite of Popcorn grammar and (consequently) parser * openmath: support for hex OMI's (r2607, r2609, r2620, r2704) In particular: OMInteger.intValue() is now deprecated. See the API documentation. * openmath: fixed OMF rendering in XML (r2608) * openmath: fixed Popcorn attribute rendering (r2618) * scscp: added cleanup() procedure to C3PO so that a server may cleanup e.g. started external processes (r2579) * scscp: fixed procedure_completed message in case option_return_nothing was specified (r2584) * scscp: redesigned option mechanism in ProcedureCall (r2668) * scscp: SCSCPClient.getResult() does not return an OMOBJ anymore, just an OpenMathBase (r2668) * scscp: SCSCPClient.quit() now properly sends a quit to the socket and the closes it (r2676) * scscp: Added 1.2 to supported SCSCP versions in SCSCPClient (since it supports both 1.2 and 1.3) (r2696) * scscp: Reorganization of Computation, ProcedureCall, etc. (r2706 - r2719) (So major that we actually almost considered making this Version 1.5!) * scscp: Better organization of logging in SCSCPServer, SCSCPSpawner, and C3PO (r2722, r2724) Version 1.0.0 * Initial Release