summaryrefslogtreecommitdiff
path: root/lib/megaco/vsn.mk
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Prepare release"Raimo Niskanen2017-05-051-1/+1
| | | | This reverts commit dc57404252c47520f352834ad9be45ad684f96c9.
* Prepare releaseErlang/OTP2017-05-041-1/+1
|
* Update copyright-yearErlang/OTP2016-12-071-1/+1
|
* Revert "[megaco] Update version" - only test suite updatedIngela Anderton Andin2016-12-061-1/+1
| | | | This reverts commit ae8f00912587cbb8e9ace6660434e921bae9730b.
* [megaco} Update versionLars Thorsen2016-12-051-1/+1
|
* Prepare releaseErlang/OTP2016-06-211-1/+1
|
* Revert "Prepare release"Erlang/OTP2016-06-021-1/+1
| | | | This reverts commit e020f75c10410a6943cd055bfa072a2641eab7da.
* Prepare releaseErlang/OTP2016-06-021-1/+1
|
* Revert "Prepare release"Erlang/OTP2016-05-121-1/+1
| | | | This reverts commit bd64ad8e15d66e48b36dbe3584315dd5cfc8b59a.
* Prepare releaseErlang/OTP2016-05-111-1/+1
|
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
|
* Update runtime_dependencies in application resource filesHans Bolinder2015-05-251-2/+2
| | | | | | | | | | | Applications that use the new erl_anno module are depending on STDLIB 2.5. Note that CosNotification, Megaco, SNMP, Xmerl, and Parsetools use the erl_anno module via the Yecc parsers only (the header file in lib/parsetools/include/yeccpre.hrl calls the erl_anno module). HiPE does not call the erl_anno module, but uses an exported type. We have chosen to make HiPE dependent on the erl_anno module.
* Prepare releaseErlang/OTP2014-12-091-1/+1
|
* Update version numbersErlang/OTP2014-09-151-1/+1
|
* Bump versions and ensure that all are "normal" versionsRickard Green2014-03-201-1/+1
| | | | | Ensure all are "normal" versions according to the new version scheme introduced in OTP 17.0
* [megaco] Updated version, appup and release notesMicael Karlberg2014-01-271-2/+2
| | | | OTP-10907
* Prepare releaseOTP_R16B02Erlang/OTP2013-09-161-1/+1
|
* Prepare releaseOTP_R16B01Erlang/OTP2013-06-171-1/+1
|
* [megaco] Retroactive version bumpMicael Karlberg2013-04-191-1/+1
|
* Update copyright yearsBjörn-Egil Dahlberg2013-02-221-1/+1
|
* Prepare releaseOTP_R16A_RELEASE_CANDIDATEErlang/OTP2013-01-291-1/+1
|
* Prep for R15B02 releaseMicael Karlberg2012-08-221-1/+1
| | | | OTP-10199
* Merge branch 'bmk/megaco/fixing_faulty_test_case' into ↵Micael Karlberg2012-02-291-2/+2
|\ | | | | | | bmk/megaco/megaco31601_integration/r15
| * [megaco] Fixed faulty test case (connect)Micael Karlberg2011-12-211-1/+1
|/
* Fixed doc make target for (internally used) index.html file.Micael Karlberg2011-12-071-1/+1
| | | | Updated appup, version and release notes for R15 release.
* Revert "Update version numbers for pre-release of R15"Björn-Egil Dahlberg2011-11-221-1/+1
| | | | This reverts commit e21ff9b0b69219ab3853be7e80813156113152b7.
* Update version numbers for pre-release of R15OTP_R15ABjörn Gustavsson2011-11-221-1/+1
|
* Upped the version number. Some cosmetics related to theMicael Karlberg2011-10-251-1/+1
| | | | profile tool.
* Fixed version, release notes and appup in prep for release.Micael Karlberg2011-09-231-1/+1
|
* First batch of attempts to deal with dialyzer issues...Micael Karlberg2011-02-251-3/+22
|
* Prepare release of megaco-3.15 (R14B)Micael Karlberg2010-09-131-1/+1
|
* Merge branch 'maint-r13' into devBjörn Gustavsson2010-09-011-19/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint-r13: Remove copyright headers in vsn.mk files Conflicts: lib/appmon/vsn.mk lib/erl_docgen/vsn.mk lib/inets/vsn.mk lib/kernel/vsn.mk lib/reltool/vsn.mk lib/ssl/vsn.mk lib/stdlib/vsn.mk lib/tools/vsn.mk lib/tv/vsn.mk lib/xmerl/vsn.mk
| * Remove copyright headers in vsn.mk filesBjörn Gustavsson2010-09-011-19/+0
| | | | | | | | | | Copyright notices serve no useful purpose in vsn.mk files, and only complicate scripts that automatically update version numbers.
| * megaco: Patch 1123Micael Karlberg2010-08-201-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OTP-8561 A minor compiler related performance improvement. OTP-8529 A raise condition when, during high load, processing both the original and a resent message and delivering this as two separate messages to the user. Note that this solution only protects against multiple reply deliveries! OTP-8627 Fix shared libraries installation. The flex shared lib(s) were incorrectly installed as data files. OTP-8634 Eliminated a possible raise condition while creating pending counters.
* | Remove ticket numbers from all vsn.mk filesBjörn Gustavsson2010-08-181-128/+0
| | | | | | | | | | | | | | | | | | | | Some application's vsn.mk files contained a list of the ticket numbers fixed in each version. Since that information can be obtained from the notes.xml file or from the merge commits in the git repository (provided that the branch name includes the ticket number), there is no reason to manually maintain that information in the vsn.mk files.
* | OTP-8696: Update performance chapterMicael Karlberg2010-06-091-2/+4
| |
* | OTP-8529: Raise condition processing repliesMicael Karlberg2010-06-041-1/+1
| | | | | | | | | | | | OTP-8561: Performance improvments in megaco_config:conn_info OTP-8627: Fix flex lib(s) installation OTP-8634: Pending counter raise condition
* | OTP-8529: Raise condition processing repliesMicael Karlberg2010-06-021-2/+2
| |
* | OTP-8634: Pending counter raise condition.Micael Karlberg2010-06-021-2/+2
| |
* | OTP-8561: A minor compiler related performance improvement.Micael Karlberg2010-05-111-1/+1
| | | | | | | | OTP-8627: Fix flex lib(s) installation.
* | OTP-8561: A minor compiler related performance improvement.Micael Karlberg2010-04-231-2/+4
|/
* OTP-8317, OTP-8323, OTP-8328, OTP-8362 & OTP-8403.Micael Karlberg2010-02-131-3/+3
|
* Fixing spec-file(s) bugs.Micael Karlberg2010-02-091-1/+1
|
* OTP-8317, OTP-8323, OTP-8362 & OTP-8403 (hakan).Micael Karlberg2010-02-041-2/+2
|
* OTP-8317, OTP-8323 (rickard) & OTP-8362.Micael Karlberg2010-02-031-2/+2
|
* OTP-8317 & OTP-8362.Micael Karlberg2010-02-021-9/+12
|
* Fixing copyright problems.Micael Karlberg2009-11-251-1/+1
|
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-201-0/+144