pidgin/purple-plugin-pack

release prep

2020-07-14, Gary Kramlich
2574eca49bce
Parents 321b85e19728
Children 4b64e3618c52
release prep

Update the website to point to keep.imfreedom.org

Remove the bugs and feedback section from irchelper/README.md as it's covered in the top level readme

Bump the versions for the next release to a new minor due to all the changes

Add Elliott to the authors and sort the list

Update the changelog

Testing Done:
Compile test for the bits that needed it..

Reviewed at https://reviews.imfreedom.org/r/33/
  • +9 -8
    AUTHORS
  • +38 -1
    ChangeLog
  • +1 -1
    README.md
  • +0 -5
    irchelper/README.md
  • +1 -1
    meson.build
  • --- a/AUTHORS Tue Jul 14 22:49:11 2020 -0500
    +++ b/AUTHORS Tue Jul 14 22:49:46 2020 -0500
    @@ -1,20 +1,21 @@
    Authors
    =======
    +Andrew Pangborn <gaim@andrewpangborn.com>
    +Casey Ho
    +Daniel Atallah <datallah@users.sourceforge.net>
    +Eion Robb <eion@robbmob.com>
    +Elliott Sales de Andrade <quantum.analyst@gmail.com>
    Gary Kramlich <grim@reaperworld.com>
    -Stu Tomlinson <stu@nosnilmot.com>
    -Peter Lawler <bleeter@users.sf.net>
    John Bailey <rekkanoryo@rekkanoryo.org>
    Kevin Stange <kstange@users.sourceforge.net>
    Lennert Van Alboom <alverino@users.sourceforge.net>
    -Daniel Atallah <datallah@users.sourceforge.net>
    -Sadrul H Chowdhury <sadrul@users.sourceforge.net>
    -Richard Laager <rlaager@guifications.org>
    Martijn van Oosterhout <kleptog@svana.org>
    Matt Perry <guy@fscked.org>
    -Andrew Pangborn <gaim@andrewpangborn.com>
    -Casey Ho
    Paul Aurich
    -Eion Robb <eion@robbmob.com>
    +Peter Lawler <bleeter@users.sf.net>
    +Richard Laager <rlaager@guifications.org>
    +Sadrul H Chowdhury <sadrul@users.sourceforge.net>
    +Stu Tomlinson <stu@nosnilmot.com>
    Translators
    ===========
    --- a/ChangeLog Tue Jul 14 22:49:11 2020 -0500
    +++ b/ChangeLog Tue Jul 14 22:49:46 2020 -0500
    @@ -1,5 +1,42 @@
    -Version 2.7.1: ??/??/??
    +Version 2.8.0: ??/??/??
    + * Switched the build system from autotools to meson which also removed
    + the need for plugin_pack.py. (Elliott Sales de Andrade)
    + * Set the glib dependency to versions >= 2.23.0. (Gary Kramlich)
    + * Set the gtk dependency to versions >= 2.10.0. (Gary Kramlich)
    * Removed xmms-remote as XMMS 1.x has been dead for quite some time.
    + (Gary Kramlich)
    + * Removed the autoprofile plugin as it was incomplete and unlikely to be
    + completed. (Gary Kramlich)
    + * Removed the infopane plugin as it wasn't very useful. (Gary Kramlich)
    + * Removed the talkfilters plugin as its dependencies are not typically
    + packaged by distributions anymore. (Gary Kramlich)
    + * Removed the Napster plugin as opennap hasn't been updated in 20 years.
    + (Gary Kramlich)
    + * Removed the xchat-chats plugin as it's kind of hacky and bundles a very
    + old version of the xchat widget. (Gary Kramlich)
    + * Removed the awaynotify plugin as it was incomplete and unlikely to be
    + completed. (Gary Kramlich)
    + * Removed the buddy icon tools plugin as it was incomplete and unlikely to
    + be completed. (Gary Kramlich)
    + * Removed the buddytime plugin as it was incomplete and unlikely to be
    + completed. (Gary Kramlich)
    + * Removed the chronic plugin as it was incomplete and unlikely to be
    + completed. (Gary Kramlich)
    + * Removed the stocker plugin as the AOL servers it talked to have long
    + since been shutdown. (Gary Kramlich)
    + * Removed the smartear plugin as it was incomplete and unlikely to be
    + completed. (Gary Kramlich)
    + * Removed the nomobility plugin as it was incomplete and unlikely to be
    + completed. (Gary Kramlich)
    + * Removed the msglen plugin as it was incomplete and unlikely to be
    + completed. (Gary Kramlich)
    + * Removed the ignorance plugin as it was incomplete and unlikely to be
    + completed. (Gary Kramlich)
    + * Removed the hideconv plugin as its functionality is in pidgin 2.3.0 and
    + newer. (Gary Kramlich)
    + * Removed the findip plugin as it never really worked in the first place.
    + (Gary Kramlich)
    + * Removed the stress plugin as it didn't build by default. (Gary Kramlich)
    Version 2.7.0: 11/07/11
    * Added German translation (see AUTHORS for credits).
    --- a/README.md Tue Jul 14 22:49:11 2020 -0500
    +++ b/README.md Tue Jul 14 22:49:46 2020 -0500
    @@ -6,7 +6,7 @@
    Peter Lawler, Sadrul Habib Chowdhury, Richard Laager, and Paul Aurich. It has
    also become a place to save plugins whose authors have since abandoned them.
    -As of June 2020, this project has moved to new hosting as the pieces can be
    +As of June 2020, this project has moved to new hosting and the pieces can be
    found at the corresponding links.
    * Repository: https://keep.imfreedom.org/pidgin/purple-plugin-pack
    --- a/irchelper/README.md Tue Jul 14 22:49:11 2020 -0500
    +++ b/irchelper/README.md Tue Jul 14 22:49:46 2020 -0500
    @@ -33,11 +33,6 @@
    it works on and to request support for other networks.
    -## BUG REPORTS & FEEDBACK
    -
    -Bug reports and patches are welcome: http://bitbucket.org/pidgin/purple-plugin-pack
    -
    -
    ## USAGE
    Once you have the plugin installed, activate it (Tools -> Plugins). All of the
    --- a/meson.build Tue Jul 14 22:49:11 2020 -0500
    +++ b/meson.build Tue Jul 14 22:49:46 2020 -0500
    @@ -1,5 +1,5 @@
    project('purple-plugin-pack', 'c',
    - version : '2.7.1dev')
    + version : '2.8.0dev')
    #######################################################################
    # Our header