v1.0.2 release

This commit is contained in:
Daniel Drake 2009-06-13 17:19:07 +01:00
parent 060e006e66
commit 8be256082e
3 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,5 @@
AUTOMAKE_OPTIONS = dist-bzip2
ACLOCAL_AMFLAGS = -I m4
DISTCLEANFILES = ChangeLog libusb-1.0.pc
EXTRA_DIST = TODO PORTING BUGS
SUBDIRS = libusb doc

3
NEWS
View File

@ -1,6 +1,9 @@
This file lists notable changes in each release. For the full history of all
changes, see ChangeLog.
2009-06-13: v1.0.2 release
* Bug fixes
2009-05-12: v1.0.1 release
* Bug fixes
* Darwin backend

View File

@ -1,6 +1,7 @@
AC_INIT([libusb], [1.0.1])
AC_INIT([libusb], [1.0.2])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([libusb/core.c])
AC_CONFIG_MACRO_DIR([m4])
AM_CONFIG_HEADER([config.h])
AC_PREREQ([2.50])