mirror of https://github.com/BOINC/boinc.git
Add the example app to the Debian package
New Debian version git-svn-id: svn+ssh://cvs.lpds.sztaki.hu/var/lib/svn/szdg/dcapi/trunk@696 a7169a2c-3604-0410-bc95-c702d8d87f7a
This commit is contained in:
parent
5766a16e33
commit
a40dae1130
|
@ -1,3 +1,12 @@
|
|||
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:
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
examples/uppercase-with-callback/client.c
|
||||
examples/uppercase-with-callback/configure.ac
|
||||
examples/uppercase-with-callback/dc-api.conf
|
||||
examples/uppercase-with-callback/dcapi.m4
|
||||
examples/uppercase-with-callback/input.txt
|
||||
examples/uppercase-with-callback/Makefile.am
|
||||
examples/uppercase-with-callback/master.c
|
||||
examples/uppercase-with-callback/uppercase-example-client.xml.in
|
||||
examples/uppercase-with-callback/uppercase-example-master.xml.in
|
Loading…
Reference in New Issue