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!