Change logs for coco-cs source package in Hardy

  • coco-cs (20070906-3) unstable; urgency=low
    
      * Depend on mono-gmcs instead of mono (Closes: #457790).
    
     -- Luca Falavigna <email address hidden>   Fri,  04 Jan 2008 10:20:23 +0000
  • coco-cs (20070906-2) unstable; urgency=low
    
      * Minor Bugfix: Allow buffer position to be set to the end of the file,
        this allows grammars without trailing new-line.
    
    coco-cs (20070906-1) unstable; urgency=low
    
      * The main method returns 1 if the grammar contained an error.
      * The possibility to set the output path with command line option "-o".
      * Enhanced support for input streams: Previously we did support seek-able
        streams with fixed size (e.g. files), but not non seek-able streams (e.g.
        network). Now we support both stream types. Please note since our memory
        buffer keeps the entire history of a non seek-able stream, the maximum
        supported stream size is limited by the available memory and the runtime
        environment.
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  23 Oct 2007 15:45:23 +0100
  • coco-cs (20061206-1) unstable; urgency=low
    
      * The declaration of standard whitespaces (namely space) is again done in
        the file Scanner.frame.
    
    coco-cs (20060919-3) unstable; urgency=low
    
      * Added binary-arch target in debian/rules (Closes: #395585)
      * It's now a non native package.
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  13 Dec 2006 12:43:48 +0000