mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=11645
This commit is contained in:
parent
37513bef05
commit
aa98feadc0
|
@ -13264,10 +13264,10 @@ Charlie 9 Dec 2006
|
|||
|
||||
David 11 Dec 2006
|
||||
- core client: preliminary checkin for auto-update functionality.
|
||||
(Note: this will not be enabled by default)
|
||||
(Note: this feature will not be enabled by default)
|
||||
|
||||
client/
|
||||
Makefile.am
|
||||
Makefile.am
|
||||
auto_update.C,h (new)
|
||||
client_state.C,h
|
||||
client_types.C
|
||||
|
@ -13281,3 +13281,5 @@ David 11 Dec 2006
|
|||
lib/
|
||||
common_defs.h
|
||||
gui_rpc_client.h
|
||||
win_build/
|
||||
boinc_cli_curl.vcproj
|
||||
|
|
|
@ -527,6 +527,10 @@
|
|||
RelativePath="..\client\app_start.C"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\client\auto_update.C"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\client\check_state.C"
|
||||
>
|
||||
|
@ -1696,6 +1700,10 @@
|
|||
RelativePath="..\client\app.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\client\auto_update.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\base64.h"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue