Changeset 3361

Show
Ignore:
Timestamp:
02/19/10 13:55:13 (7 months ago)
Author:
kkaempf
Message:

add changes, set version to 2.2.3pre

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openwsman/trunk/ChangeLog

    r3351 r3361  
    66  - fix to build with non-standard subscriptions dir (Chris Poblete) 
    77  - fall back to IPv4 if IPv6 unsupported (Arun Venkatachalam) 
    8  
     8  - make IPv4 vs. IPv6 configurable (kkaempf) 
     9   
    9102.2.2 
    1011- Bugfix release: 
  • openwsman/trunk/configure.in

    r3350 r3361  
    44 
    55AC_PREREQ(2.53) 
    6 AC_INIT(openwsman, 2.2.3
     6AC_INIT(openwsman, 2.2.3pre
    77AC_CONFIG_SRCDIR(src/server/wsmand.c) 
    88AC_CANONICAL_HOST 
     
    1313VERSION_MAJOR=2 
    1414VERSION_MINOR=2 
    15 VERSION_RELEASE=3 
     15VERSION_RELEASE=3pre 
    1616VERSION=${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_RELEASE} 
    1717