-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
53 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
nipap-cli (0.31.2-1) stable; urgency=medium | ||
|
||
* Removed last bits of Pylons | ||
* Fixed bug with edit prefix operations without VRF | ||
* Fixed bug related to error handling in the web UI | ||
|
||
-- Lukas Garberg <[email protected]> Fri, 06 Oct 2023 06:35:53 +0000 | ||
|
||
nipap-cli (0.31.1-1) stable; urgency=medium | ||
|
||
* Removed workaround for serving static content, in turn leading to a | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = "0.31.1" | ||
__version__ = "0.31.2" | ||
__author__ = "Kristian Larsson, Lukas Garberg" | ||
__author_email__ = "[email protected], [email protected]" | ||
__license__ = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
nipap-www (0.31.2-1) stable; urgency=medium | ||
|
||
* Removed last bits of Pylons | ||
* Fixed bug with edit prefix operations without VRF | ||
* Fixed bug related to error handling in the web UI | ||
|
||
-- Lukas Garberg <[email protected]> Fri, 06 Oct 2023 06:35:52 +0000 | ||
|
||
nipap-www (0.31.1-1) stable; urgency=medium | ||
|
||
* Removed workaround for serving static content, in turn leading to a | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Flask | ||
nipap | ||
pynipap | ||
nipap |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
|
||
import pynipap | ||
|
||
__version__ = "0.31.1" | ||
__version__ = "0.31.2" | ||
__author__ = "Kristian Larsson, Lukas Garberg" | ||
__author_email__ = "[email protected], [email protected]" | ||
__license__ = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
nipap (0.31.2-1) stable; urgency=medium | ||
|
||
* Removed last bits of Pylons | ||
* Fixed bug with edit prefix operations without VRF | ||
* Fixed bug related to error handling in the web UI | ||
|
||
-- Lukas Garberg <[email protected]> Fri, 06 Oct 2023 06:35:52 +0000 | ||
|
||
nipap (0.31.1-1) stable; urgency=medium | ||
|
||
* Removed workaround for serving static content, in turn leading to a | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = "0.31.1" | ||
__version__ = "0.31.2" | ||
__db_version__ = 7 | ||
__author__ = "Kristian Larsson, Lukas Garberg" | ||
__author_email__ = "[email protected], [email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
pynipap (0.31.2-1) stable; urgency=medium | ||
|
||
* Removed last bits of Pylons | ||
* Fixed bug with edit prefix operations without VRF | ||
* Fixed bug related to error handling in the web UI | ||
|
||
-- Lukas Garberg <[email protected]> Fri, 06 Oct 2023 06:35:52 +0000 | ||
|
||
pynipap (0.31.1-1) stable; urgency=medium | ||
|
||
* Removed workaround for serving static content, in turn leading to a | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -212,7 +212,7 @@ | |
else: | ||
import xmlrpc.client as xmlrpclib | ||
|
||
__version__ = "0.31.1" | ||
__version__ = "0.31.2" | ||
__author__ = "Kristian Larsson, Lukas Garberg" | ||
__author_email__= "[email protected], [email protected]" | ||
__copyright__ = "Copyright 2011, Kristian Larsson, Lukas Garberg" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
nipap-whoisd (0.31.2-1) stable; urgency=medium | ||
|
||
* Removed last bits of Pylons | ||
* Fixed bug with edit prefix operations without VRF | ||
* Fixed bug related to error handling in the web UI | ||
|
||
-- Lukas Garberg <[email protected]> Fri, 06 Oct 2023 06:35:53 +0000 | ||
|
||
nipap-whoisd (0.31.1-1) stable; urgency=medium | ||
|
||
* Removed workaround for serving static content, in turn leading to a | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import os | ||
|
||
__version__ = "0.31.1" | ||
__version__ = "0.31.2" | ||
__author__ = "Kristian Larsson, Lukas Garberg" | ||
__author_email__ = "[email protected], [email protected]" | ||
__copyright__ = "Copyright 2011-2014, Kristian Larsson, Lukas Garberg" | ||
|