diff options
| -rw-r--r-- | NEWS | 4 | ||||
| -rw-r--r-- | debian/changelog | 8 | ||||
| -rw-r--r-- | debian/control | 3 | 
3 files changed, 13 insertions, 2 deletions
@@ -1,3 +1,7 @@ +1.2.9 Jul-25-2005 +- Fixed path problem as per Gentoo +- Updated documentation +  1.2.8 Mar-21-2005  - Incorporated patch for locale support and some cleanup/bugfixes    from Dain diff --git a/debian/changelog b/debian/changelog index 8ee07d2..a2a539a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,14 @@ +powwow (1.2.9) unstable; urgency=low + +  * Fixed the dependancy list, minor feature enhancements + + -- Steve Slaven <bpk@hoopajoo.net>  Mon,  25 Jul 2005 17:58:49 +0000 +  powwow (1.2.8) unstable; urgency=low    * First release. - -- Steve Slaven <bpk@hoopajoo.net>  Mon,  20 Mar 2000 17:58:49 +0000 + -- Steve Slaven <bpk@hoopajoo.net>  Mon,  20 Mar 2005 17:58:49 +0000  Local variables:  mode: debian-changelog diff --git a/debian/control b/debian/control index a0a2ed3..9a596d1 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,8 @@ Priority: optional  Standards-Version: 3.0.1  Package: powwow -Version: 1.2.8 +Version: 1.2.9 +Depends: libncurses5  Description: a powerful and extensible curses based mud client   powwow is a powerful mud client that supports triggers, aliases,   multiple connections, and more.  It is extensible through a plugin  | 
