/[thuban]/branches/thuban-1-0-branch/thuban/Thuban/version.py
ViewVC logotype

Log of /branches/thuban-1-0-branch/thuban/Thuban/version.py

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 2091 - (view) (annotate) - [select for diffs]
Modified Wed Feb 25 10:46:59 2004 UTC (21 years ago) by bh
File length: 5939 byte(s)
Diff to previous 2090
* libraries/thuban/wxproj.cpp (get_wx_version): New.  Return the
version of wxWindows the module was compiled with so we can check
that against the wxPython version.

* Thuban/version.py (thuban_branch, thuban_release): New variables
controlling which and how Thuban versions are shown.  See the
comments for details.
(verify_versions): Also check that the wx version that wxproj is
compiled against matches that of the wxPython we use at runtime


Revision 2090 - (view) (annotate) - [select for diffs]
Modified Wed Feb 25 10:46:59 2004 UTC (21 years ago) by (unknown author)
File length: 4498 byte(s)
Diff to previous 2036
This commit was manufactured by cvs2svn to create branch
'thuban-1-0-branch'.

Revision 2036 - (view) (annotate) - [select for diffs]
Modified Mon Dec 22 17:49:43 2003 UTC (21 years, 2 months ago) by bh
Original Path: trunk/thuban/Thuban/version.py
File length: 4498 byte(s)
Diff to previous 2011
* setup.py (setup call): 1.0.0, yeah!

* Thuban/version.py (longversion): 1.0.0, yeah!

* Thuban/Model/load.py (SessionLoader.__init__): Accept the
1.0.0 namespace too

* Thuban/Model/save.py (SessionSaver.write_session): Save with
1.0.0 namespace

* test/test_load.py (LoadSessionTest.dtd)
(TestSingleLayer.file_contents)
(TestNonAsciiColumnName.file_contents)
(TestLayerVisibility.file_contents)
(TestClassification.file_contents, TestLabels.file_contents)
(TestLayerProjection.file_contents)
(TestRasterLayer.file_contents, TestJoinedTable.file_contents)
(TestLabelLayer.file_contents, TestPostGISLayer.file_contents)
(TestPostGISLayerPassword.file_contents)
(TestLoadError.file_contents, TestLoadError.test): Update for
1.0.0 namespace

* test/test_save.py (SaveSessionTest.dtd)
(SaveSessionTest.testEmptySession)
(SaveSessionTest.testSingleLayer)
(SaveSessionTest.testLayerProjection)
(SaveSessionTest.testRasterLayer)
(SaveSessionTest.testClassifiedLayer)
(SaveSessionTest.test_dbf_table)
(SaveSessionTest.test_joined_table)
(SaveSessionTest.test_save_postgis): Update for 1.0.0 namespace


Revision 2011 - (view) (annotate) - [select for diffs]
Modified Wed Dec 3 09:46:27 2003 UTC (21 years, 3 months ago) by bh
Original Path: trunk/thuban/Thuban/version.py
File length: 4499 byte(s)
Diff to previous 1993
* Thuban/Lib/version.py: New. Module for version number
manipulations. The version of make_tuple here also deals better
with more unusual version number strings, such as e.g.
"1.2+cvs20031111"

* Thuban/version.py (make_tuple): Removed. It's now in
Thuban.Lib.version. Use that implementation instead.

* test/test_lib_version.py: New. Tests for Thuban/Lib/version.py


Revision 1993 - (view) (annotate) - [select for diffs]
Modified Fri Nov 28 16:43:48 2003 UTC (21 years, 3 months ago) by bh
Original Path: trunk/thuban/Thuban/version.py
File length: 4524 byte(s)
Diff to previous 1666
(longversion): Update to 1.0rc1


Revision 1666 - (view) (annotate) - [select for diffs]
Modified Thu Aug 28 10:20:32 2003 UTC (21 years, 6 months ago) by bh
Original Path: trunk/thuban/Thuban/version.py
File length: 4521 byte(s)
Diff to previous 1631
(longversion): Update to 0.9


Revision 1631 - (view) (annotate) - [select for diffs]
Modified Fri Aug 22 16:01:14 2003 UTC (21 years, 6 months ago) by bh
Original Path: trunk/thuban/Thuban/version.py
File length: 4523 byte(s)
Diff to previous 1480
* Thuban/UI/about.py (About.__init__): Add the psycopg version.

* Thuban/version.py: Add psycopg version

* Thuban/Model/postgisdb.py (psycopg_version): New. Return the
version of the psycopg module


Revision 1480 - (view) (annotate) - [select for diffs]
Modified Thu Jul 24 17:52:48 2003 UTC (21 years, 7 months ago) by bh
Original Path: trunk/thuban/Thuban/version.py
File length: 4302 byte(s)
Diff to previous 1322
Remove the #! line as
it annoys lintian which warns about these files not being
executable. The #1 isn't necessary here since if you absolutely
must execute them you can always say "python <filename>".


Revision 1322 - (view) (annotate) - [select for diffs]
Modified Mon Jun 30 12:01:50 2003 UTC (21 years, 8 months ago) by jonathan
Original Path: trunk/thuban/Thuban/version.py
File length: 4326 byte(s)
Diff to previous 1319
(make_tuple): Takes a version string
        and splits it into a tuple of at most three integers.
        Used make_tuple() to make tuple versions of the version
        numbers.


Revision 1319 - (view) (annotate) - [select for diffs]
Modified Mon Jun 30 10:26:45 2003 UTC (21 years, 8 months ago) by jonathan
Original Path: trunk/thuban/Thuban/version.py
File length: 4334 byte(s)
Diff to previous 1317
SQLite/PySQLite version dependencies were too high.


Revision 1317 - (view) (annotate) - [select for diffs]
Modified Mon Jun 30 09:56:56 2003 UTC (21 years, 8 months ago) by jonathan
Original Path: trunk/thuban/Thuban/version.py
File length: 4334 byte(s)
Diff to previous 1306
Update version to 0.8.1


Revision 1306 - (view) (annotate) - [select for diffs]
Modified Thu Jun 26 17:00:01 2003 UTC (21 years, 8 months ago) by jonathan
Original Path: trunk/thuban/Thuban/version.py
File length: 4332 byte(s)
Diff to previous 1288
Added new 'versions' dictionary which
        contains the verions of various libraries which are checked
        when the module loads.
(verify_versions): Check all version numbers and returns a list of errors.


Revision 1288 - (view) (annotate) - [select for diffs]
Modified Mon Jun 23 10:47:44 2003 UTC (21 years, 8 months ago) by jonathan
Original Path: trunk/thuban/Thuban/version.py
File length: 1775 byte(s)
Diff to previous 925
Temporarily update longversion for
        the 0.8 release so that it doesn't have the cvs revision.


Revision 925 - (view) (annotate) - [select for diffs]
Modified Mon May 19 12:07:37 2003 UTC (21 years, 9 months ago) by frank
Original Path: trunk/thuban/Thuban/version.py
File length: 1782 byte(s)
Diff to previous 922
(get_changelog_date): Catch exceptions if ChangeLog does not exist.


Revision 922 - (view) (annotate) - [select for diffs]
Added Mon May 19 09:12:07 2003 UTC (21 years, 9 months ago) by frank
Original Path: trunk/thuban/Thuban/version.py
File length: 1724 byte(s)
New, version information for Thuban: Last modification date and last
ChangeLog entry date.


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26