DisOrder 5.0.2
authorRichard Kettlewell <rjk@greenend.org.uk>
Sat, 28 May 2011 11:06:59 +0000 (12:06 +0100)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sat, 28 May 2011 11:06:59 +0000 (12:06 +0100)
CHANGES.html
configure.ac
debian/changelog
debian/control
templates/login.tmpl

index 976b116..617f880 100644 (file)
@@ -68,6 +68,14 @@ span.command {
 <p>This file documents recent user-visible changes to <a
  href="http://www.greenend.org.uk/rjk/disorder/">DisOrder</a>.</p>
 
+<h2>Changes up to version 5.0.2</h2>
+
+<div class=section>
+
+<p>The login form now indicates that a cookie will be set.</p>
+
+</div>
+
 <h2>Changes up to version 5.0.1</h2>
 
 <div class=section>
index 4a3c37a..cef3de8 100644 (file)
@@ -18,9 +18,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 
-AC_INIT([disorder], [5.0.1], [richard+disorder@sfere.greenend.org.uk])
+AC_INIT([disorder], [5.0.2], [richard+disorder@sfere.greenend.org.uk])
 AC_CONFIG_AUX_DIR([config.aux])
-AM_INIT_AUTOMAKE(disorder, [5.0.1])
+AM_INIT_AUTOMAKE(disorder, [5.0.2])
 AC_CONFIG_SRCDIR([server/disorderd.c])
 AM_CONFIG_HEADER([config.h])
 
index b7e0a8d..9e7f42e 100644 (file)
@@ -1,3 +1,9 @@
+disorder (5.0.2) unstable; urgency=low
+
+  * Mention login cookie.
+
+ -- Richard Kettlewell <rjk@greenend.org.uk>  Sat, 28 May 2011 11:54:52 +0100
+
 disorder (5.0.1) unstable; urgency=low
 
   * Disorder 5.0.1
index 2254137..3329278 100644 (file)
@@ -3,7 +3,7 @@ Maintainer: Richard Kettlewell <rjk@greenend.org.uk>
 Section: sound
 Priority: optional
 Standards-Version: 3.8.1.0
-Build-Depends: libgc6-dev | libgc-dev, libgcrypt-dev, libdb4.3-dev, libpcre3-dev, libvorbis-dev, libmad0-dev, libasound2-dev, libao-dev, python, libflac-dev, libgtk2.0-dev (>= 2.12.12)
+Build-Depends: libgc6-dev | libgc-dev, libgcrypt-dev, libdb4.8-dev, libpcre3-dev, libvorbis-dev, libmad0-dev, libasound2-dev, libao-dev, python, libflac-dev, libgtk2.0-dev (>= 2.12.12)
 Vcs-Bzr: http://www.greenend.org.uk/rjk/bzr/disorder.dev/
 Homepage: http://www.greenend.org.uk/rjk/disorder/
 
index 47bc334..972ed93 100644 (file)
@@ -74,6 +74,11 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
    your email address, and if a reminder has been sent too recently
    then it won't be possible to send one.</p>
 
+   <p>Logging in will set a cookie.  This cookie is only used for
+   authentication purposes.  Do not log in if you do not consent to this cookie
+   being set.  The cookie should be deleted when you log out, and will
+   eventually expire in any case.</p>
+
    <form class=reminder action="@url" method=POST
          enctype="multipart/form-data" accept-charset=utf-8>
      <table class=login>