Author: remy.maucherat(a)jboss.com
Date: 2010-12-09 05:09:24 -0500 (Thu, 09 Dec 2010)
New Revision: 1611
Modified:
trunk/build.properties.default
trunk/build.xml
trunk/webapps/docs/changelog.xml
Log:
- Update version number to 7.0, for AS 7.
Modified: trunk/build.properties.default
===================================================================
--- trunk/build.properties.default 2010-12-09 09:17:27 UTC (rev 1610)
+++ trunk/build.properties.default 2010-12-09 10:09:24 UTC (rev 1611)
@@ -10,7 +10,7 @@
# -----------------------------------------------------------------------------
# ----- Version Control Flags -----
-version.major=3
+version.major=7
version.minor=0
version.build=0
version.patch=0
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2010-12-09 09:17:27 UTC (rev 1610)
+++ trunk/build.xml 2010-12-09 10:09:24 UTC (rev 1611)
@@ -13,12 +13,12 @@
<!-- Project Properties -->
<property name="name" value="JBoss Web" />
<property name="year" value="2010" />
- <property name="version.major" value="3" />
+ <property name="version.major" value="7" />
<property name="version.minor" value="0" />
<property name="version.build" value="0" />
<property name="version.patch" value="0" />
<property name="version.tag" value="SNAPSHOT" />
- <property name="version"
value="${version.major}.${version.minor}.${version.build}-${version.tag}" />
+ <property name="version"
value="${version.major}.${version.minor}.${version.build}.${version.tag}" />
<property name="version.number"
value="${version.major}.${version.minor}.${version.build}.${version.patch}"
/>
<property name="project" value="jboss-web" />
Modified: trunk/webapps/docs/changelog.xml
===================================================================
--- trunk/webapps/docs/changelog.xml 2010-12-09 09:17:27 UTC (rev 1610)
+++ trunk/webapps/docs/changelog.xml 2010-12-09 10:09:24 UTC (rev 1611)
@@ -16,29 +16,10 @@
<body>
-<section name="JBoss Web 3.0.0.Beta9 (remm)">
+<section name="JBoss Web 7.0.0.Beta1 (remm)">
<subsection name="Catalina">
<changelog>
<fix>
- <bug>49991</bug>: Fix calling Request listeners when entering and
exiting
- the application scope in the main host valve, not simply just before
- calling the filter chain. (remm)
- </fix>
- </changelog>
- </subsection>
- <subsection name="Jasper">
- <changelog>
- <fix>
- Close reader in JDT compiler. (markt)
- </fix>
- </changelog>
- </subsection>
-</section>
-
-<section name="JBoss Web 3.0.0.Beta8 (remm)">
- <subsection name="Catalina">
- <changelog>
- <fix>
<jboss-jira>JBAS-8571</jboss-jira>: Allow a Servlet 3.0 login to
reauthenticate with SSO. (remm)
</fix>
<fix>
@@ -56,6 +37,11 @@
<fix>
<jira>190</jira>: The rewrite resolver should look at request
attributes. (remm)
</fix>
+ <fix>
+ <bug>49991</bug>: Fix calling Request listeners when entering and
exiting
+ the application scope in the main host valve, not simply just before
+ calling the filter chain. (remm)
+ </fix>
</changelog>
</subsection>
<subsection name="Coyote">
@@ -99,6 +85,9 @@
<fix>
<bug>50105</bug>: Use Enum.name() rather than Enum.toString() in
composite expressions. (markt)
</fix>
+ <fix>
+ Close reader in JDT compiler. (markt)
+ </fix>
</changelog>
</subsection>
</section>