diff --git a/dcapi/configure.ac b/dcapi/configure.ac index 8e2feb3e12..80e1c39904 100644 --- a/dcapi/configure.ac +++ b/dcapi/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Distributed Computing API], [0.91], [desktopgrid@lpds.sztaki.hu], [dcapi]) +AC_INIT([Distributed Computing API], [0.10], [desktopgrid@lpds.sztaki.hu], [dcapi]) AC_CONFIG_MACRO_DIR([cf]) AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_AUX_DIR([scripts]) diff --git a/dcapi/debian/changelog b/dcapi/debian/changelog index 0cb5f43244..853e074acf 100644 --- a/dcapi/debian/changelog +++ b/dcapi/debian/changelog @@ -1,3 +1,10 @@ +dcapi (0.10-1) unstable; urgency=low + + * Introduce remote files, supported by BOINC backend + * Add support for setting workunit batch ID in the BOINC backend + + -- Zoltán Farkas Thu, 20 Jan 2011 09:43:07 +0100 + dcapi (0.9-30) unstable; urgency=low * Add support for client applications using the native BOINC API.