diff options
| author | 2009-08-04 19:07:47 +0200 | |
|---|---|---|
| committer | 2009-08-04 19:07:47 +0200 | |
| commit | 74ba34bb0554f581f408ebadd25bbc203b24b4aa (patch) | |
| tree | d3fe143d8e96646f04457d85ad90e018f7a31a33 | |
| parent | 3b3a47b798b80c78446d9f062d311bcca135b177 (diff) | |
| parent | 84620d89f988b0b763daea1f4ccae66acc062b19 (diff) | |
| download | libimobiledevice-74ba34bb0554f581f408ebadd25bbc203b24b4aa.tar.gz libimobiledevice-74ba34bb0554f581f408ebadd25bbc203b24b4aa.tar.bz2 | |
Merge branch 'master' of git://github.com/MattColyer/libiphone into martin
Conflicts:
dev/Makefile.am
| -rw-r--r-- | configure.ac | 4 | ||||
| -rw-r--r-- | doxygen.cfg | 2 | ||||
| -rw-r--r-- | src/userpref.c | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 55f5bae..1303e23 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | # Process this file with autoconf to produce a configure script. | 2 | # Process this file with autoconf to produce a configure script. |
| 3 | 3 | ||
| 4 | AC_PREREQ(2.61) | 4 | AC_PREREQ(2.61) |
| 5 | AC_INIT(libiphone, 0.9.2, nospam@nowhere.com) | 5 | AC_INIT(libiphone, 0.9.3, nospam@nowhere.com) |
| 6 | AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) | 6 | AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) |
| 7 | AC_CONFIG_SRCDIR([src/]) | 7 | AC_CONFIG_SRCDIR([src/]) |
| 8 | AC_CONFIG_HEADERS([config.h]) | 8 | AC_CONFIG_HEADERS([config.h]) |
| @@ -20,7 +20,7 @@ AC_PROG_CC | |||
| 20 | AM_PROG_CC_C_O | 20 | AM_PROG_CC_C_O |
| 21 | 21 | ||
| 22 | # Checks for libraries. | 22 | # Checks for libraries. |
| 23 | PKG_CHECK_MODULES(libusbmuxd, libusbmuxd >= 0.1.0) | 23 | PKG_CHECK_MODULES(libusbmuxd, libusbmuxd >= 0.1.3) |
| 24 | PKG_CHECK_MODULES(libglib2, glib-2.0 >= 2.14.1) | 24 | PKG_CHECK_MODULES(libglib2, glib-2.0 >= 2.14.1) |
| 25 | PKG_CHECK_MODULES(libgthread2, gthread-2.0 >= 2.14.1) | 25 | PKG_CHECK_MODULES(libgthread2, gthread-2.0 >= 2.14.1) |
| 26 | PKG_CHECK_MODULES(libgnutls, gnutls >= 1.6.3 ) | 26 | PKG_CHECK_MODULES(libgnutls, gnutls >= 1.6.3 ) |
diff --git a/doxygen.cfg b/doxygen.cfg index 0942031..5aff928 100644 --- a/doxygen.cfg +++ b/doxygen.cfg | |||
| @@ -31,7 +31,7 @@ PROJECT_NAME = libiphone | |||
| 31 | # This could be handy for archiving the generated documentation or | 31 | # This could be handy for archiving the generated documentation or |
| 32 | # if some version control system is used. | 32 | # if some version control system is used. |
| 33 | 33 | ||
| 34 | PROJECT_NUMBER = 0.9.1 | 34 | PROJECT_NUMBER = 0.9.3 |
| 35 | 35 | ||
| 36 | # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) | 36 | # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) |
| 37 | # base path where the generated documentation will be put. | 37 | # base path where the generated documentation will be put. |
diff --git a/src/userpref.c b/src/userpref.c index b930693..9dd1a01 100644 --- a/src/userpref.c +++ b/src/userpref.c | |||
| @@ -148,7 +148,7 @@ void userpref_get_host_id(char **host_id) | |||
| 148 | g_key_file_free(key_file); | 148 | g_key_file_free(key_file); |
| 149 | g_free(config_file); | 149 | g_free(config_file); |
| 150 | 150 | ||
| 151 | if (!host_id) { | 151 | if (!*host_id) { |
| 152 | /* no config, generate host_id */ | 152 | /* no config, generate host_id */ |
| 153 | *host_id = userpref_generate_host_id(); | 153 | *host_id = userpref_generate_host_id(); |
| 154 | userpref_set_host_id(*host_id); | 154 | userpref_set_host_id(*host_id); |
