summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorToni Sagrista2018-08-28 13:19:42 +0200
committerToni Sagrista2018-08-28 13:19:42 +0200
commita1e37dc6f86e56c29884bfceec723e6f1bc4d912 (patch)
treea8c08ab7b50040f23bb3c33de3f66002a1b0ec84
parent223e80ac9c0f83abb491148e765c3ee139096b64 (diff)
downloadaur-a1e37dc6f86e56c29884bfceec723e6f1bc4d912.tar.gz
New version 2.0.3
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG.md24
-rw-r--r--PKGBUILD4
3 files changed, 24 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1b5cb7bdf4d..270c4f4dea8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gaiasky
pkgdesc = Interactive 3D Universe software focused on ESA's Gaia mission
- pkgver = 2.0.2.e6dcfb14
+ pkgver = 2.0.3.41bb73ea
pkgrel = 1
url = https://zah.uni-heidelberg.de/gaia/outreach/gaiasky
install = gaiasky.install
@@ -8,8 +8,8 @@ pkgbase = gaiasky
arch = x86_64
license = MPL
depends = jre8-openjdk
- source = http://gaia.ari.uni-heidelberg.de/gaiasky/files/releases/2.0.2.e6dcfb14/gaiasky-2.0.2.e6dcfb14.tar.gz
- md5sums = 9109c464844ccdd92ed585024fdce7eb
+ source = http://gaia.ari.uni-heidelberg.de/gaiasky/files/releases/2.0.3.41bb73ea/gaiasky-2.0.3.41bb73ea.tar.gz
+ md5sums = 843024fb5a2b82cd8d0ec98a32b04a39
pkgname = gaiasky
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c119d0c9e431..54a5a33501bd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,18 +1,32 @@
# Change Log
-## [Unreleased](https://github.com/langurmonkey/gaiasky/tree/HEAD)
-
-[Full Changelog](https://github.com/langurmonkey/gaiasky/compare/2.0.2...HEAD)
+## [2.0.3](https://github.com/langurmonkey/gaiasky/tree/2.0.3) (2018-08-28)
+[Full Changelog](https://github.com/langurmonkey/gaiasky/compare/2.0.2-vr...2.0.3)
**Implemented enhancements:**
-- Add controls to manage datasets [\#290](https://github.com/langurmonkey/gaiasky/issues/290)
+- Clean up logging code [\#299](https://github.com/langurmonkey/gaiasky/issues/299)
+- Improve debug info [\#298](https://github.com/langurmonkey/gaiasky/issues/298)
+- Handle vertex data more efficiently [\#297](https://github.com/langurmonkey/gaiasky/issues/297)
+- API: Provide a way to hook into main loop thread [\#294](https://github.com/langurmonkey/gaiasky/issues/294)
+- Add support for different line widths [\#293](https://github.com/langurmonkey/gaiasky/issues/293)
+- API call: lines between arbitrary positions [\#292](https://github.com/langurmonkey/gaiasky/issues/292)
+- Add Top/Bottom to the mode profiles for 3DTV [\#268](https://github.com/langurmonkey/gaiasky/issues/268)
+
+**Merged pull requests:**
-## [2.0.2](https://github.com/langurmonkey/gaiasky/tree/2.0.2) (2018-07-05)
+- REST server static files use assets.location [\#300](https://github.com/langurmonkey/gaiasky/pull/300) ([vga101](https://github.com/vga101))
+- Re-introduce REST API [\#281](https://github.com/langurmonkey/gaiasky/pull/281) ([vga101](https://github.com/vga101))
+
+## [2.0.2-vr](https://github.com/langurmonkey/gaiasky/tree/2.0.2-vr) (2018-07-25)
+[Full Changelog](https://github.com/langurmonkey/gaiasky/compare/2.0.2...2.0.2-vr)
+
+## [2.0.2](https://github.com/langurmonkey/gaiasky/tree/2.0.2) (2018-07-06)
[Full Changelog](https://github.com/langurmonkey/gaiasky/compare/2.0.1...2.0.2)
**Implemented enhancements:**
+- Add controls to manage datasets [\#290](https://github.com/langurmonkey/gaiasky/issues/290)
- Separate base texture from clouds texture [\#289](https://github.com/langurmonkey/gaiasky/issues/289)
- Add gamma correction [\#288](https://github.com/langurmonkey/gaiasky/issues/288)
- Add label size control [\#287](https://github.com/langurmonkey/gaiasky/issues/287)
diff --git a/PKGBUILD b/PKGBUILD
index 77be58820b2e..241d670c122d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Toni Sagrista Selles <tsagrista@ari.uni-heidelberg.de>
pkgname=gaiasky
-pkgver=2.0.2.e6dcfb14
+pkgver=2.0.3.41bb73ea
pkgrel=1
epoch=
pkgdesc="Interactive 3D Universe software focused on ESA's Gaia mission"
@@ -22,7 +22,7 @@ install=gaiasky.install
changelog=CHANGELOG.md
source=("http://gaia.ari.uni-heidelberg.de/gaiasky/files/releases/$pkgver/$pkgname-$pkgver.tar.gz")
noextract=()
-md5sums=("9109c464844ccdd92ed585024fdce7eb")
+md5sums=("843024fb5a2b82cd8d0ec98a32b04a39")
validpgpkeys=()
prepare() {