summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2009-11-15 16:31:18 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2009-11-15 16:31:18 +0100
commit259448aa98afc0cf535ba02377ba6d90fc1c923d (patch)
tree5c385d6d7eaf75d26104c1bb469abcf879006feb
parent85631da8f19d36f83b49c02eb603e920494be509 (diff)
downloadtuxcmd-0.6.70.tar.xz
Development Release v0.6.70v0.6.70release-0.6.70-dev
-rw-r--r--INSTALL4
-rw-r--r--README13
-rw-r--r--UConfig.pas4
3 files changed, 9 insertions, 12 deletions
diff --git a/INSTALL b/INSTALL
index dbe81d2..5f30306 100644
--- a/INSTALL
+++ b/INSTALL
@@ -56,7 +56,3 @@ To install the application, type 'make install'. You need to have write
permissions to the target directories, so you probably must be root to do this.
You can also run 'make clean' to clean the sources and 'make uninstall' to
safely remove the installed application and all modules.
-
-There are no support for any desktop environment yet, so don't expect any new
-icons in your application menu.
-
diff --git a/README b/README
index 47ac8d2..82915e7 100644
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
Tux Commander development release
- Version: 0.6.50
- Release date: 2008-Oct-03
+ Version: 0.6.70
+ Release date: 2009-Nov-15
-Copyright (c) 2008 Tomas Bzatek <tbzatek@users.sourceforge.net>
+Copyright (c) 2009 Tomas Bzatek <tbzatek@users.sourceforge.net>
http://tuxcmd.sourceforge.net
Please check the project site for more details
@@ -39,10 +39,11 @@ General features:
* Sources available in GIT repository
-Using Object Pascal language might be considered as limiting factor, however
+Using Object Pascal language might be considered as limiting factor, however
we recently switched to FreePascal compiler, solving many compatibility issues.
-Also, the x86_64 port was introduced and is officially supported as well as
-the i386 platform. Kylix compatibility will be still maintained though.
+Also, the x86_64 port was introduced and is officially supported as well as
+the i386 platform. PowerPC port is working, though issues may appear.
+Kylix compatibility will be still maintained.
This project uses Pascal GTK2 bindings from the gtk2 for pascal project,
which are now part of FreePascal v2.0 distribution.
diff --git a/UConfig.pas b/UConfig.pas
index a405818..49c1bdd 100644
--- a/UConfig.pas
+++ b/UConfig.pas
@@ -25,8 +25,8 @@ uses Classes, ULocale;
resourcestring
ConstAppTitle = 'Tux Commander';
- ConstAboutVersion = '0.6.69-dev';
- ConstAboutBuildDate = '2009-10-25';
+ ConstAboutVersion = '0.6.70-dev';
+ ConstAboutBuildDate = '2009-11-15';
{$IFDEF FPC}
{$INCLUDE fpcver.inc}