aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorClaude Brisson <cbrisson@apache.org>2018-10-14 11:16:27 +0000
committerClaude Brisson <cbrisson@apache.org>2018-10-14 11:16:27 +0000
commit08b6d136010ec70b3761629dd6a8d39ba38e6df4 (patch)
tree4ee20ea9056ca396af863b12a8e7bdac85ba8329 /src
parent6d4704b2879f4986428ff7cf198f7b736b6d2d7a (diff)
downloadapache-velocity-engine-08b6d136010ec70b3761629dd6a8d39ba38e6df4.tar.gz
[VELOCITY-888] Include proper OSGi bundle informations in manifest files
git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/trunk@1843825 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r--src/changes/changes.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 749c4018..7152d9da 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -26,6 +26,9 @@
<body>
<release version="2.1" date="In subversion">
+ <action type="fix" dev="cbrisson" issue="VELOCITY-888">
+ Include proper OSGi bundle informations in manifest files
+ </action>
<action type="add" dev="cbrisson" issue="VELOCITY-898">
Alternate reference values: <code>${foo|'foo'}</code> evaluates to false whenever boolean evaluation of $foo is false
</action>