summaryrefslogtreecommitdiff
path: root/xpp/Changelog_xpp
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-05-19 12:17:33 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-05-19 12:17:33 +0000
commit20dc11b1fdd76aa3eb1a62ca7300d82c1a348509 (patch)
treeb2caac929690f0a15adee0a97b19657db3744b17 /xpp/Changelog_xpp
parentcaf46c248aa54b81e328184855d1733cb114c8f0 (diff)
* Zaptel-1.2.x does not have zt_alarm_channel(). Move up the backward
compatibility kludge so it actually affect code (failed compilation on zaptel-1.2 from Digium without (Closes issue #12654 ). * Cleanup a compile warning in xpp/card_global.c . * Fix regression in PRI init script (case of less than 4 modules). * Update changelog and bump version. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@4304 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'xpp/Changelog_xpp')
-rw-r--r--xpp/Changelog_xpp18
1 files changed, 12 insertions, 6 deletions
diff --git a/xpp/Changelog_xpp b/xpp/Changelog_xpp
index 52db601..348bc1c 100644
--- a/xpp/Changelog_xpp
+++ b/xpp/Changelog_xpp
@@ -1,6 +1,5 @@
-Tue, 13 May 2008 Oron Peled <oron@actcom.co.il> - xpp.r5723
- * [A temporary changelog. More to come]
- * New firmware protocol version: 3.0 .
+Tue, 13 May 2008 Oron Peled <oron@actcom.co.il> - xpp.r5744
+ * New firmware protocol version: 30
* New numbers for the device types: (e.g. in card_init* scripts)
- FXS: 1 (was: 3)
- FXO: 2 (was: 4)
@@ -9,15 +8,22 @@ Tue, 13 May 2008 Oron Peled <oron@actcom.co.il> - xpp.r5723
* Init scripts of FXS and FXO modules are now written in Perl as well
(be sure to have File::Basename, e.g: perl-modules in Debian).
* calibrate_slics merged into init_card_1_30 .
- * Module parameter print_dbg replaced with debug . Same meaning.
+ * Each of the init_card_* scripts now runs no more than once per card even
+ if this card represents several XPD's (e.g: quad PRI, BRI). This means
+ maximum of 4 script runs per Astribank.
+ * Zaptel registration now briefly flash all LED's (not just the green ones as
+ before).
+ * Module parameter print_dbg was renamed to debug for consistency with
+ the rest of zaptel.
* init_fxo_modes removed: content moved into init_card_2_30, verified
at build time.
+ * FXO: removed polling for power-denial. New firmware notifies us.
* Code tested with sparse. Most warnings were fixed.
* Set ZT_SIG_DACS for the bchans in the PRI and BRI modules to not get
ignored by ztscan.
- * Handle null config_desc we get from some crazy USB controllers.
+ * fpga_load: Handle null config_desc we get from some crazy USB controllers.
* genzaptelconf: Fix reporting of empty slots in list mode.
- * xpp_blink can now blink a single analog port.
+ * xpp_blink can now blink the led of a single analog port.
* "slics" has been renamed "chipregs".
* Fixed a small typo in fpga_load(8).
* Fixed bashism in xpp_fxloader.