global.h | global.h | |||
---|---|---|---|---|
skipping to change at line 24 | skipping to change at line 24 | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
GNU General Public License for more details. | GNU General Public License for more details. | |||
You should have received a copy of the GNU General Public License | You should have received a copy of the GNU General Public License | |||
along with liblastfm. If not, see <http://www.gnu.org/licenses/>. | along with liblastfm. If not, see <http://www.gnu.org/licenses/>. | |||
*/ | */ | |||
#ifndef LASTFM_GLOBAL_H | #ifndef LASTFM_GLOBAL_H | |||
#define LASTFM_GLOBAL_H | #define LASTFM_GLOBAL_H | |||
#define LASTFM_VERSION 0x00010005 | #define LASTFM_VERSION 0x00010006 | |||
#define LASTFM_VERSION_STRING "1.0.5" | #define LASTFM_VERSION_STRING "1.0.6" | |||
#define LASTFM_MAJOR_VERSION 1 | #define LASTFM_MAJOR_VERSION 1 | |||
#define LASTFM_MINOR_VERSION 0 | #define LASTFM_MINOR_VERSION 0 | |||
#define LASTFM_PATCH_VERSION 5 | #define LASTFM_PATCH_VERSION 6 | |||
#ifndef LASTFM_LIB_STATIC | #ifndef LASTFM_LIB_STATIC | |||
#ifdef LASTFM_LIB | #ifdef LASTFM_LIB | |||
#define LASTFM_DLLEXPORT Q_DECL_EXPORT | #define LASTFM_DLLEXPORT Q_DECL_EXPORT | |||
#else | #else | |||
#define LASTFM_DLLEXPORT Q_DECL_IMPORT | #define LASTFM_DLLEXPORT Q_DECL_IMPORT | |||
#endif | #endif | |||
#ifdef LASTFM_FINGERPRINT_LIB | #ifdef LASTFM_FINGERPRINT_LIB | |||
#define LASTFM_FINGERPRINT_DLLEXPORT Q_DECL_EXPORT | #define LASTFM_FINGERPRINT_DLLEXPORT Q_DECL_EXPORT | |||
#else | #else | |||
End of changes. 2 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added | |||
ws.h | ws.h | |||
---|---|---|---|---|
skipping to change at line 82 | skipping to change at line 82 | |||
InvalidFormat, | InvalidFormat, | |||
InvalidParameters, | InvalidParameters, | |||
InvalidResourceSpecified, | InvalidResourceSpecified, | |||
OperationFailed, | OperationFailed, | |||
InvalidSessionKey, | InvalidSessionKey, | |||
InvalidApiKey, | InvalidApiKey, | |||
ServiceOffline, | ServiceOffline, | |||
SubscribersOnly, | SubscribersOnly, | |||
Reserved13, | Reserved13, | |||
Reserved14, | TokenNotAuthorised, | |||
Reserved15, | Reserved15, | |||
/** Last.fm sucks. | /** Last.fm sucks. | |||
* There may be an error in networkError(), or this may just b e some | * There may be an error in networkError(), or this may just b e some | |||
* internal error completing your request. | * internal error completing your request. | |||
* Advise the user to try again in a _few_minutes_. | * Advise the user to try again in a _few_minutes_. | |||
* For some cases, you may want to try again yourself, at this point | * For some cases, you may want to try again yourself, at this point | |||
* in the API you will have to. Eventually we will discourage this and | * in the API you will have to. Eventually we will discourage this and | |||
* do it for you, as we don't want to strain Last.fm's servers | * do it for you, as we don't want to strain Last.fm's servers | |||
*/ | */ | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||