diff options
author | Sven Gothel <[email protected]> | 2010-11-10 06:30:27 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-10 06:30:27 +0100 |
commit | 4ea473a2cbf59fcbd8e82d26da389cd8c2b4a291 (patch) | |
tree | 3284f63bcc2ca7a2d826e1d72c6122adf5678f6f /CHANGELOG.txt | |
parent | 0e518c96ae9523eb90989ec6d59c0fbcc8d71349 (diff) |
Added 'jogl.build.id' (hudson timestamp), 'jogl.build.commit' (git commit sha1) and 'jogl.build.branch' (git branch) to the JARs Manifest files, artifact.properties and deployment README.txt ; Fixed some URLs and text ; Removed the notion of RI and non RI versions, since from now on we reference a release version via: module-base-version, git sha1 and hudson build number
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r-- | CHANGELOG.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 39112dbf0..bc6b7ac6d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,8 @@ Changes between JOGL 1.1.1 and today: - - Please refere to the repository log file + - Please refere to the online repository history at: + http://jogamp.org/git/ + http://github.com/sgothel/jogl Changes between JOGL 1.1.0 and 1.1.1: @@ -105,4 +107,4 @@ Changes between JOGL 1.0.0 and 1.1.0: and 6333613. Changes between JOGL 1.1.1 and 2.0: - - lots of changes
\ No newline at end of file + - lots of changes |