search for: release_id

Displaying 20 results from an estimated 39 matches for "release_id".

Did you mean: release_ip
2006 Dec 03
4
RSpec 0.7.4 released
...ols/failing_examples.html As usual there are many bug fixes - mostly related to spec/rails. If you run into problems, please report bugs, patches or feature requests in the tracker at rubyforge: http://rubyforge.org/tracker/?group_id=797 Full release notes: http://rubyforge.org/frs/shownotes.php?release_id=8243 Cheers, Aslak
2009 Apr 07
1
Python-Markdown 2.0 Final Released!
I am happy to announce the release of Python-Markdown 2.0 final. We have versions for Python 2.3-2.6 and Python 3.0! See the release notes here: https://sourceforge.net/project/shownotes.php?release_id=674043&group_id=153041 Download from PyPI here: http://pypi.python.org/pypi/Markdown/2.0 -- ---- \X/ /-\ `/ |_ /-\ |\| Waylan Limberg
2007 Jul 11
1
mongrel_cluster 1.0.2
...luster out the door. Nothing is really new from the prereleases except some bug fixes. I imagine there will still be some issues with ''ps'' on non-Linux platforms. I''ll gladly take patches. Most of the new stuff is described here: http://rubyforge.org/frs/shownotes.php?release_id=12907 Let me know if there are any issues. Unless there are major objections, I''m considering giving the Capistrano support its own gem. This should occur around the release of Cap2. Bradley Taylor http://railsmachine.com
2010 Dec 21
1
Matching 2 SQL tables
Hi, I have a postgresql and a mysql database and I would like to combine the info from two different tables in R. Both databases contain a table with three columns: project_name, release_id and release_date. So each project output could be released multiple times (I am interested in the first release_date). However, some of the data is missing. Basically, what I want to do is to try and fill the missing data in 1 table with the data from the other table. The difficulty here is that ta...
2006 Oct 02
3
RSpec 0.6.4 released
We''ve released RSpec 0.6.4. Check it out! Check it out! Release info: http://rubyforge.org/frs/shownotes.php?release_id=7178 General info: http://rspec.rubyforge.org/ Questions? Right here! Enjoy, David
2005 Oct 18
0
Re-installing
To help the bug list out I'm about to update wine from *20050830 <http://sourceforge.net/project/shownotes.php?release_id=353003> to **20050930 <http://sourceforge.net/project/shownotes.php?release_id=360902> . My concerns here is that I do this correctly to ensure I get a helpful result, but : 1. I have BricsCAD for Linux installed and know that if I go for a clean install ( rpm -e wine then rpm -ivh w...
2006 Jan 03
1
(no subject)
Hi all! ...As I'm the author of http://sourceforge.net/project/shownotes.php?release_id=190646 http://sourceforge.net/project/showfiles.php?group_id=80408 (for Steven: these two links are for the SAME file...) ...I'd like to say some comments, to let you understand what the peculiarities of my approch are... My approach is more minimalistic: etherboot have already the capabiliti...
2014 Jul 09
0
[PATCH 10/17] drm/qxl: rework to new fence interface
...; #include <linux/workqueue.h> #include <linux/firmware.h> #include <linux/platform_device.h> @@ -95,13 +96,6 @@ enum { QXL_INTERRUPT_IO_CMD |\ QXL_INTERRUPT_CLIENT_MONITORS_CONFIG) -struct qxl_fence { - struct qxl_device *qdev; - uint32_t num_active_releases; - uint32_t *release_ids; - struct radix_tree_root tree; -}; - struct qxl_bo { /* Protected by gem.mutex */ struct list_head list; @@ -113,13 +107,13 @@ struct qxl_bo { unsigned pin_count; void *kptr; int type; + /* Constant after initialization */ struct drm_gem_object ge...
2007 Feb 14
4
fastthread-0.6.4.1 released
...te any code (so long as you''ve been respecting the public interface of those classes). I''d recommend rescuing LoadError, to make it optional. (Remember, not all Ruby implementations need it!) == WHERE? Files are available from Rubyforge: http://rubyforge.org/frs/shownotes.php?release_id=9709 == THE FUTURE My hope is that fastthread won''t be needed for much longer -- its code has been merged into ruby_1_8 as a build option (in which case, simply requiring ''thread'' will get you the same stuff!), but there''s not been a fastthread-enabled release...
2006 Feb 19
2
SwitchTower 1.0.0
...as a dependency. (Note that installing via gems takes care of this for you, automatically.) The manual has been updated with the latest changes (though I''m sure I may have missed some places). Be sure to check out the complete release notes (http://rubyforge.org/frs/shownotes.php? release_id=4327) for all of the juicy details. Enjoy! - Jamis
2007 Jul 12
0
No subject
...wnload.php?file_id=14842&type=bug > > > > > > > http://bugs.digium.com/file_download.php?file_id=14841&type=bug > > > > > > > > Also, for Novell eDirectory, see: > > > > > > > > http://forge.voicerd.org/frs/?group_id=7&release_id=17 > > > > > > > > Gavin. > > > > > > > > -- > > > > http://www.suretecsystems.com/services/openldap/ > > > > > > > > _______________________________________________ > > > > --Bandwidth and Colocation Pr...
2004 Aug 26
4
(no subject)
> I don't understand how that would help. The batch file shouldn't invoke > wine, since it's a Windows batch file, right? Yes, you're right, I was tired when I wrote that. Has the regression testing been successful? Ivan.
2008 Oct 11
1
Download page for mongrel_cluster?
Is there a download page for mongrel_cluster? I see that "gem install mongrel_cluster" works, but I can''t see where it''s coming from. Usually gems have some sort of project page somewhere. -- Paul Lynch Aquilent, Inc. National Library of Medicine (Contractor)
2006 Nov 10
0
RSpec-0.7.1
...This is recommended for anybody who has already upgraded to 0.7.0. If you are running 0.6.x (or earlier), read this first: http://rspec.rubyforge.org/upgrade.html Install gem: gem install rspec Download: http://rubyforge.org/frs/?group_id=797 Release Notes: http://rubyforge.org/frs/shownotes.php?release_id=7846 RSpec site: http://rspec.rubyforge.org/ Happy designing! David
2006 Aug 09
0
RSpec 0.6.0
This release represents a formal commitment to underscores (dots are no longer supported), which allowed us to reduce the code base by nearly 10%. http://rubyforge.org/frs/shownotes.php?release_id=6377 http://rspec.rubyforge.org/ To be clear, if you have dots in your examples, they may break. The only exception to the rule is after "once" or "twice" when setting mock expectations: http://rspec.rubyforge.org/documentation/mocks.html Additionally, there are several other...
2006 Aug 22
0
ANN: RSpec 0.6.1
Hi all Go grab the latest release of RSpec (gem install rspec). It has 9 bug fixes and some extra features, most notably a working rails_spec_runner, which allows you to run your Rails specs *fast*. Release notes: http://rubyforge.org/frs/shownotes.php?release_id=6590 Cheers, The RSpec team
2006 Aug 01
0
0.5.16 released
The biggest change is simplified rails support in a new wrapping. See release notes and website for details: http://rubyforge.org/frs/shownotes.php?release_id=6247 http://rspec.rubyforge.org/tools/rails.html Aslak
2011 May 21
1
OpenVAS Vulnerability
...rences: http://www.securityfocus.com/bid/28444 http://support.apple.com/kb/HT3137 http://www.openbsd.org/errata41.html http://www.openbsd.org/errata42.html http://www.openbsd.org/errata43.html http://www.openssh.com/txt/release-5.0 http://www.openssh.com http://sourceforge.net/project/shownotes.php?release_id=590180 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463011 http://www.securityfocus.com/archive/1/492447 http://aix.software.ibm.com/aix/efixes/security/ssh_advisory.asc http://support.avaya.com/elmodocs2/security/ASA-2008-205.htm http://www.globus.org/mail_archive/security-announce/2008/04/msg...
2007 Jun 13
0
Updated Puppet-plugin for openQRM released
...After re-testing of the first version we found out about troubles in the stop-function which corrupted the functions file and init script. Those issues are fixed and re-tested now. Please find the download at : http://sourceforge.net/project/showfiles.php?group_id=153504&package_id=232082&release_id=515811 and the Changelog at : http://sourceforge.net/project/shownotes.php?release_id=515811&group_id=153504 many thanks + have a great day Matt (from the openQRM-Team) -- www.openQRM.org - Keeps your Data-Center Up and Running Matt''s blog - http://mattinaction.blogspot.com/
2007 May 15
0
Puppet-plugin for openQRM
...rface, to ease-up configuration and maintainance of the central Puppet-configuration manifest files. Please find the announcement at : http://sourceforge.net/forum/forum.php?forum_id=696318 the download at : http://sourceforge.net/project/showfiles.php?group_id=153504&package_id=232082&release_id=508486 and the Changelog at : http://sourceforge.net/project/shownotes.php?release_id=508486&group_id=153504 Many thanks to the Puppet-Team for this great util ! enjoy + have a great day, Matt -- www.openQRM.org - Keeps your Data-Center Up and Running Matt''s blog - http://matt...