diff --git a/build_scripts/Ubuntu_src/changelog b/build_scripts/Ubuntu_src/changelog index 3f8b68002..6b80f6aac 100644 --- a/build_scripts/Ubuntu_src/changelog +++ b/build_scripts/Ubuntu_src/changelog @@ -1,4 +1,44 @@ -retroshare (0.5.3-0.XXXXXX~YYYYYY) YYYYYY; urgency=low +retroshare (0.5.4-0.XXXXXX~YYYYYY) YYYYYY; urgency=low + + * Improvements + - improved plugin system + * now using two lists of rejected/accepted plugins. RS asks at start to load unknown plugins + when plugins or main executable have changed. + * added API and SVN numbers into required external plugin symbols + * added help dialog to plugins + * improved version number scripts to add the missing revision number as a int + - Added window icon for the application. All windows without a parent are now showing this icon. + - Moved some internal stylesheets to the file Standard.qss. + - Tweaked standard style of the feed items. + - moved file rsversion.h to rsguiversion.h, since it caused a conflict with libretroshare/src/util/rsversion.h + when included as util/rsversion.h. Updated version detail script. + - reworked context channel menu to allow unsubscribing from own channels. Removed some irrelevant items. + Added warning when publish rights can/cannot be restored. + - Improved ProfileManager + * removed combobox and added export to the list of identities + * add extension to the filename when the user enters a name without extension + * refill list after generating a new identity + - Fixed height of the search input field when using no stylesheet. + - Changed the colors of the feed items. It was too bright. + - Enabled the menu item in the context menu again to copy the link when right clicking on a link. + - Reworked some elements in the standard gui. + - Added VOIP Plugin to windows installer + - Added new finish translation from Beluga + - Added two buttons to the NotifyPage to show examples of the activated news feeds and toasters. + Can also be used to test the stylesheets. + - Reworked design of the toaster and moved internal stylesheets to the file Standard.qss. + + * Bugs + - Fixed report of failing connexion attempts/recepts. Cleaned the code a little bit + - Fixed message in pgphandler when signing a post + - Fixed small display issue causing the availability map to become black when more than 6 sources are present + - Added missing close of the temporary keyring file. Now the keyring is saved properly and the newly + added keys are not lost after shutdown of RetroShare. + - Patch from AsamK to avoid crash when no uids are present in the key. How can this happen anyway? + + -- Cyril Soler Sat, 15 Sept 2012 14:30:00 +0100 + +retroshare (0.5.3-0.5503~natty) natty; urgency=low * Improvements - Big cleaning of style sheets diff --git a/build_scripts/Ubuntu_src/clean.sh b/build_scripts/Ubuntu_src/clean.sh index 2be20addf..8c3bf6e75 100755 --- a/build_scripts/Ubuntu_src/clean.sh +++ b/build_scripts/Ubuntu_src/clean.sh @@ -1,10 +1,10 @@ #!/bin/sh -rm ./retroshare_0.5.3-0.*_source.build -rm ./retroshare_0.5.3-0.*_source.changes -rm ./retroshare_0.5.3-0.*.tar.gz -rm ./retroshare_0.5.3-0.*.diff.gz -rm ./retroshare_0.5.3-0.*.dsc +rm ./retroshare_0.5.4-0.*_source.build +rm ./retroshare_0.5.4-0.*_source.changes +rm ./retroshare_0.5.4-0.*.tar.gz +rm ./retroshare_0.5.4-0.*.diff.gz +rm ./retroshare_0.5.4-0.*.dsc rm *.upload rm *~ diff --git a/build_scripts/Ubuntu_src/linkscloud-plugin/debian_rules b/build_scripts/Ubuntu_src/linkscloud-plugin/debian_rules index e21a1c772..88736daa9 100755 --- a/build_scripts/Ubuntu_src/linkscloud-plugin/debian_rules +++ b/build_scripts/Ubuntu_src/linkscloud-plugin/debian_rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f -APPNAME := retroshare-linkscloud-plugin-0.5.3 +APPNAME := retroshare-linkscloud-plugin-0.5.4 builddir: mkdir -p builddir diff --git a/build_scripts/Ubuntu_src/makeSourcePackage.sh b/build_scripts/Ubuntu_src/makeSourcePackage.sh index 4c4c4ca2d..ee99b1f74 100755 --- a/build_scripts/Ubuntu_src/makeSourcePackage.sh +++ b/build_scripts/Ubuntu_src/makeSourcePackage.sh @@ -10,7 +10,7 @@ fi svn update ###################### PARAMETERS #################### -version="0.5.3" +version="0.5.4" ###################################################### if test "$1" = "" ; then @@ -113,8 +113,9 @@ mv -f retroshare-0.5/debian/control.tmp retroshare-0.5/debian/control cd retroshare-0.5 -for i in natty; do -#for i in precise squeeze oneiric karmic lucid maverick natty; do +#for i in sid; do +#for i in natty; do +for i in precise oneiric karmic lucid maverick natty; do echo copying changelog for $i cat ../changelog | sed -e s/XXXXXX/"$svn"/g | sed -e s/YYYYYY/"$i"/g > debian/changelog diff --git a/build_scripts/Ubuntu_src/makeSourcePackage_linkscloud_plugin.sh b/build_scripts/Ubuntu_src/makeSourcePackage_linkscloud_plugin.sh index 58b951a42..0b64bab06 100755 --- a/build_scripts/Ubuntu_src/makeSourcePackage_linkscloud_plugin.sh +++ b/build_scripts/Ubuntu_src/makeSourcePackage_linkscloud_plugin.sh @@ -2,7 +2,7 @@ echo This script is going to build the debian source package for RetroShare LinksCloud plugin, from the svn. #nosvn=true -workdir=retroshare-linkscloud-plugin-0.5.3 +workdir=retroshare-linkscloud-plugin-0.5.4 if test -d "$workdir" ; then echo Please remove the $workdir directory first. @@ -17,7 +17,7 @@ fi svn update ###################### PARAMETERS #################### -version="0.5.3" +version="0.5.4" ###################################################### if test "$1" = "" ; then diff --git a/build_scripts/Ubuntu_src/makeSourcePackage_voip_plugin.sh b/build_scripts/Ubuntu_src/makeSourcePackage_voip_plugin.sh index 0cfa3f02a..ceaf18a1b 100755 --- a/build_scripts/Ubuntu_src/makeSourcePackage_voip_plugin.sh +++ b/build_scripts/Ubuntu_src/makeSourcePackage_voip_plugin.sh @@ -2,7 +2,7 @@ echo This script is going to build the debian source package for RetroShare VOIP plugin, from the svn. #nosvn=true -workdir=retroshare-voip-plugin-0.5.3 +workdir=retroshare-voip-plugin-0.5.4 if test -d "$workdir" ; then echo Please remove the $workdir directory first. @@ -17,7 +17,7 @@ fi svn update ###################### PARAMETERS #################### -version="0.5.3" +version="0.5.4" ###################################################### if test "$1" = "" ; then diff --git a/build_scripts/Ubuntu_src/ppa_upload.sh b/build_scripts/Ubuntu_src/ppa_upload.sh index c33cced8d..ac1154f49 100644 --- a/build_scripts/Ubuntu_src/ppa_upload.sh +++ b/build_scripts/Ubuntu_src/ppa_upload.sh @@ -1,2 +1,2 @@ #!/bin/sh -Apply dput ppa:csoler-users/retroshare-snapshots retroshare_0.5.3#.changes +Apply dput ppa:csoler-users/retroshare-snapshots retroshare_0.5.4#.changes diff --git a/build_scripts/Ubuntu_src/voip-plugin/debian_rules b/build_scripts/Ubuntu_src/voip-plugin/debian_rules index 4508c45fb..f832c06bd 100755 --- a/build_scripts/Ubuntu_src/voip-plugin/debian_rules +++ b/build_scripts/Ubuntu_src/voip-plugin/debian_rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f -APPNAME := retroshare-voip-plugin-0.5.3 +APPNAME := retroshare-voip-plugin-0.5.4 builddir: mkdir -p builddir diff --git a/libretroshare/src/util/rsversion.h b/libretroshare/src/util/rsversion.h index ffbe19937..e7e077d5a 100644 --- a/libretroshare/src/util/rsversion.h +++ b/libretroshare/src/util/rsversion.h @@ -7,8 +7,8 @@ #include -#define LIB_VERSION "0.5.3c" -#define SVN_REVISION "Revision: 5501 date : 22:25:46 09.04.12" +#define LIB_VERSION "0.5.4" +#define SVN_REVISION "Revision: 5501 date : 15:32:07 09.09.12" #define SVN_REVISION_NUMBER 5501 namespace RsUtil { diff --git a/retroshare-gui/src/util/rsguiversion.h b/retroshare-gui/src/util/rsguiversion.h index ec42c9ebb..58a52ee92 100644 --- a/retroshare-gui/src/util/rsguiversion.h +++ b/retroshare-gui/src/util/rsguiversion.h @@ -20,7 +20,7 @@ ****************************************************************/ -#define GUI_VERSION "0.5.3c" +#define GUI_VERSION "0.5.4" #define GUI_REVISION "Revision: "