mirror of https://github.com/aria2/aria2
This is release 0.7.2
parent
0c4ade346c
commit
f45ad3b5d9
|
@ -28,6 +28,8 @@
|
||||||
disabled(bug#1543587):
|
disabled(bug#1543587):
|
||||||
|
|
||||||
* src/main.cc: Fixed with the patch by tizianomueller.
|
* src/main.cc: Fixed with the patch by tizianomueller.
|
||||||
|
|
||||||
|
* Release 0.7.2
|
||||||
|
|
||||||
2006-08-14 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
2006-08-14 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
#
|
#
|
||||||
AC_PREREQ(2.59)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT(aria2c, 0.7.1, tujikawa@rednoah.com)
|
AC_INIT(aria2c, 0.7.2, tujikawa@rednoah.com)
|
||||||
AM_INIT_AUTOMAKE()
|
AM_INIT_AUTOMAKE()
|
||||||
AM_PATH_CPPUNIT(1.10.2)
|
AM_PATH_CPPUNIT(1.10.2)
|
||||||
AC_CONFIG_SRCDIR([src/Socket.h])
|
AC_CONFIG_SRCDIR([src/Socket.h])
|
||||||
|
|
Loading…
Reference in New Issue