Skip to content

Commit

Permalink
Version bump for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal committed Dec 10, 2022
1 parent bb31a64 commit 9d154e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 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.5"/>
<property name="version" value="11.0.6"/>

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

* 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)
* Added acoustic notification on incoming connections
* Slightly improved transfer speed for large files
* Some minor UI fixes

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

dayon (11.0.4) stable; urgency=low

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.5</version>
<version>11.0.6</version>
<description>cross platform remote desktop solution</description>
<developers>
<developer>
Expand Down

0 comments on commit 9d154e7

Please sign in to comment.