File: changelog

package info (click to toggle)
thuban 1.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 7,596 kB
  • ctags: 5,301
  • sloc: python: 30,411; ansic: 6,181; xml: 4,127; cpp: 1,595; makefile: 166; sh: 101
file content (66 lines) | stat: -rw-r--r-- 2,713 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
thuban (1.0.0-1) unstable; urgency=low

  * New upstream release (Closes:#234975)
  * added build-dep from cbds for patching thuban
  * added multilanguage support

 -- Silke Reimer <silke@intevation.net>  Wed, 28 Jan 2004 12:47:34 +0100

thuban (1.0rc1-1) unstable; urgency=low

  * New upstream release
  * added gdal-support (Closes:#221645)
  * New upstream versions solves also partly Bug#220295, i.e. listing
    also shapefiles with *.SHP in open dialog.

 -- Silke Reimer <silke@intevation.net>  Wed, 10 Sep 2003 10:19:05 +0200

thuban (0.9.0-1) unstable; urgency=low

  * New upstream release.
  * deleted first row in Thuban/UI/[tree|main].py, containing #!-statement
  	since not necessary and leading to warning 'script-not-executable'

 -- Silke Reimer <silke@intevation.net>  Wed, 10 Sep 2003 10:19:05 +0200

thuban (0.8.1-2) unstable; urgency=low

  * all changes where necessary to be compliant with python 2.3. The last
    three changes where made to be able to run all unittests successfully.
    They doesn't effect the funcionality of thuban directly.
  * debian/rules:
    Removed hard-coded call to python2.2 since standard python is now
    python2.3., closes: #205853
  * Change in extensions/pyshapelib/dbflib_wrap.c:
    After changing from python2.2 to python 2.3 PyMapping_Check doesn't work
    any more. So PySequence_Check has to be used instead
  * test/support.py:
    little change in class definition due to change to python2.3
  * test/test_save.py:
    changed call of function say_eventlist. Causes an failure for
    'if 1:' otherwise
  * Thuban/Model/table.py:
    change of storage of dbf-filename, otherwise there is an failure in
    the unittests.
  * debian/control:
    - changed priority to 'extra' since proj has priority 'extra' and
      according to policy a package MUST NOT depend on packages with lower
      priority values
   	- added missing dependency on python-xmlbase, closes: #206382

 -- Silke Reimer <silke@intevation.net>  Wed, 20 Aug 2003 15:03:46 +0200

thuban (0.8.1-1) unstable; urgency=low

  * Initial Release.
  * Change in setup.py: Adjusted path to proj4 from /usr/local/ to /usr/
  * setup.py: changed dir for Bitmaps since they have to placed in /usr/share
  * in Thuban/UI/resource.py: changed bitmapdir (the bitmap search path) 
  	to /usr/share/thuban/Resources/Bitmaps
  * in Thuban/Model/resource.py: changed projdir (the location for the default 
  	projections) to /usr/share/thuban/Resources/Projections
  * deleted first row in version.py and Model/range.py, containing #!-statement
  	since not necessary and leading to warning 'script-not-executable'

 -- Silke Reimer <silke@intevation.net>  Mon, 21 Jul 2003 15:16:39 +0200