Author: pauls
Date: Sun Sep 7 12:54:09 2008
New Revision: 692926
URL: http://svn.apache.org/viewvc?rev=692926&view=rev
Log:
Prepare for 1.2.1 release
Modified:
felix/trunk/framework/doc/changelog.txt
felix/trunk/framework/pom.xml
Modified: felix/trunk/framework/doc/changelog.txt
URL:
http://svn.apache.org/viewvc/felix/trunk/framework/doc/changelog.txt?rev=692926&r1=692925&r2=692926&view=diff
==============================================================================
--- felix/trunk/framework/doc/changelog.txt (original)
+++ felix/trunk/framework/doc/changelog.txt Sun Sep 7 12:54:09 2008
@@ -1,3 +1,11 @@
+Changes from 1.2.0 to 1.2.1
+---------------------------
+
+* [2008-09-05] Fixed a performance regression that was caused by uncached
+ access to the bundle manifest headers. (FELIX-711)
+* [2008-09-03] Fixed a bug in calculating the system bundle's exported
+ packages which added a null export package.
+
Changes from 1.0.4 to 1.2.0
---------------------------
Modified: felix/trunk/framework/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/framework/pom.xml?rev=692926&r1=692925&r2=692926&view=diff
==============================================================================
--- felix/trunk/framework/pom.xml (original)
+++ felix/trunk/framework/pom.xml Sun Sep 7 12:54:09 2008
@@ -27,7 +27,7 @@
<packaging>bundle</packaging>
<name>Apache Felix Framework</name>
<artifactId>org.apache.felix.framework</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>${pom.groupId}</groupId>