diff options
-rw-r--r-- | idrop-lite/release_notes.txt | 6 | ||||
-rw-r--r-- | idrop-lite/src/main/java/org/irods/jargon/idrop/lite/Version.java | 2 | ||||
-rw-r--r-- | idrop-swing/release_notes.txt | 6 | ||||
-rw-r--r-- | idrop-swing/src/main/java/org/irods/jargon/idrop/desktop/systraygui/utils/Version.java | 2 | ||||
-rw-r--r-- | idrop-web/release_notes.txt | 27 |
5 files changed, 21 insertions, 22 deletions
diff --git a/idrop-lite/release_notes.txt b/idrop-lite/release_notes.txt index 213702e..c8da313 100644 --- a/idrop-lite/release_notes.txt +++ b/idrop-lite/release_notes.txt @@ -1,8 +1,8 @@ *'''Project''': iDrop-lite transfer applet -*'''Date''': 10/23/2012 -*'''Release Version''': 1.0.2-beta1 -*'''git tag''': 1.0.2-beta1 +*'''Date''': 11/14/2012 +*'''Release Version''': 1.0.2 +*'''git tag''': 1.0.2 *'''download jar with dependencies (run java -jar jarname)''': https://code.renci.org/gf/project/irodsidrop/frs/?action=FrsReleaseBrowse&frs_package_id=4 NOTE: the release notes were not yet in place for this project, going forward bugs and features addressed will be reflected here diff --git a/idrop-lite/src/main/java/org/irods/jargon/idrop/lite/Version.java b/idrop-lite/src/main/java/org/irods/jargon/idrop/lite/Version.java index 11ea40e..ce400d5 100644 --- a/idrop-lite/src/main/java/org/irods/jargon/idrop/lite/Version.java +++ b/idrop-lite/src/main/java/org/irods/jargon/idrop/lite/Version.java @@ -1,5 +1,5 @@ package org.irods.jargon.idrop.lite; public final class Version { public static String VERSION="1.0.2-SNAPSHOT"; - public static String BUILD_TIME="20121024-0941"; + public static String BUILD_TIME="20121114-0928"; } diff --git a/idrop-swing/release_notes.txt b/idrop-swing/release_notes.txt index a7a90b1..2817723 100644 --- a/idrop-swing/release_notes.txt +++ b/idrop-swing/release_notes.txt @@ -1,8 +1,8 @@ *'''Project''': iDrop-swing- Desktop iRODS transfer manager -*'''Date''': 10/23/2012 -*'''Release Version''': 1.0.2-beta1 -*'''git tag''': 1.0.2-beta1 +*'''Date''': 11/14/2012 +*'''Release Version''': 1.0.2 +*'''git tag''': 1.0.2 ==News== diff --git a/idrop-swing/src/main/java/org/irods/jargon/idrop/desktop/systraygui/utils/Version.java b/idrop-swing/src/main/java/org/irods/jargon/idrop/desktop/systraygui/utils/Version.java index 4fb7c2a..8038b7a 100644 --- a/idrop-swing/src/main/java/org/irods/jargon/idrop/desktop/systraygui/utils/Version.java +++ b/idrop-swing/src/main/java/org/irods/jargon/idrop/desktop/systraygui/utils/Version.java @@ -1,5 +1,5 @@ package org.irods.jargon.idrop.desktop.systraygui.utils; public final class Version { public static String VERSION="1.0.2-SNAPSHOT"; - public static String BUILD_TIME="20121024-0941"; + public static String BUILD_TIME="20121114-0928"; } diff --git a/idrop-web/release_notes.txt b/idrop-web/release_notes.txt index ad547e6..d88e8f0 100644 --- a/idrop-web/release_notes.txt +++ b/idrop-web/release_notes.txt @@ -1,36 +1,35 @@ *'''Project''': idrop-web *'''Date''': 10/23/2012 -*'''Release Version''': 1.0.2-SNAPSHOT -*'''git tag''': development branch +*'''Release Version''': 1.0.2 +*'''git tag''': 1.0.2 ==News== This is a release of iDrop web version 1.0.2 - ==Requirements== *idrop-web depends on Java 1.6+ -*idrop-web depends on grails 2.0.1 - +*idrop-web depends on grails 2.1.0 Note that the following bug and feature requests are logged in GForge with related commit information [[https://code.renci.org/gf/project/irodsidrop/tracker/]] ==Bug Fixes== -* [#959] firefox browse div float error + +*[#959] firefox browse div float error * [#950] unable to browse to location message in idrop web tree for new safari/mac -** temp catch of icon assignment added as shim in jstree javascript +**temp catch of icon assignment added as shim in jstree javascript -* [#990] update user profile i18n message missing +*[#990] update user profile i18n message missing -* [#986] hit home in browse tree causes error message when timed out -** fixed lingo-common method that handles json call to check for continue +*[#986] hit home in browse tree causes error message when timed out +**fixed lingo-common method that handles json call to check for continue *[#1013] null appended to url path in browse view download links *[#1028] upload mac opera shows javascript exception in idrop web v2 -** added a 'no data available' display in the browse details panel instead of double notifications using the 'growler' pop up. Errors tend to happen in the tree +**added a 'no data available' display in the browse details panel instead of double notifications using the 'growler' pop up. Errors tend to happen in the tree giving a pop-up, and then a secondary error would appear doing an AJAX call to the secondary div to build the details. Now the tree error will put up the pop-up, and the secondary exception is muted. @@ -43,15 +42,15 @@ the secondary exception is muted. **Added a NoResourceDefinedException to the jargon error hierarchy so that interfaces can give sensible feedback to users when no resource is defined in an operation and no default rule exists on iRODS. -[#1055] -321000 messages on upload need better message +*[#1055] -321000 messages on upload need better message **Handle no default resource errors with a user message ==Features== * [#922] User Profile Management -** added profile management tab, including ability to change password by user +**added profile management tab, including ability to change password by user -* [#962] missing file icon in info view for data objects +*[#962] missing file icon in info view for data objects Fixed data object info to include icon and be clearer about file versus collection *[#1023] add Version class in jargon-core |