[Pkg-voip-commits] [starpy] annotated tag debian/1.0.1-1 updated (84fc6a5 -> a232917)
tzafrir at debian.org
tzafrir at debian.org
Fri Aug 14 15:05:13 UTC 2015
This is an automated email from the git hooks/post-receive script.
tzafrir pushed a change to annotated tag debian/1.0.1-1
in repository starpy.
*** WARNING: tag debian/1.0.1-1 was modified! ***
from 84fc6a5 (tag)
to a232917 (tag)
tagging 47d0ce71c2de519dadbb16af053506adb0325c96 (commit)
tagged by Tzafrir Cohen
on Thu Feb 16 00:52:51 2012 +0200
- Log -----------------------------------------------------------------
Debian release 1.0.1-1
Brett Bryant (2):
Changed old zaptel manager actions to their new DAHDI equivalents.
Adding UPGRADE.txt and CHANGES.txt to describe the move from zaptel to dahdi functions in the manager.
Godson Gera (2):
Added new manager commands currently available in asterisk 1.4 also bug fix of playback app in fastagi
bug fix of playback app in fastagi
Mike C. Fletcher (26):
Initial SourceForge import/upload
Create an upload script to get around the extremely annoying sf group limitation
SourceForge alterations
Changes up to 1.0.7+, i.e. what we had previously
Note regarding checking out the svn version
The missing examples
Change the homepage
Password-collection menu options.
version bump
Addition of the prompt system.
Add support for waiting for a fastagi connection to be dropped.
Yoann Aubineau (yoann.aubineau at wengo.fr)'s patches
Fix escaping problem reported by Yoann Aubineau for
Add a playback method as suggested by Yoann Aubineau
Missing string
Added prompt-as-runner function and collect audio feature
Fix bug in set extensions
Timeout for AMI connections.
Connection timeout handler
Version bump
Version notes
Bug fixes for clientConnectionFailed and menu callback registration
Version bump
Update release notes
Update teh range of values
Version bump to beta-1, add release notes
Paul Belanger (36):
Formatting changes; :retab to remove red blobs
Formatting changes; :retab to remove red blobs.
Formatting changes; :retab to remove red blobs.
Retab and remove red blobs.
Additional code formatting
Fix typo
Merge pull request #3 from brettbryant/master
Create basic README file.
Update headers to include LICENSE information.
s/.org/.com/
Remove white space.
Merge pull request #4 from pabelanger/master
s/license.txt/LICENSE/
Log message to DEBUG level
Merge remote branch 'sustav/master'
Merge pull request #6 from ZooKeeper/master
Fix typo in previous pull request
Update email address
Create print-version and get-orig-source tags; v1.0.0
Update Homepage and add Vcs locations
Removed starpy source code from package repo
Downgrade debhelper to v7
Create git-buildpackage configuration file
Refresh extra-license-file patch
Typo
Transition to dh_python2
Add myself as an uploader
Create watch file
Release so we can find a sponsor
NOT RELEASED YET
New upstream release
Release
NOT RELEASED YET
Properly build using python2
s/-2/-1
Add python as Build-Depends
Pavel Skvazh (1):
Check if the message is a dict
Russell Bryant (15):
Strip trailing whitespace. (Testing commit access)
Fix expected response to a Ping on Asterisk 1.6 and above.
Fix a problem with FastAGIProtocol.controlStreamFile().
Add quotes around arguments in AGI commands to properly handle cases where arguments have spaces in them.
Change indentation from tabs to spaces (PEP8). Trim trailing whitespace.
Add a compatibility fix, and a documentation update.
Fix bogus "GET DATA" command when FastAGI.getData() is called with maxDigits=None.
Trim spaces inside parens to be closer to PEP8 compatible.
Allow passing back details from the RECORD FILE response.
Update waitForDigit() to match latest Asterisk changes.
Revert r41. The associated Asterisk changes have been reverted.
Add an AMI instance identifier.
Add ParkedCall and UnParkedCall manager events.
Merge pull request #1 from pabelanger/master
Add a blank line (testing irc hook).
Tzafrir Cohen (4):
Initial Debian packaging
A mionr change of formatting
Add myself to the copyrighgt in the packaging.
Release
Vladislav Povorozniuc (2):
Added dbDel and dbDelTree manager actions to AMIProtocol class.
Remove formatting unrelated to the main purpose of the patch.
pabelanger (2):
Reformatting per PEP 8 recommendations
Formatting changes; :retab to remove red blobs.
-----------------------------------------------------------------------
discards 6b11f4a Imported Debian patch 1.0.1-1
omits 42e15fd Imported Upstream version 1.0.1
adds c4765f0 Initial SourceForge import/upload
adds 932c06c Create an upload script to get around the extremely annoying sf group limitation
adds 5180c6c SourceForge alterations
adds 072f4c6 Changes up to 1.0.7+, i.e. what we had previously
adds 9e848fe Note regarding checking out the svn version
adds 446a842 The missing examples
adds 9cf1e59 Change the homepage
adds 5ba2d9d Password-collection menu options. Allow options to declare an onSuccess handler to be called before return.
adds c9cdf4a version bump
adds f40d830 Addition of the prompt system. Version bump. Minor fix in onStreamingComplete
adds 6c3ce12 Add support for waiting for a fastagi connection to be dropped. Fix missing import error. Convert all manager API message keys/values to strings before sending.
adds c5b3f4f Yoann Aubineau (yoann.aubineau at wengo.fr)'s patches
adds c72fb2d Fix escaping problem reported by Yoann Aubineau for setVariable calls.
adds 80f2e70 Add a playback method as suggested by Yoann Aubineau
adds 3ee0333 Missing string
adds 47ca19a Added prompt-as-runner function and collect audio feature
adds 5011c68 Fix bug in set extensions
adds 8214d72 Timeout for AMI connections. Allow for overriding the load configuration operation
adds d5d1e69 Connection timeout handler
adds c318477 Version bump
adds 3b45ae1 Version notes
adds 0583086 Bug fixes for clientConnectionFailed and menu callback registration
adds 86e6dc2 Version bump
adds e01a6cd Update release notes
adds 556c8fa Update teh range of values
adds f881b81 Added new manager commands currently available in asterisk 1.4 also bug fix of playback app in fastagi
adds 4756baa bug fix of playback app in fastagi
adds d208feb Version bump to beta-1, add release notes
adds cfbf21b Strip trailing whitespace. (Testing commit access)
adds 9b224c6 Fix expected response to a Ping on Asterisk 1.6 and above.
adds e268d16 Fix a problem with FastAGIProtocol.controlStreamFile().
adds aac1abc Add quotes around arguments in AGI commands to properly handle cases where arguments have spaces in them.
adds c478f1e Change indentation from tabs to spaces (PEP8). Trim trailing whitespace.
adds b03bbda Add a compatibility fix, and a documentation update.
adds 1cdea7e Fix bogus "GET DATA" command when FastAGI.getData() is called with maxDigits=None.
adds 17db367 Trim spaces inside parens to be closer to PEP8 compatible.
adds 9af4bc0 Allow passing back details from the RECORD FILE response.
adds fea77d6 Update waitForDigit() to match latest Asterisk changes.
adds 1ffce48 Revert r41. The associated Asterisk changes have been reverted.
adds df5ce59 Add an AMI instance identifier.
adds 9a43f60 Add ParkedCall and UnParkedCall manager events.
adds 685bdd1 Formatting changes; :retab to remove red blobs
adds 0caa65a Formatting changes; :retab to remove red blobs.
adds 12f426a Formatting changes; :retab to remove red blobs.
adds b60603e Reformatting per PEP 8 recommendations
adds fb0d646 Merge pull request #1 from pabelanger/master
adds 80c88ad Add a blank line (testing irc hook).
adds c6d86db Formatting changes; :retab to remove red blobs.
adds fdda406 Retab and remove red blobs.
adds 4266656 Additional code formatting
adds 5dbd813 Fix typo Signed-off-by: Paul Belanger <paul.belanger at polybeacon.com>
adds 99f5a7f Changed old zaptel manager actions to their new DAHDI equivalents.
adds 0c91a97 Adding UPGRADE.txt and CHANGES.txt to describe the move from zaptel to dahdi functions in the manager.
adds 87e74c5 Merge pull request #3 from brettbryant/master
adds a9d0bd5 Create basic README file.
adds ec1361e Update headers to include LICENSE information.
adds 0307c3b s/.org/.com/ Signed-off-by: Paul Belanger <paul.belanger at polybeacon.com>
adds b064d93 Remove white space.
adds 58bf107 Merge pull request #4 from pabelanger/master
adds 2cc59e0 s/license.txt/LICENSE/
adds 875954e Log message to DEBUG level
adds 387fbff Added dbDel and dbDelTree manager actions to AMIProtocol class.
adds caae7b6 Remove formatting unrelated to the main purpose of the patch.
adds 02ee9f6 Merge remote branch 'sustav/master'
adds c6e1233 Check if the message is a dict
adds 52c8ada Merge pull request #6 from ZooKeeper/master
adds 1d29651 Fix typo in previous pull request
new 88aa42c Initial Debian packaging
new bffb836 A mionr change of formatting
new a2c936f Add myself to the copyrighgt in the packaging.
new 406c671 Update email address
new edffe63 Create print-version and get-orig-source tags; v1.0.0
new 3012cbb Update Homepage and add Vcs locations
new b626b92 Removed starpy source code from package repo
new 63be41d Downgrade debhelper to v7
new 589cc9e Create git-buildpackage configuration file
new 147bbb7 Refresh extra-license-file patch
new 40188c1 Typo
new a6b2bb1 Transition to dh_python2
new 520b582 Add myself as an uploader
new a751f99 Create watch file
new d2a69ec Release so we can find a sponsor
new ed327ba NOT RELEASED YET
new 77ac9b4 New upstream release
new 7341b1d Release
new 697dfe6 NOT RELEASED YET
new ceb101d Properly build using python2
new dd4ade2 s/-2/-1
new a123010 Add python as Build-Depends
new 47d0ce7 Release
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
annotated tag are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (84fc6a5)
\
N -- N -- N refs/tags/debian/1.0.1-1 (a232917)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 23 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGES.txt | 16 -
ChangeLog | 724 -------------------------
LICENSE | 34 --
MANIFEST.in | 25 -
README | 1 -
UPGRADE.txt | 11 -
__init__.py | 13 -
doc/index.html | 707 -------------------------
doc/pydoc/builddocs.py | 27 -
doc/pydoc/pydoc2.py | 463 ----------------
doc/style/sitestyle.css | 54 --
error.py | 41 --
examples/__init__.py | 1 -
examples/amicommand.py | 35 --
examples/autosurvey/extensions.conf | 9 -
examples/autosurvey/frontend.py | 167 ------
examples/autosurvey/index.html | 40 --
examples/calldurationcallback.py | 181 -------
examples/calldurationextensions.conf | 20 -
examples/connecttoivr.py | 38 --
examples/connecttoivrapp.py | 37 --
examples/fastagisetvariable.py | 28 -
examples/getvariable.py | 59 ---
examples/hellofastagi.py | 25 -
examples/hellofastagiapp.py | 31 --
examples/menu.py | 678 ------------------------
examples/menutest.py | 81 ---
examples/menutestextensions.conf | 10 -
examples/priexhaustion.py | 100 ----
examples/priexhaustionbare.py | 64 ---
examples/readingdigits.py | 60 ---
examples/timestamp.py | 45 --
examples/timestampapp.py | 48 --
examples/utilapplication.py | 198 -------
fastagi.py | 979 ----------------------------------
manager.py | 991 -----------------------------------
setup.py | 113 ----
37 files changed, 6154 deletions(-)
delete mode 100644 CHANGES.txt
delete mode 100644 ChangeLog
delete mode 100644 LICENSE
delete mode 100644 MANIFEST.in
delete mode 100644 README
delete mode 100644 UPGRADE.txt
delete mode 100644 __init__.py
delete mode 100644 doc/index.html
delete mode 100755 doc/pydoc/builddocs.py
delete mode 100644 doc/pydoc/pydoc2.py
delete mode 100644 doc/style/sitestyle.css
delete mode 100644 error.py
delete mode 100644 examples/__init__.py
delete mode 100644 examples/amicommand.py
delete mode 100644 examples/autosurvey/extensions.conf
delete mode 100644 examples/autosurvey/frontend.py
delete mode 100644 examples/autosurvey/index.html
delete mode 100644 examples/calldurationcallback.py
delete mode 100644 examples/calldurationextensions.conf
delete mode 100644 examples/connecttoivr.py
delete mode 100644 examples/connecttoivrapp.py
delete mode 100644 examples/fastagisetvariable.py
delete mode 100644 examples/getvariable.py
delete mode 100644 examples/hellofastagi.py
delete mode 100644 examples/hellofastagiapp.py
delete mode 100644 examples/menu.py
delete mode 100644 examples/menutest.py
delete mode 100644 examples/menutestextensions.conf
delete mode 100644 examples/priexhaustion.py
delete mode 100644 examples/priexhaustionbare.py
delete mode 100644 examples/readingdigits.py
delete mode 100644 examples/timestamp.py
delete mode 100644 examples/timestampapp.py
delete mode 100644 examples/utilapplication.py
delete mode 100644 fastagi.py
delete mode 100644 manager.py
delete mode 100755 setup.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/starpy.git
More information about the Pkg-voip-commits
mailing list