Changeset 834 for releases

Show
Ignore:
Timestamp:
04/21/06 06:33:23 (3 years ago)
Author:
aj
Message:

release candidate 1. update news with all I can think off.

Location:
releases/openct-0.6.7
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • releases/openct-0.6.7/NEWS

    r812 r834  
    33New in 0.6.7; ????-??-?? 11 Andreas Jellinghaus 
    44* configure.ac uses now pkg-config. 
     5* sys-linux.c does not need kernel headers (all data etc. included) 
     6* now generating a Changelog file in the documentation 
     7* all urls now based on http://www.opensc-project.org/ 
     8* wiki documentation included as html snapshot 
     9* new driver for WB Electronics' Infinity USB Unlimited by Juan Carlos Borras 
     10* bug in sleep code fixed. 
     11* new pertosmart ac1038 driver by Carlos Henrique Bauer 
     12* new smartkey driver: not finished yet 
     13* support for both /proc/bus/usb and /dev/bus/usb devices with linux 
     14* improved T=1 implementation by Ludovic Rousseau 
     15* improved eutron driver by Chaskiel Grundman 
     16* OPENCT_SOCKETDIR environment can point to any dir for the sockets so 
     17  users can use it without being root. 
     18* samle confi files for both hald and udev. 
     19  we suggest udev as hotplug replacement. hald is not tested. 
     20* sample reader.conf included for pcsc-lite. 
     21  remember to use opensc->openct or opensc->pcsc->openct but not both. 
    522* add phoenix/smartmouse driver by Antoine Nguyen 
    623  based on sctk by Alexandre Becoulet 
  • releases/openct-0.6.7/configure.ac

    r814 r834  
    44# Require autoconf 2.52 
    55AC_PREREQ(2.52) 
    6 AC_INIT([openct], [0.6.6-svn]) 
     6AC_INIT([openct], [0.6.7-rc1]) 
    77AM_INIT_AUTOMAKE 
    88AM_CONFIG_HEADER(config.h)