boinc/dcapi/debian/changelog

301 lines
8.5 KiB
Plaintext

dcapi (0.13-2) unstable; urgency=low
* DC-API Condor backend is disabled.
-- Attila Csaba Marosi <atisu@sztaki.hu> Tue, 17 Oct 2012 10:32:19 +0200
dcapi (0.13-1) unstable; urgency=low
* DC-API Condor backend improvements (works again with 3G-Bridge).
* Added support for the <optional> flag of BOINC.
* Fixed typo in BOINC WU generation.
* BOINC empty file handling: these are not uploaded by BOINC, DC-API
creates these empty files now.
-- Attila Csaba Marosi <atisu@sztaki.hu> Mon, 10 Oct 2012 17:22:26 +0200
dcapi (0.12-5) unstable; urgency=low
* Fix: MaxOutputSize now accepts values larger than 2GB.
-- Attila Csaba Marosi <atisu@sztaki.hu> Thu, 24 May 2012 12:55:02 +0200
dcapi (0.12-4) unstable; urgency=low
* Fix: DC_FILE_IN type files should only be resolved if present.
-- Attila Csaba Marosi <atisu@sztaki.hu> Mon, 02 Dec 2011 16:33:02 +0100
dcapi (0.12-3) unstable; urgency=low
* Documentation update for redundancy parameters.
-- Attila Csaba Marosi <atisu@sztaki.hu> Mon, 17 Oct 2011 14:33:02 +0200
dcapi (0.12-2) unstable; urgency=high
* Fix: 0.12-1 broke handling of remote files when invoked from previously
compiled binaries/ libraries.
-- Attila Csaba Marosi <atisu@sztaki.hu> Mon, 17 Oct 2011 14:33:02 +0200
dcapi (0.12-1) unstable; urgency=low
* Introduce BOINC configuration variable to fine tune redundancy
related parameters for workunits.
-- Attila Csaba Marosi <atisu@sztaki.hu> Mon, 17 Oct 2011 14:33:02 +0200
dcapi (0.11-1) unstable; urgency=low
* Introduce BOINC configuration variable to define upload URL.
* Add input file URL rewrite possibilities.
-- Zoltán Farkas <zfarkas@sztaki.hu> Tue, 31 May 2011 08:32:32 +0200
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 <zfarkas@sztaki.hu> 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.
-- Gábor Gombás <gombasg@sztaki.hu> Fri, 13 Nov 2009 16:18:07 +0100
dcapi (0.9-29) unstable; urgency=low
* Fix the install location of the Python modules.
-- Gábor Gombás <gombasg@sztaki.hu> Mon, 09 Nov 2009 13:36:59 +0100
dcapi (0.9-28) unstable; urgency=low
* Use m4_ifval() in dcapi.m4 instead of m4_ifblank(); the latter is too new
-- Gábor Gombás <gombasg@sztaki.hu> Thu, 29 Oct 2009 14:57:33 +0100
dcapi (0.9-27) unstable; urgency=low
* Added the dcapi-tools and python-dcapi packages
-- Gábor Gombás <gombasg@sztaki.hu> Tue, 29 Sep 2009 16:47:57 +0200
dcapi (0.9-26) unstable; urgency=low
* Remove leftover free() call in the BOINC backend
-- Gábor Gombás <gombasg@sztaki.hu> Tue, 15 Sep 2009 13:03:22 +0200
dcapi (0.9-25) unstable; urgency=low
* Add some missing API functions for the local backend.
-- Gábor Gombás <gombasg@sztaki.hu> Tue, 08 Sep 2009 17:27:04 +0200
dcapi (0.9-24) unstable; urgency=low
* Add symbols files support for the shared libraries
-- Gábor Gombás <gombasg@sztaki.hu> Tue, 08 Sep 2009 16:56:14 +0200
dcapi (0.9-23) unstable; urgency=low
* Make the -dev packages depend on the repsective shared libraries
* Rename the libraries from libdc-* to libdcapi-* to stop lintian
complaining about a mismatch between the shared library package names and
the actual sonames
-- Gábor Gombás <gombasg@sztaki.hu> Tue, 08 Sep 2009 15:21:34 +0200
dcapi (0.9-22) unstable; urgency=low
* The debug package should be Arch: any, not Arch: all.
-- Gábor Gombás <gombasg@sztaki.hu> Mon, 07 Sep 2009 18:00:56 +0200
dcapi (0.9-21) unstable; urgency=low
* Add shared library packages for the BOINC and local server-side API.
* Add a debug package.
-- Gábor Gombás <gombasg@sztaki.hu> Mon, 07 Sep 2009 17:16:04 +0200
dcapi (0.9-20) unstable; urgency=low
* Include the Condor license in the libdcapi-condor-dev package.
* Small changes to ease linking clients statically
-- Gábor Gombás <gombasg@sztaki.hu> Thu, 09 Jul 2009 13:34:31 +0200
dcapi (0.9-19) unstable; urgency=low
* Packaging fixes.
-- Gábor Gombás <gombasg@sztaki.hu> Wed, 08 Jul 2009 17:32:48 +0200
dcapi (0.9-18) unstable; urgency=low
* Fix building with newer Condor.
-- Gábor Gombás <gombasg@sztaki.hu> Mon, 06 Jul 2009 12:47:50 +0200
dcapi (0.9-17) unstable; urgency=low
* Updated packaging for lenny.
* Bump the dependency on BOINC.
* Re-eanble the Condor backend.
-- Gábor Gombás <gombasg@sztaki.hu> Fri, 03 Jul 2009 13:52:33 +0200
dcapi (0.9-16) unstable; urgency=low
* Disable the Condor backend for now.
-- Gábor Gombás <gombasg@sztaki.hu> Thu, 02 Jul 2009 16:26:11 +0200
dcapi (0.9-15) unstable; urgency=low
* Do not use "-Wl,-B..." in .pc files.
-- Gábor Gombás <gombasg@sztaki.hu> Mon, 15 Sep 2008 15:43:46 +0200
dcapi (0.9-14) unstable; urgency=low
* Memory handling bug fixes.
-- Gábor Gombás <gombasg@sztaki.hu> Fri, 23 May 2008 19:12:48 +0200
dcapi (0.9-13) unstable; urgency=low
* Enable the local backend
* New Debian version.
-- Gábor Gombás <gombasg@sztaki.hu> Mon, 31 Mar 2008 09:51:11 +0200
dcapi (0.9-12) unstable; urgency=low
* Bugzilla bugs fixed:
#1318: _DC_parseCfg() es _DC_copyFile() keruljon at a kozosbe
-- Gábor Gombás <gombasg@sztaki.hu> Tue, 6 Feb 2007 16:00:49 +0100
dcapi (0.9-11) unstable; urgency=low
* Add the license text to debian/copyright
-- Gábor Gombás <gombasg@sztaki.hu> Wed, 29 Nov 2006 14:53:25 +0100
dcapi (0.9-10) unstable; urgency=low
* Depend on BOINC 5.6
* Bugzilla bugs fixed:
#889: Ismeretlen fajl (fixed earlier)
#923: trunk/examples/uppercase-with-callback configure-ja nem latja dc.h
-t es aprobb configure eszrevetelek
#924: trunk/examples/uppercase-with-callback: make install nem telepiti a
dc-api.conf -ot
-- Gábor Gombás <gombasg@sztaki.hu> Thu, 16 Nov 2006 12:12:13 +0100
dcapi (0.9-9) unstable; urgency=low
* Condor backend is complete.
-- Gábor Gombás <gombasg@sztaki.hu> Wed, 25 Oct 2006 13:42:28 +0200
dcapi (0.9-8) unstable; urgency=low
* Bugzilla bugs fixed:
#795: Nem mukodik a DC_sendWUMessage
#895: DC_deserializeWU nem mukodik
#889: Ismeretlen fajl
-- Gábor Gombás <gombasg@sztaki.hu> Wed, 12 Jul 2006 14:37:48 +0200
dcapi (0.9-7) unstable; urgency=low
* Bugzilla bugs fixed:
#824: Database error (actually, it was fixed in 0.9-6)
#846: DC-API kliens oldal windows SYSLOG
#847: DC-API kliens oldal windows - Nem tamogatott tombdef
#851: Visual C++ szintaxis
#852: dirent struktura windowban nincs
#854: __func__ windowson
#855: windows unknown identifiers
#864: unistd.h windows alatt
#866: client.C - nincs _Exit windows-on
#868: util.c 2 - windows
#869: util.c 3 - windows
#871: util.c 5 - windows
-- Gábor Gombás <gombasg@sztaki.hu> Mon, 19 Jun 2006 12:21:02 +0200
dcapi (0.9-6) unstable; urgency=low
* Bugzilla bugs fixed:
#822: Illegal WU name syntax
#823: cancel WU hiba
* Add an example application source to the package
-- Gábor Gombás <gombasg@sztaki.hu> Tue, 13 Jun 2006 17:40:42 +0200
dcapi (0.9-5) unstable; urgency=low
* Bugzilla bugs fixed:
#789: Nincs stderr, es stdout
#777: Hibas Resultok 2
-- Gábor Gombás <gombasg@sztaki.hu> Wed, 31 May 2006 17:42:35 +0200
dcapi (0.9-4) unstable; urgency=low
* New Debian package.
-- Gábor Gombás <gombasg@sztaki.hu> Tue, 30 May 2006 14:49:39 +0200
dcapi (0.9-3) unstable; urgency=low
* Bugzilla bugs fixed:
#785: State file error
-- Gábor Gombás <gombasg@sztaki.hu> Tue, 23 May 2006 14:26:27 +0200
dcapi (0.9-2) unstable; urgency=low
* Bugzilla bugs fixed:
#783: argumentek hibat okoznak
#784: DC_waitWUEvent nem var
* API change: make sure there are no clashes between the master and client
-- Gábor Gombás <gombasg@sztaki.hu> Fri, 19 May 2006 16:57:36 +0200
dcapi (0.9-1) unstable; urgency=low
* New DC API version.
-- Gábor Gombás <gombasg@sztaki.hu> Wed, 5 Apr 2006 15:18:10 +0200
dcapi (0.2-3) unstable; urgency=low
* Fix build dependencies.
* Header cleanups.
* Clustergrid implementation synchronized with the clgr branch.
-- Gábor Gombás <gombasg@sztaki.hu> Wed, 15 Feb 2006 14:01:48 +0100
dcapi (0.2-2) unstable; urgency=low
* New release with client API for BOINC.
-- Gábor Gombás <gombasg@sztaki.hu> Wed, 1 Feb 2006 16:35:27 +0100
dcapi (0.2-1) unstable; urgency=low
* Initial release.
-- Gábor Gombás <gombasg@sztaki.hu> Tue, 6 Dec 2005 17:30:54 +0100