Skip to content

Commit

Permalink
v1.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Drake committed Aug 27, 2009
1 parent 5b489b8 commit f46716f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 7 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AUTOMAKE_OPTIONS = dist-bzip2
AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip
ACLOCAL_AMFLAGS = -I m4
DISTCLEANFILES = ChangeLog libusb-1.0.pc
EXTRA_DIST = TODO PORTING
Expand All @@ -17,6 +17,11 @@ ChangeLog:

dist-hook: ChangeLog

reldir = .release/$(distdir)
dist-up: dist
rsync $(distdir).tar.bz2 frs.sourceforge.net:uploads/
rm -rf $(reldir)
mkdir -p $(reldir)
cp $(distdir).tar.bz2 $(reldir)
rsync -rv $(reldir) dsd_,[email protected]:/home/frs/project/l/li/libusb/libusb-1.0/
rm -rf $(reldir)

4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
This file lists notable changes in each release. For the full history of all
changes, see ChangeLog.

2009-08-27: v1.0.3 release
* Bug fixes
* Add libusb_get_max_iso_packet_size()

2009-06-13: v1.0.2 release
* Bug fixes

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([libusb], [1.0.2])
AC_INIT([libusb], [1.0.3])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([libusb/core.c])
AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit f46716f

Please sign in to comment.