Tuesday, August 31, 2010

tit_dev_build

I have just committed tit_dev_build to the trunk of TRUNK of http://code.google.com/p/tit

tit_dev_build is a basic shell script which will build the SOAP-Lite and Data-Dumper CPAN Modules required to execute tit.pl

AURA will also be downloaded when you execute your next "svn update" but you will need to unzip and install it manually under Windows.

Tuesday, August 24, 2010

v0.5 - Stable

v0.5 has just been committed based on the suggestions from @mlsua which he intended to reduce the attack surface but after some debate were found to provide other advantages i.e.
  1. Removed the actual execution of "svn update" yet the command line is still displayed with -update.
  2. Decreasing the time of the overall execution profile due to not spawning a shell with the mkdir command
The discussion between @mlsua and I can be found on Twitter in order at:
  1. http://twitter.com/mlsau/status/21862695530
  2. http://twitter.com/cmlh/status/21871614632
  3. http://twitter.com/cmlh/status/21872054296
  4. http://twitter.com/cmlh/status/21872260486
  5. http://twitter.com/mlsau/status/21874660667
  6. http://twitter.com/cmlh/status/21891208307
v0.5 has also been tagged as "stable" so the svn checkout command line should be "svn checkout http://tit.googlecode.com/svn/tags/stable TCPInputText" or "svn update" if you have svn checked out the stable tag previously.

v0.5 can also be downloaded from http://code.google.com/p/tit/downloads/detail?name=tit.pl

The latest changelog is available from http://code.google.com/p/tit/updates/list

Sunday, August 22, 2010

v0.4.3 - Stable

v0.4.3 has just been committed and includes the following
  1. -man and -usage which display the Plain Old Documentation (POD) as a man page.
  2. -update which executes "svn update".
I have also added a "stable" tag.

The svn checkout command line should be "svn checkout http://tit.googlecode.com/svn/tags/stable TCPInputText" from now on unless you want to keep up with the development which is committed to the TRUNK i.e. "svn checkout http://tit.googlecode.com/svn/trunk TCPInputText"