Merge pull request #240 from vladimir-v-diaz/develop

Bump version number to 0.9.9
This commit is contained in:
Vladimir Diaz 2014-07-23 09:47:44 -04:00
commit 08b2a68d6c
3 changed files with 10 additions and 2 deletions

View file

@ -222,6 +222,14 @@ with TUF; upstream servers, who will largely be responsible for care and
feeding of repositories; and integrators, who do the work of putting TUF
into existing projects.
A low-level integration requires importing a single module and calling
particular methods to perform updates. A high-level integration, on the
other hand, can handle TUF-related updates transparently. The client
populates a configuration file and the library interposes on urllib calls.
Generating metadata files stored on upstream servers can be handled by the
repository tool, covered in ``Creating a Repository``.
- `Creating a Repository <https://github.com/theupdateframework/tuf/tree/develop/tuf/README.md>`_
- `Low-level Integration <https://github.com/theupdateframework/tuf/tree/develop/tuf/client/README.md>`_

View file

@ -80,7 +80,7 @@
setup(
name = 'tuf',
version = '0.9.8',
version = '0.9.9',
description = 'A secure updater framework for Python',
long_description = long_description,
author = 'http://www.theupdateframework.com',

View file

@ -149,7 +149,7 @@ for target in updated_target:
```
###A Simple Integration Example with basic_client.py
```
``` Bash
# Assume a simple TUF repository has been setup with 'tuf.repository_tool.py'.
$ basic_client.py --repo http://localhost:8001