Changeset 2299 for FCKeditor.Net/trunk
- Timestamp:
- 2008-07-26 14:33:46 (6 months ago)
- Location:
- FCKeditor.Net/trunk
- Files:
-
- 2 added
- 2 modified
-
AssemblyInfo.cs (modified) (2 diffs)
-
_dev (added)
-
_dev/build_release.bat (added)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Net/trunk/AssemblyInfo.cs
r1197 r2299 40 40 [assembly: AssemblyCompany("")] 41 41 [assembly: AssemblyProduct("FCKeditor.FCKeditorV2")] 42 [assembly: AssemblyCopyright("2003-200 5Frederico Caldeira Knabben")]42 [assembly: AssemblyCopyright("2003-2008 Frederico Caldeira Knabben")] 43 43 [assembly: AssemblyTrademark("")] 44 44 [assembly: AssemblyCulture("")] … … 55 55 // by using the '*' as shown below: 56 56 57 [assembly: AssemblyVersion("2. 5.*")]57 [assembly: AssemblyVersion("2.6.3.*")] 58 58 59 59 // -
FCKeditor.Net/trunk/_whatsnew.html
r2282 r2299 34 34 FCKeditor.Net ChangeLog - What's New?</h1> 35 35 <h3> 36 Version 2.6.3 (SVN)</h3> 37 <p> 38 New Features and Improvements:</p> 39 <ul> 40 <li></li> 41 </ul> 36 Version 2.6.3</h3> 42 37 <p> 43 38 Fixed Bugs:</p> 44 39 <ul> 40 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/234">#234</a>] Fixed 41 the incompatibility with the Microsoft ASP.Net AJAX UpdatePanel.</li> 45 42 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1908">#1908</a>] &amp; was 46 decoded at the wrong time in the server, leading to data loss.</li> 47 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/234">#234</a>] Fixed 48 the incompatibility with the Microsoft ASP.Net AJAX UpdatePanel.</li> 43 decoded at the wrong time in the server, leading to data loss. </li> 49 44 </ul> 50 45 <h3>