search for: issue

Displaying 20 results from an estimated 120561 matches for "issue".

2019 Dec 24
0
Certified Asterisk 16.3-cert1 Now Available
The Asterisk Development Team would like to announce the release of Certified Asterisk 16.3-cert1. This release is available for immediate download at https://downloads.asterisk.org/pub/telephony/certified-asterisk The release of Certified Asterisk 16.3-cert1 resolves several issues reported by the community and would have not been possible without your participation. *Thank you!* The following issues are resolved in this release: *Security bugs fixed in this release:* ----------------------------------- - [ASTERISK-28589 <https://issues.asterisk.org/jira/browse/...
2008 Jul 15
9
Beginner Question.
I''m just getting into RoR, coming from a long PHP background. So far I LOVE IT! I''m hitting a roadblock with updating my mysql database. For simplicities sake, I have 2 tables and here are the relevant columns. Table Users id name email Table Issues id createdby assignedto reportedby In my models I have everything mapped properly I believe. When I try to update the Issues table @issue = Issue.find(:id) @issue.update_attributes(params[:issue]) I get an error, "User expected, got String" So my question is, should I be updatin...
2010 Jun 23
0
50 mantis issues marked 'Ready for Testing'
List, Over the last few months we have managed to bring the total number of issue on the tracker from 610+ to 537 (as of writing). While this is good news, we still have a number of open issues that require testers to help move them along. Below, I have posted the oldest 50 issues that are in the 'Ready for Testing' state. Basically, we are looking for more people to s...
2017 Apr 07
0
Asterisk 14.4.0 Now Available
The Asterisk Development Team would like to announce the release of Asterisk 14.4.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 14.4.0 resolves several issues reported by the community and would have not been possible without your participation. *Thank you!* The following issues are resolved in this release: *New Features made in this release:* ----------------------------------- - [ASTERISK-26878 <https://issues.asterisk.org/jira/browse/ASTERISK-...
2017 Apr 07
0
Asterisk 13.15.0 Now Available
The Asterisk Development Team would like to announce the release of Asterisk 13.15.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 13.15.0 resolves several issues reported by the community and would have not been possible without your participation. *Thank you!* The following issues are resolved in this release: *New Features made in this release:* ----------------------------------- - [ASTERISK-26878 <https://issues.asterisk.org/jira/browse/ASTERISK-...
2011 Jan 14
1
Asterisk 1.8.3 Now Available
The Asterisk Development Team has announced the release of Asterisk 1.8.2. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ The release of Asterisk 1.8.2 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following is a sample of the issues resolved in this release: * 'sip notify clear-mwi' needs terminating CRLF. (Closes issue #18275. Reported, patched by klaus3000) * Patch for deadl...
2011 Jan 14
1
Asterisk 1.8.3 Now Available
The Asterisk Development Team has announced the release of Asterisk 1.8.2. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ The release of Asterisk 1.8.2 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following is a sample of the issues resolved in this release: * 'sip notify clear-mwi' needs terminating CRLF. (Closes issue #18275. Reported, patched by klaus3000) * Patch for deadl...
2018 Oct 09
2
Asterisk 16.0.0 Now Available
The Asterisk Development Team would like to announce the release of Asterisk 16.0.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 16.0.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following issues are resolved in this release: Security bugs fixed in this release: ----------------------------------- * ASTERISK-28013 - res_http_websocket: Crash when reading HTTP Upg...
2019 Oct 25
21
RFC: Switching from Bugzilla to Github Issues
We held a round-table at the llvm dev conference about what other pieces of Github infrastructure we may want to use. This thread in particular is about switching to github issue tracking. Use of other parts of Github functionality was also discussed -- but that should be for other email threads. Most of the ideas here were from other people. I *believe* this proposal represents the overall feeling of the folks at the round-table, in spirit if not in exact details, but nob...
2020 Jul 10
7
RFC: Bugzilla migration plan
...internal project rehydration tool that could be used to populate the empty repo contents from the simple serialized format. There is a big advantage of this approach as compared to using GH API as we are not bound to various thresholds and throttling limits (remember, that we need to import 35k+ bz issues). The downside is that such rehydration requires the empty repo and we cannot delete the current llvm-project: this way we will lose releases, fork connections, stars and watches. Unfortunately, there is no way to recreate releases while keeping the origins dates, so this is a no-go for us. Losing...
2020 Apr 20
2
[cfe-dev] RFC: Switching from Bugzilla to Github Issues [UPDATED]
> If we are reasonably certain that no one would be opening new issues on GitHub while the migration is running... And pull requests (the numbering is common for issues and pull requests) as well. And we cannot disable pull requests at all. And I'm afraid the issues will need to be opened as well during the migration. And now the real problem: should an "ext...
2020 Jan 30
5
[cfe-dev] RFC: Switching from Bugzilla to Github Issues
...fe-dev <cfe-dev at lists.llvm.org> wrote: > > On 10/24/2019 07:54 PM, James Y Knight via llvm-dev wrote: > > We held a round-table at the llvm dev conference about what other pieces of Github infrastructure we may want to use. This thread in particular is about switching to github issue tracking. Use of other parts of Github functionality was also discussed -- but that should be for other email threads. > > > > Most of the ideas here were from other people. I /believe/ this proposal represents the overall feeling of the folks at the round-table, in spirit if not in exa...
2020 Apr 20
2
[cfe-dev] RFC: Switching from Bugzilla to Github Issues [UPDATED]
210 issues have been filed on github so far. That's negligible compared to the total number we have, so a minor additional effort for those seems acceptable if we can't actually clean them out and reuse the numbers. So suppose we start with bugzilla issue #211 and migrate the issues to github one at...
2019 Jan 14
2
Proposal for an alternative bugtracking workflow
Hi LLVM community, As discussed earlier, we in the clangd land feel that buganizer does not address the clangd's needs as a bug-tracking system. In our previous attempt to raise this on llvm-dev [1] we shared our idea to put the clangd issue tracker on GitHub. The participants raised multiple concerns, including the migration costs, whether GitHub is the right choice as an issue tracker, whether moving issues for clangd only will result in unwanted community fragmentation and others These are all valid concerns, but a big portion of t...
2020 Jan 30
3
[cfe-dev] RFC: Switching from Bugzilla to Github Issues
...> wrote: > >> > >> On 10/24/2019 07:54 PM, James Y Knight via llvm-dev wrote: > >>> We held a round-table at the llvm dev conference about what other > pieces of Github infrastructure we may want to use. This thread in > particular is about switching to github issue tracking. Use of other parts > of Github functionality was also discussed -- but that should be for other > email threads. > >>> > >>> Most of the ideas here were from other people. I /believe/ this > proposal represents the overall feeling of the folks at the round...
2020 Apr 20
12
RFC: Switching from Bugzilla to Github Issues [UPDATED]
...ew thread and give a summary of the proposal and what has changed since it was originally proposed in October. == Here is the original proposal: http://lists.llvm.org/pipermail/llvm-dev/2019-October/136162.html == What has changed: * You will be able to subscribe to notifications for a specific issue labels. We have a proof of concept notification system using github actions that will be used for this. * Emails will be sent to llvm-bugs when issues are opened or closed. * We have the initial list of labels: https://github.com/llvm/llvm-project/labels == Remaining issue: * There is one...
2004 Apr 13
2
Possible security issue with Samba 3.02 and MySQL database
I have been doing some testing with Samba and using MYSQL as the passdb backend (no it is not the security issue mentioned in the samba how-to) I found what I believe is is a serious security issue and I am not sure if this security issue is an operating system issue or a Samba issue that should be looked at by the Samba team. Is there such a place as to report such security concerns to the Samba team off...
2020 Mar 16
8
[cfe-dev] RFC: Switching from Bugzilla to Github Issues
...ntil 10.0.0 is released, in order to keep all the blockers in one place? >> > > Yes, I think this makes sense, let's postpone until then. > Hi, 10.0.0-rc4 was just released, and I think we are at the point in the release cycle where it is safe to begin the migration to GitHub issues. I would like to propose doing the migration in one week (March 23). This means making the existing bugzilla read-only, and updating the documentation to tell users to file issues at GitHub. We are still trying to figure out the best way to import bugs from bugzilla into GitHub, so this step wi...
2020 Mar 16
5
[cfe-dev] RFC: Switching from Bugzilla to Github Issues
...? > >> > > > > Yes, I think this makes sense, let's postpone until then. > > > > Hi, > > 10.0.0-rc4 was just released, and I think we are at the point in the release cycle > where it is safe to begin the migration to GitHub issues. > > I would like to propose doing the migration in one week (March 23). This means > making the existing bugzilla read-only, and updating the documentation to tell users > to file issues at GitHub. > > > Don't forget to update the URL used in crash messag...
2020 Mar 25
2
[cfe-dev] RFC: Switching from Bugzilla to Github Issues
...>>>> >>> >>> Yes, I think this makes sense, let's postpone until then. >>> >> >> Hi, >> >> 10.0.0-rc4 was just released, and I think we are at the point in the release cycle >> where it is safe to begin the migration to GitHub issues. >> >> I would like to propose doing the migration in one week (March 23). This means >> making the existing bugzilla read-only, and updating the documentation to tell users >> to file issues at GitHub. We are still trying to figure out the best way to import bugs >&gt...