Changeset 226

Show
Ignore:
Timestamp:
09/20/2005 00:25:11 (3 years ago)
Author:
why
Message:

lib/syck.h: version 0.60 starts.

Location:
trunk
Files:
5 modified

Legend:

Unmodified
Added
Removed
  • trunk/CHANGELOG

    r223 r226  
    11--- %YAML:1.0 
    22- version: 0.60 
    3   date: 2005-09-18 
     3  date: 2005-09-19 
    44  changes: 
    5     lib/emitter.c: get headless documents working. 
     5    lib/emitter.c: get headless documents working.  better quoting of various 
     6      indicators at end or alone in scalars. 
    67    lib/token.re: forgive tabs in plain scalars. 
    78    ext/syck/rubyext.c: headless document always. 
  • trunk/README

    r210 r226  
    44                             . syck . 
    55 
    6                          [ version 0.54 ] 
     6                         [ version 0.60 ] 
    77 
    88 
  • trunk/RELEASE

    r210 r226  
    1 released: { name: Syck, version: 0.54 } 
     1released: { name: Syck, version: 0.60 } 
    22for: [ Ruby, PHP, Python ] 
    33by: why the lucky stiff 
     
    5454  To compile libsyck, first download libsyck. 
    5555 
    56     tar xzvf syck-0.54.tar.gz 
    57     cd syck-0.54 
     56    tar xzvf syck-0.60.tar.gz 
     57    cd syck-0.60 
    5858    ./configure 
    5959    make 
     
    106106             (    
    107107                 [name] => Syck 
    108                  [version] => 0.54 
     108                 [version] => 0.60 
    109109             ) 
    110110 
  • trunk/configure.in

    r208 r226  
    11# Process this file with autoconf to produce a configure script. 
    2 AC_INIT(syck, 0.54) 
     2AC_INIT(syck, 0.60) 
    33AC_CONFIG_AUX_DIR(config) 
    44AC_PREREQ(2.50) 
    55 
    6 AM_INIT_AUTOMAKE(syck, 0.54) 
     6AM_INIT_AUTOMAKE(syck, 0.60) 
    77AM_CONFIG_HEADER(config.h) 
    88 
  • trunk/lib/syck.h

    r224 r226  
    1414#define SYCK_YAML_MINOR 0 
    1515 
    16 #define SYCK_VERSION    "0.55" 
     16#define SYCK_VERSION    "0.60" 
    1717#define YAML_DOMAIN     "yaml.org,2002" 
    1818