summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNagappan Alagappan <nagappan@gmail.com>2012-02-25 18:55:14 -0800
committerNagappan Alagappan <nagappan@gmail.com>2012-02-25 18:55:14 -0800
commitfbb1b256250c295c0895a29e583cc7f5ac43a232 (patch)
tree5028ef5cbb956ae8018653d1be6c64bf78390939
parent253e1bb070163730b59477b64cb68c6c45dd7b3f (diff)
Adding 2.3.1 release notes, updated version numberLDTP_2.3.1
-rw-r--r--Doxyfile2
-rw-r--r--NEWS6
-rwxr-xr-xscripts/ldtp2
-rw-r--r--setup.py2
4 files changed, 8 insertions, 4 deletions
diff --git a/Doxyfile b/Doxyfile
index 6c7416e..71c4998 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -4,7 +4,7 @@
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = LDTP
-PROJECT_NUMBER = 2.3
+PROJECT_NUMBER = 2.3.1
OUTPUT_DIRECTORY = doc
CREATE_SUBDIRS = YES
OUTPUT_LANGUAGE = English
diff --git a/NEWS b/NEWS
index 116a2f7..612682f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,8 @@
-LDTP 2.3.0 released Download - Thursday Feb 161 2012
+LDTP 2.3.1 released Download - Saturday Feb 25 2012
+ Added twisted gtk3reactor
+ Operate on window name using index, will be helpful with i18n, l10n testing
+ at-spi2 related fixes to improve test execution time
+LDTP 2.3.0 released Download - Thursday Feb 16 2012
Fixed twisted gtk2 import in gtk3 environment
Updated keycodes based on latest Linux distribution
Added Windows client version of LDTP
diff --git a/scripts/ldtp b/scripts/ldtp
index 61281a1..6e7824a 100755
--- a/scripts/ldtp
+++ b/scripts/ldtp
@@ -36,7 +36,7 @@ def parse_cmd_line_option():
(options, args) = parser.parse_args()
if options.version:
# Print version info and exit
- print 'ldtp-2.3.0'
+ print 'ldtp-2.3.1'
sys.exit(0)
if options.verbose:
# Set verbose flag
diff --git a/setup.py b/setup.py
index 12d971a..161d16e 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ Headers in this file shall remain intact.
from distutils.core import setup
setup(name="ldtp",
- version="2.3.0",
+ version="2.3.1",
description="Linux Desktop Testing Project Version 2",
maintainer="Nagappan Alagappan",
maintainer_email="nagappan@gmail.com",