diff options
author | Steve Slaven <bpk@hoopajoo.net> | 2005-09-13 23:14:48 (GMT) |
---|---|---|
committer | Steve Slaven <bpk@hoopajoo.net> | 2005-09-13 23:14:48 (GMT) |
commit | 3b80ca148a0dda64840c9defe6129ef2d09aacdb (patch) | |
tree | f590c560634ba2d453755d34297c5362adac4c3b | |
parent | da532a4a7803a1fd5f71f3b497f9e65a3a1e94e4 (diff) | |
download | powwow-3b80ca148a0dda64840c9defe6129ef2d09aacdb.zip powwow-3b80ca148a0dda64840c9defe6129ef2d09aacdb.tar.gz powwow-3b80ca148a0dda64840c9defe6129ef2d09aacdb.tar.bz2 |
Updated news and some debian control files
-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 |