Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CDT-2.1 life cycle

> 
> Well, from our perspective, we do not have product requirements for 2.1. 
> We have 2.0.x in our current release stream and will be using 3.0.x in the 
> next. From that angle, we're a 0.
> 
> However, if the bugs are severe enough to cause negative feelings with the 
> open source customers of the CDT, then I'd say +1. I guess that depends on 
> the list you put together :-)
> 

Here is a first take based on the plugins/Changelog files:
The item mark with "*" means they were not fix in the head or
no fix was found yet.

Nothing in the list below is a show stopper.
The list is incomplete so add the PR number to the list,
for 2.1 defects that should be fix in 2.1.1

--------------------------------------------------------
For CDT/Core
	2005-01-11 David Inglis
		Fixed NPE bug #82572
		* src/org/eclipse/cdt/internal/core/CDescriptor.java

For CDT/UI
	2005-01-11 David Inglis
        	Further fix to 36837
	        * src/org/eclipse/cdt/internal/ui/util/ResourceToItemsMapper.java
                                                                                                                             
	2005-01-11 David Inglis
       		 Fix for 82516
       		 * src/org/eclipse/cdt/internal/ui/viewsupport/CElementLabels.java
                                                                                                                             
	2005-01-07 Alain Magloire
		Part of Fix 82323.
		The "New" action was not shown when workspace was empty
		or no selection.
		* src/org/eclipse/cdt/internal/ui/cview/MainActionGroup.java
		And make sure we do not put problem icons on resources that !exist() && isReadOnly().
		* src/org/eclipse/cdt/internal/ui/util/ResourceToItemsMapper.java
         
	2005-01-07 Alain Magloire
		Fix PR 82202
		* src/org/eclipse/cdt/internal/ui/cview/CViewDropAdapter.java
		* src/org/eclipse/cdt/internal/ui/editor/DocumentAdapter.java
		* src/org/eclipse/cdt/internal/ui/util/Resources.java
 
	2004-12-20 Alain Magloire
		Fix PR 50578
		* src/org/eclipse/cdt/internal/ui/cview/CViewDropAdapter.java

For CDT/Debug/MI
	2005-01-13 Alain Magloire
		PR 82764 Fix the the type parsing.
		* mi/org/eclipse/cdt/debug/mi/core/GDBTypeParser.java
 
	2005-01-10 Alain Magloire
		Fix for PR 82506
		* mi/org/eclipse/cdt/debug/mi/core/MISession.java
		* mi/org/eclipse/cdt/debug/mi/core/output/MIParser.java
 
	2004-12-20 Alain Magloire
		Fix for PR 81019 for MacOsX
		* mi/org/eclipse/cdt/debug/mi/core/output/MIVarListChildrenInfo.java
 
For CDT/Debug/Core
	2005-01-04 Mikhail Khodjaiants
		Fix for bug 82184: arrayboundsexception on display of array variable.
		* CIndexedValue.java

	* [PR 82858] NPE when adding global variable to variable view


For Managed make

	* [PR 82705] Programmatically creating maketargets




Back to the top