similar to: swfdec-0.4.1 released

Displaying 20 results from an estimated 1000 matches similar to: "swfdec-0.4.1 released"

2006 Dec 29
0
swfdec-0.4.0 released
After starting a hacking spree and being rather silent about for the last 3 moths, going on and on about it, I've finally made releases. So here they are. swfdec-0.4.0 "festivally plump" http://swfdec.freedesktop.org/download/swfdec/0.4/swfdec-0.4.0.tar.gz MD5: 157d31c9dc02aa22b5f27323e5a203fc Swfdec is a library for reading and playing back Shockwave Flash files. A focus
2007 Jan 14
0
Changes to 'refs/tags/0.4.1'
Tag '0.4.1' created by Benjamin Otte <otte@gnome.org> at 2007-01-14 19:00 -0800 release 0.4.1 ("Dragostea din tei") -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQBFqn3tvMv5VCdLq8QRAtNyAJ98RlOV96OBbuWryJwxQoYSu1JEEwCdFkNA rJCp14FbLefPT+DDPK0UpgU= =2Uj1 -----END PGP SIGNATURE----- Changes since 0.4.0: Benjamin Otte: back to cvs generate
2007 Jan 14
0
2 commits - configure.ac libswfdec/Makefile.am NEWS
NEWS | 16 ++++++++++++++++ configure.ac | 2 +- libswfdec/Makefile.am | 1 + 3 files changed, 18 insertions(+), 1 deletion(-) New commits: diff-tree bdc3cfcd0acdffd27dcdfabe396d4d47162d197f (from ca781f3f13c2989f9735642a820942618f08c73e) Author: Benjamin Otte <otte@gnome.org> Date: Sun Jan 14 19:48:41 2007 +0100 update for 0.4.1 diff --git a/NEWS
2007 Feb 08
0
5 commits - configure.ac NEWS
NEWS | 12 ++++++++++++ configure.ac | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) New commits: diff-tree bca06937c45d0d89271681e0dbd3a2fbeeaa9dd0 (from 4c71feeaac91fa2ef52d22b83ba56c672d524ae0) Author: Benjamin Otte <otte@gnome.org> Date: Thu Feb 8 21:29:42 2007 +0100 back to cvs diff --git a/configure.ac b/configure.ac index 055efb0..301a83a 100644 ---
2007 Jan 14
0
swfdec-mozilla: Changes to 'refs/tags/0.4.1'
Tag '0.4.1' created by Benjamin Otte <otte@gnome.org> at 2007-01-14 19:56 -0800 release 0.4.1 ("Nothing to see here") -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQBFqosWvMv5VCdLq8QRAhh4AJ97R33fsvbxQx737X/RXCeF7Sv+sgCgzzCY E8AL+7mmMtr3m1qWAtnwvqM= =dB7P -----END PGP SIGNATURE----- Changes since 0.4.0: Benjamin Otte: back to cvs update
2010 Aug 17
6
Overly aggressive constant unloading of Rails 3.0
In Rails 3.0 (both RC and edge), any constant that''s defined while loading a file in development mode will get unloaded on each request, regardless of whether it comes from an autoload path in the application or from external code such as a gem. Example file (tested on a fresh edge app): # kittens.rb require ''nibbler/json'' # "nibbler" is a gem specified
2003 Dec 04
2
Double quote scp?
I've noticed that I need to double quote file names in scp: > scp gaelicWizard:"Desktop/Picture 1.pdf" . > scp: Desktop/Picture: No such file or directory > scp: 1.pdf: No such file or directory Why is this necessary? Wouldn't it be much better to have scp communicate with its server-side counterpart with null-terminated strings, not to have the server interpret the
2011 Jun 14
1
Virt Tools Blog Planet (RSS feed aggregator)
The virt-tools.org website, launched last year, provides tutorials, videos, documentation, online help and roadmaps relevant to libvirt, libguestfs, gtk-vnc, spice, other related libraries, and tools or applications like virt-manager & virt-install. The site goal is to inform & assist end users, system administrators & application developers who wish to learn about the capabilities of
2006 Jan 09
4
Lack of support of Stored Procedures is a Show Stopper
In my opinion most mature/complex client/server or n-tier applications using SQL Server, Oracle, or MySQL, use stored procedures. Without support (except by use of the execute method) for Stored Procedures, Ruby on Rails or MonoRail is a Show Stopper. We are unable to effectively use Ruby On Rails as all access to the db is using Stored Procedures. This does not mean that we are unable to use
2007 Oct 29
0
partials with yield
I''m just wondering if you can use yield/closures in action view templates, it''s kind of hard to explain so I''ll use an example: <%= render(:partial => "table_builder", :locals => {:headings => ["name", "id"], :collection => @users}) do |user| %> #the partial build a table with the headings etc and then yields here for
2003 Sep 06
1
GrandStream Phones... White,Black or Green?
Just in case you guys haven't been paying attention Grandstream sliped in some diffrent colors on the IP phones and looks like they released the ATA-286 (Cisco is gonna have kittens I suspect) bkw
2009 Jun 09
1
GIMP 2.3.15 for EL5, no newer libs required
Folks, I've build a tiny repo to provide GIMP 2.3.15 (and 2.3.14 as a possible fallback) for EL5. GIMP 2.3.15 is the last version of GIMP that builds with no errors with the GTK+ version that ships with EL. 2.3.15 is "almost GIMP 2.4", as 2.3.19 was the last development release prior to 2.4.0. To the extent of my knowledge, Akkana Peck wrote the first edition of her book on GIMP
2007 Mar 29
1
How to restart server programmatically?
I need to be able to restart my server based on a specific database change. I''ve been trying a call to system("script/process/reaper -a graceful -d dispatch.fcgi") but that raises a transaction error which rolls back the save. I wasn''t aware that after_save would rollback. That''s potentially useful but pretty much not right now. Here''s my code: def
2023 May 07
0
[ANNOUNCE] xf86-video-dummy 0.4.1
xf86-video-dummy - virtual/offscreen frame buffer driver for the Xorg X server ------------------------------------------------------------------------------ Alan Coopersmith (4): Avoid leaking pixel memory if DUMMYScreenInit fails gitlab CI: stop requiring Signed-off-by in commits List argument types in dummyRec->CreateWindow() function declaration xf86-video-dummy
2008 Feb 20
0
Swfdec 0.6.0 released
Hello, Here is the first release of the long-awaited API-stable 0.6 release series of Swfdec. Enjoy! swfdec-0.6.0 "Fedora TV" http://swfdec.freedesktop.org/download/swfdec/0.6/swfdec-0.6.0.tar.gz MD5: c012a5e6dd23558b86d2e08e2e43857b swfdec-mozilla-0.6.0 "It'll choke on the sweet air of freedom."
2002 Nov 28
2
Trusted domains with Samba 3.0alpha21?
Hi there! I appear to be having problems with trusted domains using 3.0a21. Using Samba as a member server, as user "nirs" on domain "Exanet-il" I am unable to log on to a member server ("snow") who is a member of the "Exanet-qa" domain. The "exanet-qa" is supposed to trust "exanet-il", and it all worked with 2.2 . This is the relevant
2007 Apr 27
0
swfdec-mozilla: Changes to 'refs/tags/0.4.3'
Tag '0.4.3' created by Benjamin Otte <otte@gnome.org> at 2007-03-22 20:29 -0700 release 0.4.3 ("Now this puny world will bow down to me!") -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBGAtkfvMv5VCdLq8QRAm3vAKCic3DUAvDlt1C2+Pv5wJSdszSE3ACfctuD 5OM1kV/tKXw+U4ib3rIi/Fg= =bP7Y -----END PGP SIGNATURE----- Changes since 0.4.1: Benjamin Otte:
2007 Jun 11
0
swfdec-mozilla: Changes to 'refs/tags/0.4.2'
Tag '0.4.2' created by Benjamin Otte <otte at gnome.org> at 2007-03-22 19:10 -0700 release 0.4.2 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBGAsbDvMv5VCdLq8QRAletAJwKKKcgI3K4WD7UhfVp2vdUS2fBtACg3cRH C9AturFiJF9p117V+lFjxvg= =lili -----END PGP SIGNATURE----- Changes since 0.4.1: Benjamin Otte: rework audio configuration subsystem print version
2007 Apr 27
0
swfdec-mozilla: Changes to 'refs/tags/0.4.4'
Tag '0.4.4' created by Benjamin Otte <otte@gnome.org> at 2007-04-27 10:33 -0700 release 0.4.4 ("The death camp of tolerance") -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBGMcNevMv5VCdLq8QRAo4xAKCzjgjZ+RKacQC6Ch+iLSAmnYqrxACgjC/K lyDK1rIaijmVJhpPRElNGeY= =s+c1 -----END PGP SIGNATURE----- Changes since 0.4.1: Benjamin Otte: rework audio
2015 Jan 06
0
Compiz Release Announcement - 0.8.10
Hi all, I finally got around to producing an 0.8.10 release. Here are the details, which are also posted on my blog <http://blog.northfield.ws>. It took a bit of setup and cook time but compiz 0.8.10 tarballs are ready now including addons-experimental plugin package. Anyone who has installed compiz before knows it can be confusing so here, I will focus on installing 0.8.10 using the