diff --git a/README.md b/README.md
index 14893ac9f41cfb17429b42c86da86bbe33904248..63eae4967a6558339879c92e98743dd950d7f56b 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ How osTicket works for you
   1. Users create tickets via your website, email, or phone
   1. Incoming tickets are saved and assigned to agents
   1. Agents help your users resolve their issues
- 
+
 osTicket is an attractive alternative to higher-cost and complex customer
 support systems; simple, lightweight, reliable, open source, web-based and
 easy to setup and use. The best part is, it's completely free.
@@ -28,7 +28,7 @@ you) and cd into it. Then clone the repository (the folder must be empty!):
 osTicket uses the git flow development model, so you’ll need to switch to
 the develop branch in order to see the bleeding-edge feature additions.
 
-    git checkout develop 
+    git checkout develop
 
 Follow the usual install instructions (beginning from Manual Installation
 above), except, don't delete the setup/ folder. For this reason, such an
@@ -42,9 +42,9 @@ osTicket codebase before embarking on an upgrade.
 
 To trigger the update process, fetch the osTicket-1.7 tarball from either
 the osTicket [github](http://github.com/osTicket/osTicket-1.7) page or from
-the osTicket website. Extract the tarball into the folder of you osTicket
+the osTicket website. Extract the tarball into the folder of your osTicket
 codebase. This can also be accomplished with the zip file, and a FTP client
-can of course be used to upload the new source code to your server. 
+can of course be used to upload the new source code to your server.
 
 Any way you choose your adventure, when you have your codebase upgraded to
 osTicket-1.7, visit the /scp page of you ticketing system. The upgrader will
@@ -57,7 +57,7 @@ Help
 ----
 Visit the [wiki](http://osticket.com/wiki/Home) or the
 [forum](http://osticket.com/forums/). And if you'd like professional help
-managing your osTicket installation, 
+managing your osTicket installation,
 [commercial support](http://osticket.com/support/) is available.
 
 Contributing
@@ -85,4 +85,4 @@ osTicket is supported by several magical open source projects including:
   * [PEAR/Net_SMTP](http://pear.php.net/package/Net_SMTP)
   * [PEAR/Net_Socket](http://pear.php.net/package/Net_Socket)
   * [PEAR/Serivces_JSON](http://pear.php.net/package/Services_JSON)
-  * [phplint](http://antirez.com/page/phplint.html) 
+  * [phplint](http://antirez.com/page/phplint.html)
diff --git a/WHATSNEW.md b/WHATSNEW.md
index 460b4020f95e758483da45e8cf37bd669b4cb15d..d232c2330980eb947c5944f722b48b1e7ddb999a 100644
--- a/WHATSNEW.md
+++ b/WHATSNEW.md
@@ -67,9 +67,9 @@ New Features in 1.7
 ===================
 Version 1.7 includes several new features
 
-Email Filters
+Ticket Filters
 -------------
-As an upgrade from email banning (which is still supported), email filters
+As an upgrade from email banning (which is still supported), ticket filters
 allow for matching incoming email in the subject line and message body. For
 matching emails, the administrator has the ability to automatically route
 tickets:
@@ -79,6 +79,12 @@ tickets:
   * Disable ticket auto-responses
   * Send automatic canned responses
 
+Tickets filters are also applied to tickets submitted via all ticket
+interfaces, including the API, email, staff and client web interfaces. And,
+as a bonus, the filters can be configured to target only a single interface.
+So an administrator could, for instance, target tickets received via email
+from a particular domain.
+
 Canned Attachments
 ------------------
 Attach files to your canned responses. These attachments are automatically
@@ -86,6 +92,13 @@ attached to the ticket thread along with the canned response. The
 attachments are not duplicated in the database and therefore use virtually
 no space.
 
+Database-backed Attachments
+---------------------------
+No more crazy security-related configuration to your host server in order to
+support attachments. Attachments are now quietly stored in the database. The
+upgrade migration will automatically port attachments from the previous
+locations into the database.
+
 Service Level Agreements
 ------------------------
 Service level agreements allow for a configurable grace period based on the
@@ -99,13 +112,15 @@ Manage a searchable help document portal for your users
 
 Dashboard Reports
 -----------------
-Flashy reports of ticket system activiy as well as exportable ticket system
+Flashy reports of ticket system activity as well as exportable ticket system
 statistics, allowing for easy report generation from office spreadsheet
 applications.
 
 Ticket Export
 -------------
-Convert the ticket thread to a printed format for long term storage.
+Convert the ticket thread to a printed format for long term storage. The
+ticket view page now supports a print feature, which will render the ticket
+as a PDF document.
 
 API
 ---
@@ -114,3 +129,26 @@ tickets are createable by submitting an HTTP POST request to either
 
     /api/tickets.xml
     /api/tickets.json
+
+The API can also be used to pipe emails into the osTicket system. Use the
+included `automail.php` or `automail.pl` script to pipe emails to the
+system, or post raw email messages directly to
+
+    /api/tickets.email
+
+Use of the API requires an API key, which can be created and configured in
+the admin panel of the support system.
+
+Geeky New Features
+==================
+
+Unicode
+-------
+Better and more consistent international text handling
+
+Flexible Template Variables
+---------------------------
+Template variables have been redesigned to be more flexible. They have been
+integrated into the respective object classes so that an object as well as
+its properties can be represented in template variables. For instance
+%{ticket.staff.name}