2015.2,2015.8,Beryllium -> 2015.8.0

Some features were erroneously reported as being added in 2015.2.
This commit is contained in:
Justin Findlay 2015-09-18 16:35:15 -06:00
parent c542cd49d0
commit 8ea15f498e
5 changed files with 8 additions and 8 deletions

View file

@ -194701,7 +194701,7 @@ b225899 Merge pull request \fI\%#24890\fP from krak3n/feature/etcd\-state\-modul
.IP \(bu 2
6420db3 Implemented python3 lint error fix, thx @rallytime
.IP \(bu 2
3500225 Added .. versionadded:: Beryllium
3500225 Added .. versionadded:: 2015.8.0
.IP \(bu 2
d7f2112 Fixing minor linting fixes
.IP \(bu 2
@ -204428,7 +204428,7 @@ ab883a5 version
.IP \(bu 2
2afaa7c Pylint
.IP \(bu 2
c0f452b .. versionadded:: Beryllium
c0f452b .. versionadded:: 2015.8.0
.IP \(bu 2
983bbd0 update_stack
.UNINDENT
@ -205604,7 +205604,7 @@ aa40b97 A Cassandra CQL returner
.IP \(bu 2
b1f91cf items()
.IP \(bu 2
051d04c .. versionadded:: Beryllium
051d04c .. versionadded:: 2015.8.0
.IP \(bu 2
84f595f pylint error
.IP \(bu 2

View file

@ -1037,7 +1037,7 @@ def list_storage_services(conn=None, call=None):
def get_operation_status(kwargs=None, conn=None, call=None):
'''
.. versionadded:: 2015.2
.. versionadded:: 2015.8.0
Get Operation Status, based on a request ID

View file

@ -3,7 +3,7 @@
Fluent Logging Handler
========================
.. versionadded:: 2015.2
.. versionadded:: 2015.8.0
This module provides some `Fluent`_ logging handlers.

View file

@ -2,7 +2,7 @@
'''
Debian Package builder system
.. versionadded:: Beryllium
.. versionadded:: 2015.8.0
This system allows for all of the components to build debs safely in chrooted
environments. This also provides a function to generate debian repositories

View file

@ -469,13 +469,13 @@ class SaltEvent(object):
- 'fnmatch' : fnmatch tag event tags matching
Default is opts['event_match_type'] or 'startswith'
.. versionadded:: Beryllium
.. versionadded:: 2015.8.0
no_block
Define if getting the event should be a blocking call or not.
Defaults to False to keep backwards compatibility.
.. versionadded:: Beryllium
.. versionadded:: 2015.8.0
Notes: