diff --git a/CHANGELOG.md b/CHANGELOG.md
index a14fc3cb0a..0eabbc4825 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,10 @@ Ansible Changes By Release
1.5 "Love Walks In" - Release pending!
+1.4.1 "Could This Be Magic" - November 27, 2013
+
+* Misc fixes to accelerate mode and various modules.
+
1.4 "Could This Be Magic" - November 21, 2013
Highlighted new features:
diff --git a/RELEASES.txt b/RELEASES.txt
index 5c46bed881..141b9f92ee 100644
--- a/RELEASES.txt
+++ b/RELEASES.txt
@@ -2,6 +2,7 @@ Ansible Releases at a Glance
============================
1.5 "Love Walks In" -------- active development
+1.4.1 "Could This Be Magic?" - 11-27-2013
1.4 "Could This Be Magic?" - 11-21-2013
1.3.4 "Top of the World" ----- 10-29-2013
1.3.3 "Top of the World" ----- 10-09-2013
diff --git a/docs/man/man1/ansible-doc.1 b/docs/man/man1/ansible-doc.1
index c8fe09cfc8..6ba3e058ec 100644
--- a/docs/man/man1/ansible-doc.1
+++ b/docs/man/man1/ansible-doc.1
@@ -2,12 +2,12 @@
.\" Title: ansible-doc
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.75.2
-.\" Date: 10/26/2013
+.\" Date: 11/27/2013
.\" Manual: System administration commands
-.\" Source: Ansible 1.4
+.\" Source: Ansible 1.4.1
.\" Language: English
.\"
-.TH "ANSIBLE\-DOC" "1" "10/26/2013" "Ansible 1\&.4" "System administration commands"
+.TH "ANSIBLE\-DOC" "1" "11/27/2013" "Ansible 1\&.4\&.1" "System administration commands"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
diff --git a/docs/man/man1/ansible-playbook.1 b/docs/man/man1/ansible-playbook.1
index c545ea4f9c..950a470bb5 100644
--- a/docs/man/man1/ansible-playbook.1
+++ b/docs/man/man1/ansible-playbook.1
@@ -1,22 +1,13 @@
'\" t
.\" Title: ansible-playbook
-.\" Author: :doctype:manpage
-.\" Generator: DocBook XSL Stylesheets v1.76.1
-.\" Date: 11/18/2013
+.\" Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2
+.\" Date: 11/27/2013
.\" Manual: System administration commands
-.\" Source: Ansible 1.4
+.\" Source: Ansible 1.4.1
.\" Language: English
.\"
-.TH "ANSIBLE\-PLAYBOOK" "1" "11/18/2013" "Ansible 1\&.4" "System administration commands"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el .ds Aq '
+.TH "ANSIBLE\-PLAYBOOK" "1" "11/27/2013" "Ansible 1\&.4\&.1" "System administration commands"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
@@ -171,9 +162,3 @@ Ansible is released under the terms of the GPLv3 License\&.
\fBansible\fR(1), \fBansible\-pull\fR(1), \fBansible\-doc\fR(1)
.sp
Extensive documentation as well as IRC and mailing list info is available on the ansible home page: https://ansible\&.github\&.com/
-.SH "AUTHOR"
-.PP
-\fB:doctype:manpage\fR
-.RS 4
-Author.
-.RE
diff --git a/docs/man/man1/ansible-pull.1 b/docs/man/man1/ansible-pull.1
index 6ef143a8df..7644751d97 100644
--- a/docs/man/man1/ansible-pull.1
+++ b/docs/man/man1/ansible-pull.1
@@ -1,22 +1,13 @@
'\" t
.\" Title: ansible
-.\" Author: :doctype:manpage
-.\" Generator: DocBook XSL Stylesheets v1.76.1
-.\" Date: 11/18/2013
+.\" Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2
+.\" Date: 11/27/2013
.\" Manual: System administration commands
-.\" Source: Ansible 1.4
+.\" Source: Ansible 1.4.1
.\" Language: English
.\"
-.TH "ANSIBLE" "1" "11/18/2013" "Ansible 1\&.4" "System administration commands"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el .ds Aq '
+.TH "ANSIBLE" "1" "11/27/2013" "Ansible 1\&.4\&.1" "System administration commands"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
@@ -34,7 +25,7 @@ ansible-pull \- set up a remote copy of ansible on each managed node
ansible \-d DEST \-U URL [options] [ ]
.SH "DESCRIPTION"
.sp
-\fBAnsible\fR is an extra\-simple tool/framework/API for doing \*(Aqremote things\*(Aq over SSH\&.
+\fBAnsible\fR is an extra\-simple tool/framework/API for doing \'remote things\' over SSH\&.
.sp
Use ansible\-pull to set up a remote copy of ansible on each managed node, each set to run via cron and update playbook source via a source repository\&. This inverts the default \fBpush\fR architecture of ansible into a \fBpull\fR architecture, which has near\-limitless scaling potential\&.
.sp
@@ -99,9 +90,3 @@ Ansible is released under the terms of the GPLv3 License\&.
\fBansible\fR(1), \fBansible\-playbook\fR(1), \fBansible\-doc\fR(1)
.sp
Extensive documentation as well as IRC and mailing list info is available on the ansible home page: https://ansible\&.github\&.com/
-.SH "AUTHOR"
-.PP
-\fB:doctype:manpage\fR
-.RS 4
-Author.
-.RE
diff --git a/docs/man/man1/ansible.1 b/docs/man/man1/ansible.1
index bf8d2701e4..9e2b3cc042 100644
--- a/docs/man/man1/ansible.1
+++ b/docs/man/man1/ansible.1
@@ -1,22 +1,13 @@
'\" t
.\" Title: ansible
-.\" Author: :doctype:manpage
-.\" Generator: DocBook XSL Stylesheets v1.76.1
-.\" Date: 11/18/2013
+.\" Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2
+.\" Date: 11/27/2013
.\" Manual: System administration commands
-.\" Source: Ansible 1.4
+.\" Source: Ansible 1.4.1
.\" Language: English
.\"
-.TH "ANSIBLE" "1" "11/18/2013" "Ansible 1\&.4" "System administration commands"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el .ds Aq '
+.TH "ANSIBLE" "1" "11/27/2013" "Ansible 1\&.4\&.1" "System administration commands"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
@@ -34,7 +25,7 @@ ansible \- run a command somewhere else
ansible [\-f forks] [\-m module_name] [\-a args]
.SH "DESCRIPTION"
.sp
-\fBAnsible\fR is an extra\-simple tool/framework/API for doing \*(Aqremote things\*(Aq over SSH\&.
+\fBAnsible\fR is an extra\-simple tool/framework/API for doing \'remote things\' over SSH\&.
.SH "ARGUMENTS"
.PP
\fBhost\-pattern\fR
@@ -82,7 +73,7 @@ search path to load modules from\&. The default is
\fI/usr/share/ansible\fR\&. This can also be set with the ANSIBLE_LIBRARY environment variable\&.
.RE
.PP
-\fB\-a\fR \*(Aq\fIARGUMENTS\fR\*(Aq, \fB\-\-args=\fR\*(Aq\fIARGUMENTS\fR\*(Aq
+\fB\-a\fR \'\fIARGUMENTS\fR\', \fB\-\-args=\fR\'\fIARGUMENTS\fR\'
.RS 4
The
\fIARGUMENTS\fR
@@ -206,9 +197,3 @@ Ansible is released under the terms of the GPLv3 License\&.
\fBansible\-playbook\fR(1), \fBansible\-pull\fR(1), \fBansible\-doc\fR(1)
.sp
Extensive documentation as well as IRC and mailing list info is available on the ansible home page: https://ansible\&.github\&.com/
-.SH "AUTHOR"
-.PP
-\fB:doctype:manpage\fR
-.RS 4
-Author.
-.RE
diff --git a/packaging/debian/changelog b/packaging/debian/changelog
index 9b205b0f1d..8bfd30ddab 100644
--- a/packaging/debian/changelog
+++ b/packaging/debian/changelog
@@ -2,7 +2,13 @@ ansible (1.5) unstable; urgency=low
* 1.5 release (PENDING)
- -- Michael DeHaan Thu, 21 November 2013 15:00:01 -0500
+ -- Michael DeHaan Wed, 27 November 2013 15:00:02 -0500
+
+ansible (1.4.1) unstable; urgency=low
+
+ * 1.4.1 release
+
+ -- Michael DeHaan Wed, 27 November 2013 15:00:01 -0500
ansible (1.4) unstable; urgency=low
diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec
index c0b92193ce..2d04e8583a 100644
--- a/packaging/rpm/ansible.spec
+++ b/packaging/rpm/ansible.spec
@@ -78,9 +78,12 @@ rm -rf $RPM_BUILD_ROOT
%changelog
-* Thu Nov 21 2013 Michael DeHaan - 1.5-0
+* Wed Nov 27 2013 Michael DeHaan - 1.5-0
* (PENDING)
+* Wed Nov 27 2013 Michael DeHaan - 1.4-1
+* Release 1.4.1
+
* Thu Nov 21 2013 Michael DeHaan - 1.4-0
* Release 1.4.0