--- a/docs/index.html.markdown
+++ b/docs/index.html.markdown
@@ -6,17 +6,17 @@ subtitle: Help make Bespin better!
This documentation is intended for Bespin developers, plugin authors and users of Bespin Embedded.
Bespin end users will likely find more useful documentation on the [Bespin Wiki][1].
[The Glossary](glossary.html) will clear up any questions you have about terminology used on the project.
Find out what's new, in the
-[Bespin 0.7 Release Notes](releases/notes07.html).
+[Bespin 0.7.2 Release Notes](releases/notes072.html).
Plugin Author Guide
-------------------
* [Introduction](pluginguide/index.html)
* [Built-in Extension Points](pluginguide/extpoints.html)
* [Distributing Plugins](pluginguide/distributing.html)
* [Syntax Highlighting](pluginguide/syntax.html)
--- a/docs/releases/index.html.markdown
+++ b/docs/releases/index.html.markdown
@@ -1,12 +1,14 @@
---
title: Bespin Release Notes
layout: default
---
+* [0.7.2](notes072.html)
+* [0.7.1](notes071.html)
* [0.7](notes07.html)
* [0.6.3](notes063.html)
* [0.6.2](notes062.html)
* [0.6.1](notes061.html)
* [0.6](notes06.html)
* [0.5.1](notes051.html)
* [0.5](notes05.html)
--- a/docs/releases/notes07.html.markdown
+++ b/docs/releases/notes07.html.markdown
@@ -1,14 +1,14 @@
---
layout: default
title: Bespin 0.7 ("Ped Xing") Release Notes
---
-[Up](index.html) - Next Release - [Previous Release](notes063.html)
+[Up](index.html) - [Next Release](notes071.html) - [Previous Release](notes063.html)
Known Issues
------------
Bespin 0.7 is *alpha* software. It is still under active development
and APIs are subject to change. Bespin 0.7 marks the first server release
since the Bespin project Reboot. There is still a bit of work required
before the server reaches feature and polish parity with 0.4.4. However, Bespin
new file mode 100644
--- /dev/null
+++ b/docs/releases/notes071.html.markdown
@@ -0,0 +1,76 @@
+---
+layout: default
+title: Bespin 0.7.1 ("Bryce") Release Notes
+---
+
+[Up](index.html) - [Next Release](notes072.html) - [Previous Release](notes07.html)
+
+Known Issues
+------------
+
+Bespin 0.7.1 is *alpha* software. It is still under active development
+and APIs are subject to change. Bespin 0.7 marks the first server release
+since the Bespin project Reboot. There is still a bit of work required
+before the server reaches feature and polish parity with 0.4.4. However, Bespin
+0.7 also does a number of things that 0.4.4 didn't.
+
+For *Bespin Embedded*:
+
+* Bespin Embedded does not attach correctly to a textarea (bug 535819;
+ workaround: change the textarea to a div first)
+* Options are not settable at runtime (bug 549679)
+* There is no CSS syntax highlighting yet (bug 547272)
+* Bits of the cursor may remain when focusing the editor (bug 550642)
+* The editor can flicker when it regains focus (bug 550642)
+* The editor does not yet support tab characters (bug 543999)
+* The Embedded editor remains larger than we'd like, but shrinking
+ it down is low priority at the moment
+
+For *Bespin Server*:
+
+* Collaboration is not done yet (bug 554943)
+* The File Explorer is still missing (bug 554945)
+* The "vcs clone" command has not been updated (bug 554624)
+* The "svn" commands have not been resurrected (bug 554625)
+* project import and export have not been resurrected (bug 554946 and
+ bug 554947)
+* The command line does not yet support aliases, which means that you may
+ need to use different names for some of the commands you're used to
+ in earlier Bespins (bug 543968)
+* Pressing enter quickly after typing the last character on the command
+ line can lead to the last character of input getting chopped off
+ (bug 554952)
+* The preview command has not been brought back (bug 554958)
+
+Features
+--------
+
+* The keyboard is now remappable via plugins and configuration. We've tried
+ to make it powerful enough to support vi and emacs style key commands.
+ (bug 542492)
+* Added built-in plugin gallery (plugin gallery and plugin upload commands)
+ for sharing plugins.
+* New "feedback" command opens your browser to the Bespin forum at
+ feedback.mozillalabs.com, making it very easy to let us know if you
+ have any suggestions. (bug 550287)
+* The "vcs clone" command is back for checking out Subversion and Mercurial
+ repositories (bug 554624)
+* New editing command to create a new line and move the cursor to the next
+ line, like "opening a line" in vi (bug 557191)
+
+Fixes
+-----
+
+* The Python server build did not include all of the installation requirements
+ (bug 552670)
+* Syntax highlighting could overflow the call stack (bug 556151)
+* Numerous fixes to SproutCore (bug 553497)
+* cmd-J now properly moves between the editor and the command line
+ (bug 554652)
+* The tab order in the login dialog is now correct (this was a SproutCore
+ bug in the end). (bug 554892)
+* "tab" in the editor was causing a jump to the command line (bug 555598)
+* The mini manpage for commands was not painting with a background in Chrome
+ (bug 556527)
+* VCS commands weren't working because of a polling problem (bug 556823)
+* The select word left command would not go past a period (bug 557186)
\ No newline at end of file
new file mode 100644
--- /dev/null
+++ b/docs/releases/notes072.html.markdown
@@ -0,0 +1,57 @@
+---
+layout: default
+title: Bespin 0.7.2 ("Ashwell") Release Notes
+---
+
+[Up](index.html) - Next Release - [Previous Release](notes071.html)
+
+Known Issues
+------------
+
+Bespin 0.7.2 is *alpha* software. It is still under active development
+and APIs are subject to change. Bespin 0.7 marks the first server release
+since the Bespin project Reboot. There is still a bit of work required
+before the server reaches feature and polish parity with 0.4.4. However, Bespin
+0.7 also does a number of things that 0.4.4 didn't.
+
+For *Bespin Embedded*:
+
+* Bespin Embedded does not attach correctly to a textarea (bug 535819;
+ workaround: change the textarea to a div first)
+* Options are not settable at runtime (bug 549679)
+* There is no CSS syntax highlighting yet (bug 547272)
+* Bits of the cursor may remain when focusing the editor (bug 550642)
+* The editor can flicker when it regains focus (bug 550642)
+* The editor does not yet support tab characters (bug 543999)
+* The Embedded editor remains larger than we'd like, but shrinking
+ it down is low priority at the moment
+
+For *Bespin Server*:
+
+* Collaboration is not done yet (bug 554943)
+* The File Explorer is still missing (bug 554945)
+* The "vcs clone" command has not been updated (bug 554624)
+* The "svn" commands have not been resurrected (bug 554625)
+* project import and export have not been resurrected (bug 554946 and
+ bug 554947)
+* The command line does not yet support aliases, which means that you may
+ need to use different names for some of the commands you're used to
+ in earlier Bespins (bug 543968)
+* Pressing enter quickly after typing the last character on the command
+ line can lead to the last character of input getting chopped off
+ (bug 554952)
+* The preview command has not been brought back (bug 554958)
+
+Features
+--------
+
+* The server now supports logging errors to ErrorStack (bug 558311)
+
+Fixes
+-----
+
+* Users with & in their passwords were unable to login (bug 558051)
+* The command line was not scrolling the output consistently (bug 556327)
+* The Bespin server was serving up uncompressed JS and CSS (bug 558329)
+* The in-development collaboration plugin had broken the newfile command
+ (bug 557505)