-
Notifications
You must be signed in to change notification settings - Fork 135
Release v0.29.8 #1215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v0.29.8 #1215
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,11 @@ | ||
| nipap-cli (0.29.8-1) stable; urgency=medium | ||
|
|
||
| * Fix removal of extra attributes in web UI (#1205) | ||
| * Increased delay for automatic search in the web UI to 500 ms (#1208) | ||
| * Upgraded AngularJS and jQuery in the web UI (#1196) | ||
|
|
||
| -- Lukas Garberg <[email protected]> Wed, 13 Mar 2019 01:03:38 +0100 | ||
|
|
||
| nipap-cli (0.29.7-1) stable; urgency=medium | ||
|
|
||
| * Add-prefix-from-prefix-option only shown when possible (#1111) | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| __version__ = "0.29.7" | ||
| __version__ = "0.29.8" | ||
| __author__ = "Kristian Larsson, Lukas Garberg" | ||
| __author_email__ = "[email protected], [email protected]" | ||
| __license__ = "MIT" | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,11 @@ | ||
| nipap-www (0.29.8-1) stable; urgency=medium | ||
|
|
||
| * Fix removal of extra attributes in web UI (#1205) | ||
| * Increased delay for automatic search in the web UI to 500 ms (#1208) | ||
| * Upgraded AngularJS and jQuery in the web UI (#1196) | ||
|
|
||
| -- Lukas Garberg <[email protected]> Wed, 13 Mar 2019 01:03:38 +0100 | ||
|
|
||
| nipap-www (0.29.7-1) stable; urgency=medium | ||
|
|
||
| * Add-prefix-from-prefix-option only shown when possible (#1111) | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| Jinja2 | ||
| Pylons>=1.0 | ||
| nipap | ||
| Jinja2 | ||
| pynipap | ||
| nipap |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| __version__ = "0.29.7" | ||
| __version__ = "0.29.8" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. multiple spaces before operator |
||
| __author__ = "Kristian Larsson, Lukas Garberg" | ||
| __author_email__ = "[email protected], [email protected]" | ||
| __license__ = "MIT" | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,11 @@ | ||
| nipap (0.29.8-1) stable; urgency=medium | ||
|
|
||
| * Fix removal of extra attributes in web UI (#1205) | ||
| * Increased delay for automatic search in the web UI to 500 ms (#1208) | ||
| * Upgraded AngularJS and jQuery in the web UI (#1196) | ||
|
|
||
| -- Lukas Garberg <[email protected]> Wed, 13 Mar 2019 01:03:37 +0100 | ||
|
|
||
| nipap (0.29.7-1) stable; urgency=medium | ||
|
|
||
| * Add-prefix-from-prefix-option only shown when possible (#1111) | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| __version__ = "0.29.7" | ||
| __version__ = "0.29.8" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. tab before operator |
||
| __db_version__ = 6 | ||
| __author__ = "Kristian Larsson, Lukas Garberg" | ||
| __author_email__ = "[email protected], [email protected]" | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,11 @@ | ||
| pynipap (0.29.8-1) stable; urgency=medium | ||
|
|
||
| * Fix removal of extra attributes in web UI (#1205) | ||
| * Increased delay for automatic search in the web UI to 500 ms (#1208) | ||
| * Upgraded AngularJS and jQuery in the web UI (#1196) | ||
|
|
||
| -- Lukas Garberg <[email protected]> Wed, 13 Mar 2019 01:03:37 +0100 | ||
|
|
||
| pynipap (0.29.7-1) stable; urgency=medium | ||
|
|
||
| * Add-prefix-from-prefix-option only shown when possible (#1111) | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -212,7 +212,7 @@ | |
| else: | ||
| import xmlrpc.client as xmlrpclib | ||
|
|
||
| __version__ = "0.29.7" | ||
| __version__ = "0.29.8" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. tab before operator |
||
| __author__ = "Kristian Larsson, Lukas Garberg" | ||
| __author_email__= "[email protected], [email protected]" | ||
| __copyright__ = "Copyright 2011, Kristian Larsson, Lukas Garberg" | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,11 @@ | ||
| nipap-whoisd (0.29.8-1) stable; urgency=medium | ||
|
|
||
| * Fix removal of extra attributes in web UI (#1205) | ||
| * Increased delay for automatic search in the web UI to 500 ms (#1208) | ||
| * Upgraded AngularJS and jQuery in the web UI (#1196) | ||
|
|
||
| -- Lukas Garberg <[email protected]> Wed, 13 Mar 2019 01:03:38 +0100 | ||
|
|
||
| nipap-whoisd (0.29.7-1) stable; urgency=medium | ||
|
|
||
| * Add-prefix-from-prefix-option only shown when possible (#1111) | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| import os | ||
|
|
||
| __version__ = "0.29.7" | ||
| __version__ = "0.29.8" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. tab before operator |
||
| __author__ = "Kristian Larsson, Lukas Garberg" | ||
| __author_email__ = "[email protected], [email protected]" | ||
| __copyright__ = "Copyright 2011-2014, Kristian Larsson, Lukas Garberg" | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
multiple spaces before operator