-
Notifications
You must be signed in to change notification settings - Fork 14
/
CHANGELOG.txt
102 lines (83 loc) · 3.28 KB
/
CHANGELOG.txt
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
Version 0.9.0
=============
GIS.lab based on Ubuntu 22.04 LTS.
Version 0.8.0
=============
GIS.lab based on Ubuntu 18.04 LTS.
Version 0.7.0
=============
GIS.lab based on Ubuntu 16.04 LTS.
Version 0.6.0
=============
GIS.lab based on Ubuntu 12.04 LTS.
Main features:
* support third-party DHCP service (#505)
* new admin command `gislab-network` to control network settings (#511)
* outdated web and mobile clients removed (#509)
Version 0.5.0
=============
Version 0.4.0
=============
Version 0.3.2
=============
Changes
-------
* updating GIS repository to ppa:imincik/gislab0.3
Version 0.3.1
=============
Changes
-------
* fixed reverse network record value detection in DNS server (closes #61)
* updating QGIS repository configuration after PPA infrastructure change
Version 0.3.0
=============
Changes
-------
* fixed problem with GRUB boot loader endlessly waiting for manual input (by switching to Canonical boxes)
* adding multiple new configuration options to config.cfg file
* adding simple plugins system
* adding software on server: IRC server
* adding possibility to load empty WebGIS map
* adding point, line and polygon features capture possibilities in WebGIS
* adding support for Google base maps in WebGIS
* adding QGIS plugin for project publishing in WebGIS
* adding software on client: KeepassX, SSHFS, FreeRDP, GTK-RecordMyDesktop, VLC
* removing software from client: Parole, IPTux, XChat
* adding VirtualBox client support (including VirtualBox guest additions)
* adding support for GIS software development on client
* creating user accounts with strong password by default
* documentation update
Release notes
-------------
Vagrant box provided by Canonical is used since version 0.3.0. You have to add this
box by running following command to manage successful upgrade:
$ vagrant box add precise32-canonical \
http://cloud-images.ubuntu.com/vagrant/precise/current/precise-server-cloudimg-i386-vagrant-disk1.box
Version 0.2.1
=============
Changes
-------
* fixed NFS share user id mapping
* enabling server GUI console by default as workaround to GRUB problem
Version 0.2.0
=============
Changes
-------
* renaming project to 'GIS.lab'
* adding possibility to configure GIS.lab via configuration files (config.cfg, config-user.cfg)
* adding possibility to restrict client machines by MAC address
* refactoring of file sharing directory structure
* adding possibility to mount external network storage on client machines
* adding example data and QGIS project file
* adding 'Conky' widget to client desktop, removing session manager from panel
* adding support for custom projections configuration (added S-JTSK Krovak East/North).
* adding WebGIS application for automatic QGIS project publication on web (formerly known as WMS Viewer)
* adding additional software like Gimp, Inkscape, Google Earth ...
* documentation update
Release notes
-------------
Sometimes after shutting down GIS.lab server ($ vagrant halt) it is not possible to launch it
again ($ vagrant up). The reason is that GRUB boot loader is endlessly waiting for manual input.
To solve this problem shut down server machine using VirtualBox Manager GUI and uncomment
line 'v.gui = true' in 'Vagrantfile' file. Start GIS.lab server again ($ vagrant up) and press
ENTER in server's GUI console to boot.