Version 0.0.4
authorMyhailo Danylenko <isbear@ukrpost.net>
Mon, 21 May 2012 19:26:16 +0300
changeset 32 9a6164bc805c
parent 31 e404cd1c7077
child 33 9151fef57135
Version 0.0.4
CMakeLists.txt
TODO
pep.c
--- a/CMakeLists.txt	Mon May 21 19:10:25 2012 +0300
+++ b/CMakeLists.txt	Mon May 21 19:26:16 2012 +0300
@@ -16,7 +16,7 @@
 
 cmake_minimum_required(VERSION 2.6) 
 project(pep C) 
-set(PROJECT_VERSION "0.0.3")
+set(PROJECT_VERSION "0.0.4")
 
 set(HANDLER_LIST mood tune geoloc activity)
 set(MODULE_LIST pep)
--- a/TODO	Mon May 21 19:10:25 2012 +0300
+++ b/TODO	Mon May 21 19:26:16 2012 +0300
@@ -1,10 +1,8 @@
 
 * due to server bugs, some offline buddies are still notified on publication,
   causing error reply, that pep accepts as event. check message type/presence of error tag.
-* do something about information duplication in CMakeLists
 * check input/output for validity, where applicable
 * extract common code into one place
-* either put request methods into ui modules (compatibility measure) or rename them into pep_*
 * add avatar
   * pep_avatar, avatar_cache, avatar, aavatar (separate)
     *       hook_avatar_metadata_in                               @ pep_avatar  
--- a/pep.c	Mon May 21 19:10:25 2012 +0300
+++ b/pep.c	Mon May 21 19:26:16 2012 +0300
@@ -46,7 +46,7 @@
 	.next        = NULL,
 };
 
-module_info_t info_pep_0_10_0 = {
+static module_info_t info_pep_0_10_0 = {
 	.branch      = "0.10.0",
 	.api         = 1,
 	.version     = PROJECT_VERSION,