From 3c4142cb6d7c17e06a5d683359aff13f8d933812 Mon Sep 17 00:00:00 2001 From: Kyle Mendell Date: Mon, 31 May 2021 21:05:26 -0500 Subject: [PATCH] v0.2.0 RC --- CHANGELOG.md | 9 ++++++--- scripts/tpdepends | 1 + 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb63efd..e07c8fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,14 @@ All notable changes to this project will be documented in this file. -## 0.2.0 - In Progress +## 0.2.0 - RC - [RDP] Switched to a custom tpdp implementation (rdesktop) -- [RDP] If logging into a Domain Based Server put -DOMAINNAME in the config file after the name of the server - [CONFIG] Adding and Removing Servers now works completely -- [CLI] Added -i *package*, -d *package*, -e config, -s update commands. +- [CLI] CLI can now install and remove packages - [BUILD] Updated the configure script : removed obsolete packages, added colors, runs thinpi setup scripts, removed output from commands - [SYSTEM] Added/Updated Memory Management for thinpi core apps +- [SYSTEM] Fixed Memory Error When Launching ThinPi-Manager +- [BUILD] Configure Script renamed to scripts/tpdepends and scripts/tpsetup +- [BUILD] Automake removed from main project +- [RC] 0.2.0 RC diff --git a/scripts/tpdepends b/scripts/tpdepends index 3e0bef4..0535eb1 100755 --- a/scripts/tpdepends +++ b/scripts/tpdepends @@ -2,3 +2,4 @@ echo -e "${RED}Installing ThinPi Build Dependencies..." sudo apt-get install -y gtk+-3.0-dev gcc make shc build-essential libtasn1-6-dev nettle-dev gnutls-dev git-core debhelper cdbs dpkg-dev autotools-dev pkg-config xmlto libssl-dev docbook-xsl xsltproc libxkbfile-dev libx11-dev libwayland-dev libxrandr-dev libxi-dev libxrender-dev libxext-dev libxinerama-dev libxfixes-dev libxcursor-dev libxv-dev libxdamage-dev libxtst-dev libcups2-dev libpcsclite-dev libasound2-dev libpulse-dev libjpeg-dev libgsm1-dev libusb-1.0-0-dev libudev-dev libdbus-glib-1-dev uuid-dev libxml2-dev libfaad-dev apache2 +sudo ./tpsetup \ No newline at end of file