Releases: jamesmeneghello/pynab
Pynab 1.7.1
pynab 1.7.1 Release Notes
James Meneghello (@murodese)
2016/01/04
Bugfixes and new feature releases.
Installation and Upgrade Notes
To update from 1.6.1 / 1.7.0:
./pynab.py update
[if not using virtualenv or receive pip install errors, repeat using sudo]
To revert from development-postgres:
git checkout master
./pynab.py update
What's New
- New default free Regex collection (thanks to NZEDB), no longer requiring NN+
- New accurate release classification
- Expire releases after a certain age limit
- Generic ID support
- Support for (now-defunct) TVRage and TVMaze, OMDB
- Bugfixes:
- NZBs now decompressed for CouchPotato
- Various API fixes
- Various PREDB fixes
- Fix long-standing SSL hang bug (thanks @)
From 1.7.0:
- Minor fixes
Feedback and Help
The pynab project is developed to help you index usenet quickly and without hassle.
But we can't do that without your feedback!
If you encounter any problems or have questions, don't hesitate to submit an issue!
If you discover errors or ommisions in the source code, documentation, or website content, please don't hesitate to submit an issue or open a pull request with a fix.
New contributors are always welcome!
pynab 1.6.1
pynab 1.6.1 Release Notes
James Meneghello (@murodese)
2015/06/20
Bugfix release.
Installation and Upgrade Notes
To update from 1.6.0:
./pynab.py update
[if not using virtualenv or receive pip install errors, repeat using sudo]
To revert from development-postgres:
git checkout master
./pynab.py update
What's New
- Postgres 9.4 fixes (thanks @joakim666)
- Bugfixes:
- Fixes for MySQL support (PostgreSQL still recommended)
- More NNTP library fixes
- Clean up WebUI building due to changes in bower
- Fix several post-processing bugs
- Significant memory usage optimisations
- Significant table index optimisations
- Regex Additions/Modifications
Feedback and Help
The pynab project is developed to help you index usenet quickly and without hassle.
But we can't do that without your feedback!
If you encounter any problems or have questions, don't hesitate to submit an issue!
If you discover errors or ommisions in the source code, documentation, or website content, please don't hesitate to submit an issue or open a pull request with a fix.
New contributors are always welcome!
pynab 1.6.0
pynab 1.6.0 Release Notes
James Meneghello (@murodese)
2015/03/15
This release marks the first pynab update in which others did more work than I did, a significant milestone! I'm grateful to anyone that submitted issues or contributed code towards this release, it came at a point in which I had less time than ever to do anything. Big thanks to @brookesy2 and @Herkemer.
Installation and Upgrade Notes
To update from 1.5.1:
./pynab.py update
[if not using virtualenv or receive pip install errors, repeat using sudo]
To revert from development-postgres:
git checkout master
./pynab.py update
What's New
- Expanded PreDB support
- Imports from existing PreDBs
- Expanded group support
- Backup/Restore functionality
- You can now backup major db tables and dump NZBs, allowing for recovery if something dies
- Numerous bugfixes
- Fix unicode issues that could occur during scanning
- Fix issues with subjects and filenames that could be too long to store
- Should no longer hang while trying to find a group start point
Contributors
This pynab release would not have been possible without contributions from the following people:
- @brookesy2
- Pre functionality and various improvements
- @Herkemer
- Backup/restore and various bugfixes
Feedback and Help
The pynab project is developed to help you index usenet quickly and without hassle.
But we can't do that without your feedback!
If you encounter any problems or have questions, don't hesitate to submit an issue!
If you discover errors or ommisions in the source code, documentation, or website content, please don't hesitate to submit an issue or open a pull request with a fix.
New contributors are always welcome!
pynab - now with sane launching
pynab 1.5.1
Instructions
If you were using upstart to start pynab, you need to delete it and use supervisor instead:
> sudo rm /etc/init/pynab.conf
Follow the instructions in the README to use supervisor. Note that Windows servers cannot use supervisor,
but they couldn't use zdaemon either - so nothing has changed on that front.
New:
- now supports MySQL-like DBMS (MySQL, Maria, Percona)
- now using supervisor instead of zdaemon, which is much more stable and nicer to use
- pre-scraping IRC bot and pre-naming (thanks @brookesy2)
- config sanity checking
- xmpp pubsub support (thanks @bettse)
- much better pynab status monitor using byobu (thanks @AlanKK)
Fixed:
. now much faster to start backfilling
. a lot of stuff
. various bugfixes
Fixed in 1.5.1:
. a couple of COPY bugs that could crash scan fixed
. also caught a couple of backfill bugs
pynab 1.4.0
New Features
- Added new CLI
- Shifted most scripts to CLI
- Added daemonise to most core functions for use with...
- Added upstart/init script
- Added pynab monitoring with teamocil
- Added JSON publishing to release creation
- Added XMPP pubsub bot (using JSON publishing) to push nzb releases
- Attempt to rename base64-coded release names
Bugfixes
- Fixed an issue with sub-files hanging around after releases were deleted (nfos, nzbs, etc)
- Minor logging format fixes
- Other bugfixes
Pynab
Current stable.
Pynab 1.2.0
Additions
- much improved release renaming for obfuscated releases
Changes
- significant improvement in speed and accuracy of categorisation
- likewise, for release creation
Bugfixes
- minor encoding errors with logging
- some bugs with categorisation
- webui issues
Pynab
Fixes webui build problems caused by moment-timezone in 1.1.
Pynab 1.1
Includes a simple WebUI for querying, as well as fixes previously pushed to development. If upgrading, requires a replacement of config.py and a re-run of ensure_indexes.py.