From: Richard Kreckel Date: Fri, 21 Dec 2001 21:06:52 +0000 (+0000) Subject: * Adjust for 1.0.3. X-Git-Tag: release_1-0-3^0 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=9277bfc1c85e61162568732f416780e3fda4894c;ds=sidebyside * Adjust for 1.0.3. --- diff --git a/NEWS b/NEWS index 28322e77..3178447c 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,9 @@ This file records noteworthy changes. -1.0.3 () +1.0.3 (21 December 2001) * Fixed a bug where quo() would call vector::reserve() with a negative argument. +* Fix several bugs in code generation. 1.0.2 (19 December 2001) * Input parser recognizes "sqrt()", which is also used in the output. diff --git a/configure.ac b/configure.ac index 873a0524..deecef80 100644 --- a/configure.ac +++ b/configure.ac @@ -20,9 +20,9 @@ dnl (don't we all *love* M4?)... GINACLIB_MAJOR_VERSION=1 GINACLIB_MINOR_VERSION=0 -GINACLIB_MICRO_VERSION=2 -GINACLIB_INTERFACE_AGE=0 -GINACLIB_BINARY_AGE=2 +GINACLIB_MICRO_VERSION=3 +GINACLIB_INTERFACE_AGE=1 +GINACLIB_BINARY_AGE=3 GINACLIB_VERSION=$GINACLIB_MAJOR_VERSION.$GINACLIB_MINOR_VERSION.$GINACLIB_MICRO_VERSION AC_SUBST(GINACLIB_MAJOR_VERSION) diff --git a/debian/changelog b/debian/changelog index dd6d6d2f..50136373 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ginac (1.0.3-1) unstable; urgency=low + + * New upstream (bugfix only) release. + + -- Richard Kreckel Fri, 21 Dec 2001 19:17:48 +0100 + ginac (1.0.2-1) unstable; urgency=low * New upstream (bugfix only) release. diff --git a/debian/ginac.xpm b/debian/ginac.xpm index 7515852c..55f1665b 100644 --- a/debian/ginac.xpm +++ b/debian/ginac.xpm @@ -1,51 +1,48 @@ /* XPM */ -static char * ginac3_xpm[] = { -"32 32 16 1", +static char * ginac_32x32_xpm[] = { +"32 32 13 1", " c None", -". c #BE0202", -"+ c #C27171", -"@ c #C24E4E", -"# c #BE3A3A", -"$ c #BE2E2E", -"% c #BE2424", -"& c #BE1A1A", -"* c #BE1313", -"= c #C27676", -"- c #C25959", -"; c #BE0E0E", -"> c #C28585", -", c #C26464", -"' c #C04545", -") c #BE0A0A", +"+ c #000000", +"@ c #565656", +"# c #6E6F6E", +"$ c #9A8585", +"% c #B59898", +"* c #B4A8A8", +"= c #C55353", +"- c #C4B4B4", +"> c #C01D1D", +", c #BD7272", +"' c #BCBABA", +") c #BE0202", " ", " ", " ", -" -@ ", -" >+,@@'$;..- ", -" @...........> ", -" ;..........@ ", -" *...#= >-;..% ", -" -...= *..# ", -" %..# >... ", -" *..+ ... ", -" &..+ ... ", -" $..' >... ", -" =... *..@ ", -" %..., =*..& ", -" $.........@ ", -" >.......&= ", -" .;$##*...$ ", -" >> >;..% ", -" ...+ ", -" '..$ ", -" +..) ", -" +... ", -" # '..$ ", -" -..@ ...- ", -" -...$ ,)..* ", -" @....;**..... ", -" +.........% ", -" ,$;..%@ ", +" ", +" '' -%=>% ", +" $++@ -,=>>)>)))) ", +" '+ +* ,))))))))))= ", +" '$''+# ,))))=>>)))% ", +" *++++# -)))= %)))- ", +" *+' #+% ,))> ,))= ", +" #+ #+ =))% -))> ", +" #+''+* ,)), -))> ", +" $++$ ,))= ,))= ", +" $* -)))% >))% ", +" ************* ,)))=%%=>)), ", +" #+++++++++++# ,>))))))>% ", +" ************* %)))))))=- ", +" '' ,>,%%,>)))- ", +" $++@ ,% =))> ", +" '+ +* >))- ", +" '$''+# '' ' =)), ", +" *++++# +@+#+ ,)), ", +" *+' #+% '$+'# -= =))% ", +" #+ #+ @+ %))= %)))- ", +" #+''+* +#+#'# -)))>*- -=))), ", +" $++$ *+*$+ %))))))))))= ", +" $* -=))))))>, ", +" -,===% ", +" ", " ", " ", " "};