Skip to content

Commit

Permalink
v0.2.0 RC
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Mendell committed Jun 1, 2021
1 parent 6322bb2 commit 3c4142c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

1 change: 1 addition & 0 deletions scripts/tpdepends
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3c4142c

Please sign in to comment.