Skip to content

Commit

Permalink
* Implemented a new way to communicate with the server for getting th…
Browse files Browse the repository at this point in the history
…e list of albums, which is much more efficient because only writable albums and their parents are sent, and because the server does less work. This should fix one of the causes for socket exceptions because listing the albums takes less time.

* Since this new format is also hierarchical, this also paves the way for an album tree component rather than a flat list (no implementation yet).
* Fixed preview frame popping up before main frame.
  • Loading branch information
Pierre-Luc Paour committed Jun 25, 2003
1 parent 2f5977c commit 5339888
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions ChangeLog
@@ -1,3 +1,20 @@
2003-06-25 Pierre-Luc Paour <gallery@paour.com> (1.1-b8)

* Implemented a new way to communicate with the server for getting
the list of albums, which is much more efficient because only
writable albums and their parents are sent, and because the server
does less work. This should fix one of the causes for socket exceptions
because listing the albums takes less time.
* Since this new format is also hierarchical, this also paves the way for
an album tree component rather than a flat list (no implementation yet).
* Fixed preview frame popping up before main frame.

2003-06-17 Pierre-Luc Paour <gallery@paour.com> (1.1-b7)

* Fixed rotation combined with flipping, fixed losing EXIF.
* Picture added using the Browse button now appended to the
list instead of prepending them.

2003-06-16 Pierre-Luc Paour <gallery@paour.com> (1.1-b6)

* Implemented rotate-before-upload based on jpegtran.
Expand Down Expand Up @@ -50,6 +67,18 @@

* Added first embryo of a preferences dialog.

2003-06-18 Pierre-Luc Paour <gallery@paour.com> (1.0.1)

* No changes from RC1.
* Non-Win32 builds get ImageMagick directory with instructions
on how to set it up.

2003-05-28 Pierre-Luc Paour <gallery@paour.com> (1.0.1-RC1)

* No changes from b6.
* No longer building 'run' batch scripts: running GR is now only
with the native InstallAnywhere launcher or ant.

2003-05-25 Pierre-Luc Paour <gallery@paour.com> (1.0.1-b6)

* When an auth error occurs, made the error message more informative.
Expand Down
4 changes: 2 additions & 2 deletions defaults.properties
Expand Up @@ -116,6 +116,6 @@ updateUrlBeta=http://gallery.sourceforge.net/gallery_remote_version_check_beta.p
#
# --- Do not edit below this line ---
#
version=1.1b6
releaseDate=2003/06/16
version=1.1b7
releaseDate=2003/06/25
aboutText=Gallery Remote\n \n \nA part of the Gallery Open-Source Project\nhttp://gallery.sourceforge.net\n \n \nMaintained by Pierre-Luc Paour\n \nInitial version by Chris Smith\n \n \nContributors:\n \nTim Miller\nDolan Halbrook\n \n \nArtwork by Ross A. Reyman\n \n \nBundled software:\n \nImageMagick\nJSX\nJava look and feel Graphics Repository icons\njpegtran, Guido Vollbeding's version

0 comments on commit 5339888

Please sign in to comment.