Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal committed Apr 30, 2022
1 parent f380522 commit cc73437
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<property name="main.class" value="mpo.dayon.assisted.AssistedRunner"/>
<property name="ant.build.javac.source" value="1.8"/>
<property name="ant.build.javac.target" value="1.8"/>
<property name="version" value="11.0.4"/>
<property name="version" value="11.0.5"/>

<path id="project.classpath">
<fileset dir="${dir.lib}">
Expand Down
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
dayon (11.0.5) stable; urgency=medium

* Let user decide if he/she/it wants to share just the primary or all screens (assisted)
* Added shortcut for showing the UAC settings dialogue (assisted)
* Connection pre configurable with a yaml file
* Fixed integer overflow exception when transferring very large files (>4GB)

-- Reto Galante <[email protected]> Sat, 30 Apr 2022 12:00:00 +0000

dayon (11.0.4) stable; urgency=low

* Fixed latent coordinate out of bounds exception
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<url>https://github.com/retgal/dayon</url>
<groupId>mpo.dayon</groupId>
<artifactId>dayon</artifactId>
<version>11.0.4</version>
<version>11.0.5</version>
<description>cross platform remote desktop solution</description>
<developers>
<developer>
Expand Down

0 comments on commit cc73437

Please sign in to comment.