rpms/gyachi/F-12 .cvsignore, 1.29, 1.30 gyachi.spec, 1.50, 1.51 sources, 1.33, 1.34

Gregory D Hosler ghosler at fedoraproject.org
Sat Jun 19 13:22:10 UTC 2010


Author: ghosler

Update of /cvs/pkgs/rpms/gyachi/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv28584

Modified Files:
	.cvsignore gyachi.spec sources 
Log Message:
2010-06-17 (V1-2-9) Misc seg fault fixes
        * - Fix argument prototyping in webcam application. This
        *   resulted in finding several function calls that were
        *   not being passed correct arguements, and therefore
        *   would cause unexpected crashs (instead of reporting
        *   webcam errors) when capturing frames.
        *   BZ 565304 583642 586277 603260 546299 550567
        * - disable button-press-events from chat pane. When in chat room
        *   gyachi click input goes into strange state. mouse clicks
        *   get lost. button press events get claimed on wrong tab, etc.
        * - Fix possible NULL pointer dereference in focus_pm_entry()
        *   BZ 554041
        * - Fix possible crash in on_login_button_clicked() when
        *   login_window is already/still NULL. BZ 577724
        * - Fix possible segv when animated gif is deleted before
        *   the timeout. BZ 553506 578264
        * - Fix possible stack corruption with a username that is a full 64
        *   characters (or more). BZ 605875
        * - Fix gyachi crashes when editting the buddy image
        *   BZ 541761 541795 562472 564430 571077 599177 600687 602517




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gyachi/F-12/.cvsignore,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- .cvsignore	14 Jun 2010 14:54:38 -0000	1.29
+++ .cvsignore	19 Jun 2010 13:22:10 -0000	1.30
@@ -1 +1 @@
-gyachi-1.2.7.tar.gz
+gyachi-1.2.9.tar.gz


Index: gyachi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gyachi/F-12/gyachi.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -p -r1.50 -r1.51
--- gyachi.spec	14 Jun 2010 14:54:38 -0000	1.50
+++ gyachi.spec	19 Jun 2010 13:22:10 -0000	1.51
@@ -26,7 +26,7 @@
 %endif
 
 Name:		gyachi
-Version:	1.2.7
+Version:	1.2.9
 Release:	2%{?dist}
 Summary:	A Yahoo! chat client with Webcam and voice support
 
@@ -372,6 +372,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Jun 19 2010 Gregory D Hosler <ghosler at users.sourceforge.net> - 1.2.9-3
+- Update to upstream. Fix BZ 565304 583642 586277 603260 546299 550567
+- 554041 577724 553506 578264 605875 541761 541795 562472 564430 571077
+-  599177 600687 602517
+
 * Mon Jun 14 2010 Gregory D Hosler <ghosler at users.sourceforge.net> - 1.2.7-2
 - Update to upstream.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gyachi/F-12/sources,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -p -r1.33 -r1.34
--- sources	14 Jun 2010 14:54:38 -0000	1.33
+++ sources	19 Jun 2010 13:22:10 -0000	1.34
@@ -1 +1 @@
-e2b0e003dfb02d1905f73e6c8ea3ab12  gyachi-1.2.7.tar.gz
+edcfb182d1e47d99ab59aaf5beee4e06  gyachi-1.2.9.tar.gz



More information about the scm-commits mailing list