19/12/2011
v.0.8.8d
- fix typo dl coolie libnxp
19/12/2011
v.0.8.8d
- fix typo dl coolie libnxp
22/12/2011
v.0.8.8e
- add Cache Exchange to menu-setup
for details : dvbapi remembering ecmpidCode:v.0.8.9f - gensaveprio-patch option add on svn-up (thx kpc)
Code:if (p->type!='s') { char comment[83]; comment[0] = '\0'; uint32_t commentlen=0; if (p->srvid) { get_servicename(dvbapi_client, p->srvid, p->caid, comment); if (strlen(comment) > 10 && !strcmp(comment + 10, "unknown")) comment[0] = '\0'; } if (p->provid && !comment[0]) { get_provider(p->caid, p->provid, comment, commentlen); if (strlen(comment) > 12 && !strcmp(comment + 12, "unknown")) comment[0] = '\0'; }
Thanks Alborland ;)Code:v.0.9.0 - gcc downgrade to "4.5" option on "check packages" add (needed for linux distri like ubu >=11.10 with gcc 4.6!) - dockstar build V=99 for debug messages on build add - dockstar build fixxed (checkout only old 28322 rev than it works. we only need the gcc stuff etc.)