Overview
| Comment: | Set version to 0.5.3. |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | 0.5 |
| Files: | files | file ages | folders |
| SHA3-256: |
898c1402ce2be13c3dabf179dba826a8 |
| User & Date: | js on 2011-06-30 23:24:25 |
| Other Links: | branch diff | manifest | tags |
Context
|
2011-06-30
| ||
| 23:28 | Fix wrong variable names resulting from backport. (check-in: c7c8a3e053 user: js tags: 0.5) | |
| 23:24 | Set version to 0.5.3. (check-in: 898c1402ce user: js tags: 0.5) | |
|
2011-05-29
| ||
| 21:45 | Properly check for thread-safe getaddrinfo if it's unknown. (check-in: f6761575c6 user: js tags: 0.5) | |
Changes
Modified Info.plist from [ae9a2b96c2] to [d11885c665].
| ︙ | |||
13 14 15 16 17 18 19 | 13 14 15 16 17 18 19 20 21 22 23 24 | - + - + | <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> <string>FMWK</string> <key>CFBundleSignature</key> <string>OBJFW</string> <key>CFBundleVersion</key> |
Modified configure.ac from [22356cbc7d] to [f020f09d23].
| 1 2 3 4 5 6 7 8 | - + |
|
| ︙ |
Modified utils/objfw-config.in from [90a48cf7e6] to [e8a4911c44].
| ︙ | |||
33 34 35 36 37 38 39 | 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | - + |
LDFLAGS_REEXPORT="@LDFLAGS_REEXPORT@"
LDFLAGS_RPATH="@LDFLAGS_RPATH@"
LIBS="-L${libdir} -lobjfw @LIBS@"
PLUGIN_CFLAGS="@PLUGIN_CFLAGS@"
PLUGIN_LDFLAGS="@PLUGIN_LDFLAGS@"
PLUGIN_SUFFIX="@PLUGIN_SUFFIX@"
PROG_SUFFIX="@EXEEXT@"
|
| ︙ |