Changeset 4365

Show
Ignore:
Timestamp:
08/25/06 13:24:49 (2 years ago)
Author:
morris
Message:

Bump version

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wired/trunk/NEWS

    r4308 r4365  
    22==== 
    33 
     41.3.2 
     5- Fix a problem with posting longer news posts 
     6 
    471.3.1 
    58- Fix problem with main thread hanging after registering with a tracker sometimes 
    6 - Fixed an issue where, for some types of crashes, wired.pid was not removed at exit 
     9- Fix issue where, for some types of crashes, wired.pid was not removed at exit 
    710- Fix "directory too deep" messages when indexing a lot of aliases 
    811- Optimize indexed searches 
  • wired/trunk/configure

    r4254 r4365  
    11#! /bin/sh 
    22# 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
    44# 
    55# Report bugs to <axel@zankasoftware.com>. 
     
    270270PACKAGE_NAME='wired' 
    271271PACKAGE_TARNAME='wired' 
    272 PACKAGE_VERSION='1.3.1
    273 PACKAGE_STRING='wired 1.3.1
     272PACKAGE_VERSION='1.3.2
     273PACKAGE_STRING='wired 1.3.2
    274274PACKAGE_BUGREPORT='axel@zankasoftware.com' 
    275275 
     
    782782  # This message is too long to be a string in the A/UX 3.1 sh. 
    783783  cat <<_ACEOF 
    784 \`configure' configures wired 1.3.1 to adapt to many kinds of systems. 
     784\`configure' configures wired 1.3.2 to adapt to many kinds of systems. 
    785785 
    786786Usage: $0 [OPTION]... [VAR=VALUE]... 
     
    843843if test -n "$ac_init_help"; then 
    844844  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:";; 
    846846   esac 
    847847  cat <<\_ACEOF 
     
    970970if $ac_init_version; then 
    971971  cat <<\_ACEOF 
    972 wired configure 1.3.1 
     972wired configure 1.3.2 
    973973generated by GNU Autoconf 2.59 
    974974 
     
    984984running configure, to aid debugging if configure makes a mistake. 
    985985 
    986 It was created by wired $as_me 1.3.1, which was 
     986It was created by wired $as_me 1.3.2, which was 
    987987generated by GNU Autoconf 2.59.  Invocation command line was 
    988988 
     
    14091409 
    14101410cat >>confdefs.h <<\_ACEOF 
    1411 #define WD_VERSION "1.3.1
     1411#define WD_VERSION "1.3.2
    14121412_ACEOF 
    14131413 
     
    14241424 
    14251425# These are used in the Makefile 
    1426 WD_VERSION="1.3.1
     1426WD_VERSION="1.3.2
    14271427 
    14281428 
     
    63416341cat >&5 <<_CSEOF 
    63426342 
    6343 This file was extended by wired $as_me 1.3.1, which was 
     6343This file was extended by wired $as_me 1.3.2, which was 
    63446344generated by GNU Autoconf 2.59.  Invocation command line was 
    63456345 
     
    64016401cat >>$CONFIG_STATUS <<_ACEOF 
    64026402ac_cs_version="\\ 
    6403 wired config.status 1.3.1 
     6403wired config.status 1.3.2 
    64046404configured by $0, generated by GNU Autoconf 2.59, 
    64056405  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 
  • wired/trunk/configure.in

    r4254 r4365  
    11# Process this file with autoconf to produce a configure script 
    2 AC_INIT([wired], [1.3.1], [axel@zankasoftware.com]) 
     2AC_INIT([wired], [1.3.2], [axel@zankasoftware.com]) 
    33AC_PREREQ([2.57]) 
    44AC_CONFIG_SRCDIR([config.h.in])