diff options
author | Steve Slaven <bpk@hoopajoo.net> | 2005-03-21 22:55:44 (GMT) |
---|---|---|
committer | Steve Slaven <bpk@hoopajoo.net> | 2005-03-21 22:55:44 (GMT) |
commit | 41199241f4d878c24c9b6d7977b56ad562d0064f (patch) | |
tree | 08e527441df7064fc68e0dfc667f2485b627fc88 /debian | |
parent | 5966d167f2193a9965f024532e4a95afdbee2efb (diff) | |
download | powwow-41199241f4d878c24c9b6d7977b56ad562d0064f.zip powwow-41199241f4d878c24c9b6d7977b56ad562d0064f.tar.gz powwow-41199241f4d878c24c9b6d7977b56ad562d0064f.tar.bz2 |
Updated debian version, make #module loaded objects export their symbols
globally (needed to allow binary xs modules in perl to get to each others
symbols)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index fee7716..8ee07d2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -powwow (1.2.7) unstable; urgency=low +powwow (1.2.8) unstable; urgency=low * First release. - -- Your Name <your@email.address> Mon, 20 Mar 2000 17:58:49 +0000 + -- Steve Slaven <bpk@hoopajoo.net> Mon, 20 Mar 2000 17:58:49 +0000 Local variables: mode: debian-changelog diff --git a/debian/control b/debian/control index e685d2a..a0a2ed3 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Standards-Version: 3.0.1 Package: powwow -Version: 1.2.7 +Version: 1.2.8 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 |