Changeset 4365
- Timestamp:
- 08/25/06 13:24:49 (2 years ago)
- Files:
-
- wired/trunk/NEWS (modified) (1 diff)
- wired/trunk/configure (modified) (10 diffs)
- wired/trunk/configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wired/trunk/NEWS
r4308 r4365 2 2 ==== 3 3 4 1.3.2 5 - Fix a problem with posting longer news posts 6 4 7 1.3.1 5 8 - Fix problem with main thread hanging after registering with a tracker sometimes 6 - Fix ed anissue where, for some types of crashes, wired.pid was not removed at exit9 - Fix issue where, for some types of crashes, wired.pid was not removed at exit 7 10 - Fix "directory too deep" messages when indexing a lot of aliases 8 11 - Optimize indexed searches wired/trunk/configure
r4254 r4365 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.59 for wired 1.3. 1.3 # Generated by GNU Autoconf 2.59 for wired 1.3.2. 4 4 # 5 5 # Report bugs to <axel@zankasoftware.com>. … … 270 270 PACKAGE_NAME='wired' 271 271 PACKAGE_TARNAME='wired' 272 PACKAGE_VERSION='1.3. 1'273 PACKAGE_STRING='wired 1.3. 1'272 PACKAGE_VERSION='1.3.2' 273 PACKAGE_STRING='wired 1.3.2' 274 274 PACKAGE_BUGREPORT='axel@zankasoftware.com' 275 275 … … 782 782 # This message is too long to be a string in the A/UX 3.1 sh. 783 783 cat <<_ACEOF 784 \`configure' configures wired 1.3. 1to adapt to many kinds of systems.784 \`configure' configures wired 1.3.2 to adapt to many kinds of systems. 785 785 786 786 Usage: $0 [OPTION]... [VAR=VALUE]... … … 843 843 if test -n "$ac_init_help"; then 844 844 case $ac_init_help in 845 short | recursive ) echo "Configuration of wired 1.3. 1:";;845 short | recursive ) echo "Configuration of wired 1.3.2:";; 846 846 esac 847 847 cat <<\_ACEOF … … 970 970 if $ac_init_version; then 971 971 cat <<\_ACEOF 972 wired configure 1.3. 1972 wired configure 1.3.2 973 973 generated by GNU Autoconf 2.59 974 974 … … 984 984 running configure, to aid debugging if configure makes a mistake. 985 985 986 It was created by wired $as_me 1.3. 1, which was986 It was created by wired $as_me 1.3.2, which was 987 987 generated by GNU Autoconf 2.59. Invocation command line was 988 988 … … 1409 1409 1410 1410 cat >>confdefs.h <<\_ACEOF 1411 #define WD_VERSION "1.3. 1"1411 #define WD_VERSION "1.3.2" 1412 1412 _ACEOF 1413 1413 … … 1424 1424 1425 1425 # These are used in the Makefile 1426 WD_VERSION="1.3. 1"1426 WD_VERSION="1.3.2" 1427 1427 1428 1428 … … 6341 6341 cat >&5 <<_CSEOF 6342 6342 6343 This file was extended by wired $as_me 1.3. 1, which was6343 This file was extended by wired $as_me 1.3.2, which was 6344 6344 generated by GNU Autoconf 2.59. Invocation command line was 6345 6345 … … 6401 6401 cat >>$CONFIG_STATUS <<_ACEOF 6402 6402 ac_cs_version="\\ 6403 wired config.status 1.3. 16403 wired config.status 1.3.2 6404 6404 configured by $0, generated by GNU Autoconf 2.59, 6405 6405 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" wired/trunk/configure.in
r4254 r4365 1 1 # Process this file with autoconf to produce a configure script 2 AC_INIT([wired], [1.3. 1], [axel@zankasoftware.com])2 AC_INIT([wired], [1.3.2], [axel@zankasoftware.com]) 3 3 AC_PREREQ([2.57]) 4 4 AC_CONFIG_SRCDIR([config.h.in])
