Mercurial > dive4elements > http-client
comparison ChangeLog @ 29:863c7301b7f5 0.5
Tagged RELEASE 0.5 of http-client.
http-client/tags/0.5@2787 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 19 Sep 2011 14:38:23 +0000 |
parents | 68163c3ca407 |
children | b78c1909c490 |
comparison
equal
deleted
inserted
replaced
28:68163c3ca407 | 29:863c7301b7f5 |
---|---|
1 2011-09-19 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 Taggd RELEASE 0.5 | |
4 | |
5 * Changes: Prepared changes for the release. | |
6 | |
1 2011-08-23 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 7 2011-08-23 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 8 |
3 * src/main/java/de/intevation/artifacts/httpclient/utils/ArtifactProtocolUtils.java | 9 * src/main/java/de/intevation/artifacts/httpclient/utils/ArtifactProtocolUtils.java |
4 (createFeedDocument): Directly iterate over the entry set of the map. Do not | 10 (createFeedDocument): Directly iterate over the entry set of the map. Do not |
5 use the more expensive 'for all key in keys: value = get(key)' | 11 use the more expensive 'for all key in keys: value = get(key)' |