author | Michael Krelin <hacker@klever.net> | 2009-08-06 21:46:00 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2009-08-06 21:46:00 (UTC) |
commit | 17c1103bbfc6ef1c0e07aa29656c6e1a84124ba9 (patch) (unidiff) | |
tree | 0c080e8d9c92b2874d9b4a39b70e41fad3337bfa | |
parent | c04656d8f338a5868437901f7406194fd5e2016b (diff) | |
download | fireflix-17c1103bbfc6ef1c0e07aa29656c6e1a84124ba9.zip fireflix-17c1103bbfc6ef1c0e07aa29656c6e1a84124ba9.tar.gz fireflix-17c1103bbfc6ef1c0e07aa29656c6e1a84124ba9.tar.bz2 |
update to firefox-3.5 and bumped version0.0.6.3public/master
Signed-off-by: Michael Krelin <hacker@klever.net>
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | NEWS.xml | 3 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | install.rdf.in | 2 |
4 files changed, 7 insertions, 2 deletions
@@ -1,16 +1,18 @@ | |||
1 | 0.0.6.3 (August 7th, 2009) | ||
2 | - Firefox 3.5 compatibility release | ||
1 | 0.0.6.2 (June 19th, 2008) | 3 | 0.0.6.2 (June 19th, 2008) |
2 | - Firefox 3.0.* compatibility release | 4 | - Firefox 3.0.* compatibility release |
3 | 0.0.6.1 (December 20th, 2006) | 5 | 0.0.6.1 (December 20th, 2006) |
4 | - Firefox 2.0.0.* compatibility release | 6 | - Firefox 2.0.0.* compatibility release |
5 | 0.0.6 (December 18th, 2006) | 7 | 0.0.6 (December 18th, 2006) |
6 | - Added ability to edit future photo privacy settings before uploading | 8 | - Added ability to edit future photo privacy settings before uploading |
7 | - Show reasons for failed uploads and make uploaded files properties visible after upload is completed (readonly, though). | 9 | - Show reasons for failed uploads and make uploaded files properties visible after upload is completed (readonly, though). |
8 | - Added shortcut key for opening fireflix: Ctrl+Shift+X (not configurable, yet) | 10 | - Added shortcut key for opening fireflix: Ctrl+Shift+X (not configurable, yet) |
9 | - doubleclicking files in uploads tab | 11 | - doubleclicking files in uploads tab |
10 | - "What's new?" link in help | 12 | - "What's new?" link in help |
11 | 0.0.5 (November 17th, 2006) | 13 | 0.0.5 (November 17th, 2006) |
12 | - Added toolbar button | 14 | - Added toolbar button |
13 | - Generating HTML for photos selection in sets browser | 15 | - Generating HTML for photos selection in sets browser |
14 | - Enter or double click on photo in set now opens photo in flickr | 16 | - Enter or double click on photo in set now opens photo in flickr |
15 | - Double click on photoset opens photoset in flickr | 17 | - Double click on photoset opens photoset in flickr |
16 | - Hiding completely photo properties in sets browser when no photo | 18 | - Hiding completely photo properties in sets browser when no photo |
@@ -1,18 +1,21 @@ | |||
1 | <?xml version="1.0" encoding="us-ascii"?> | 1 | <?xml version="1.0" encoding="us-ascii"?> |
2 | <news> | 2 | <news> |
3 | <version version="0.0.6.3" date="August 7th, 2009"> | ||
4 | <ni>Firefox 3.5 compatibility release</ni> | ||
5 | </version> | ||
3 | <version version="0.0.6.2" date="June 19th, 2008"> | 6 | <version version="0.0.6.2" date="June 19th, 2008"> |
4 | <ni>Firefox 3.0.* compatibility release</ni> | 7 | <ni>Firefox 3.0.* compatibility release</ni> |
5 | </version> | 8 | </version> |
6 | <version version="0.0.6.1" date="December 20th, 2006"> | 9 | <version version="0.0.6.1" date="December 20th, 2006"> |
7 | <ni>Firefox 2.0.0.* compatibility release</ni> | 10 | <ni>Firefox 2.0.0.* compatibility release</ni> |
8 | </version> | 11 | </version> |
9 | <version version="0.0.6" date="December 18th, 2006"> | 12 | <version version="0.0.6" date="December 18th, 2006"> |
10 | <ni>Added ability to edit future photo privacy settings before uploading</ni> | 13 | <ni>Added ability to edit future photo privacy settings before uploading</ni> |
11 | <ni>Show reasons for failed uploads and make uploaded files properties visible after upload is completed (readonly, though).</ni> | 14 | <ni>Show reasons for failed uploads and make uploaded files properties visible after upload is completed (readonly, though).</ni> |
12 | <ni>Added shortcut key for opening fireflix: Ctrl+Shift+X (not configurable, yet)</ni> | 15 | <ni>Added shortcut key for opening fireflix: Ctrl+Shift+X (not configurable, yet)</ni> |
13 | <ni>doubleclicking files in uploads tab</ni> | 16 | <ni>doubleclicking files in uploads tab</ni> |
14 | <ni>"What's new?" link in help</ni> | 17 | <ni>"What's new?" link in help</ni> |
15 | </version> | 18 | </version> |
16 | <version version="0.0.5" date="November 17th, 2006"> | 19 | <version version="0.0.5" date="November 17th, 2006"> |
17 | <ni>Added toolbar button</ni> | 20 | <ni>Added toolbar button</ni> |
18 | <ni>Generating HTML for photos selection in sets browser</ni> | 21 | <ni>Generating HTML for photos selection in sets browser</ni> |
diff --git a/configure.ac b/configure.ac index 6a478db..e8243a0 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,17 +1,17 @@ | |||
1 | AC_INIT([fireflix], [0.0.6.2], [fireflix-bugs@klever.net]) | 1 | AC_INIT([fireflix], [0.0.6.3], [fireflix-bugs@klever.net]) |
2 | AC_CONFIG_SRCDIR([install.rdf.in]) | 2 | AC_CONFIG_SRCDIR([install.rdf.in]) |
3 | AM_INIT_AUTOMAKE([dist-bzip2]) | 3 | AM_INIT_AUTOMAKE([dist-bzip2]) |
4 | AC_SUBST([MOZ_EXT_ID],[{4269f719-86de-4668-b8ad-04752c23a69e}]) | 4 | AC_SUBST([MOZ_EXT_ID],[{4269f719-86de-4668-b8ad-04752c23a69e}]) |
5 | 5 | ||
6 | AC_PATH_PROG([ZIP],[zip],[false]) | 6 | AC_PATH_PROG([ZIP],[zip],[false]) |
7 | if test "${ZIP}" = "false" ; then | 7 | if test "${ZIP}" = "false" ; then |
8 | AC_MSG_ERROR([zip is required to produce packaged extension]) | 8 | AC_MSG_ERROR([zip is required to produce packaged extension]) |
9 | fi | 9 | fi |
10 | AC_PATH_PROG([XSLTPROC],[xsltproc],[true]) | 10 | AC_PATH_PROG([XSLTPROC],[xsltproc],[true]) |
11 | 11 | ||
12 | AC_SUBST([xpidir],[\${top_builddir}/xpi]) | 12 | AC_SUBST([xpidir],[\${top_builddir}/xpi]) |
13 | AC_SUBST([xpichromedir],[\${xpidir}/chrome]) | 13 | AC_SUBST([xpichromedir],[\${xpidir}/chrome]) |
14 | AC_SUBST([xpichromecontentdir],[\${xpichromedir}/content]) | 14 | AC_SUBST([xpichromecontentdir],[\${xpichromedir}/content]) |
15 | AC_SUBST([xpichromelocaledir],[\${xpichromedir}/locale]) | 15 | AC_SUBST([xpichromelocaledir],[\${xpichromedir}/locale]) |
16 | 16 | ||
17 | COPYING="`sed -e 's/\\"/\\"/g' -e 's,$,<br/>,g' -e 's/(c)/\\©/g' ${srcdir}/COPYING|tr '\n' ' '`" | 17 | COPYING="`sed -e 's/\\"/\\"/g' -e 's,$,<br/>,g' -e 's/(c)/\\©/g' ${srcdir}/COPYING|tr '\n' ' '`" |
diff --git a/install.rdf.in b/install.rdf.in index 8ccdf34..71e6fed 100644 --- a/install.rdf.in +++ b/install.rdf.in | |||
@@ -7,23 +7,23 @@ | |||
7 | <em:id>@MOZ_EXT_ID@</em:id> | 7 | <em:id>@MOZ_EXT_ID@</em:id> |
8 | <em:name>Fireflix</em:name> | 8 | <em:name>Fireflix</em:name> |
9 | <em:version>@VERSION@</em:version> | 9 | <em:version>@VERSION@</em:version> |
10 | <em:description>Sidebar flickr management tool</em:description> | 10 | <em:description>Sidebar flickr management tool</em:description> |
11 | <em:creator>Klever Group; http://www.klever.net/</em:creator> | 11 | <em:creator>Klever Group; http://www.klever.net/</em:creator> |
12 | <em:homepageURL>http://kin.klever.net/fireflix/</em:homepageURL> | 12 | <em:homepageURL>http://kin.klever.net/fireflix/</em:homepageURL> |
13 | <em:iconURL>chrome://fireflix/content/icons/32x32/fireflix.png</em:iconURL> | 13 | <em:iconURL>chrome://fireflix/content/icons/32x32/fireflix.png</em:iconURL> |
14 | <em:updateURL>http://kin.klever.net/fireflix/update?v=@VERSION@</em:updateURL> | 14 | <em:updateURL>http://kin.klever.net/fireflix/update?v=@VERSION@</em:updateURL> |
15 | <em:aboutURL>chrome://fireflix/content/about.xul</em:aboutURL> | 15 | <em:aboutURL>chrome://fireflix/content/about.xul</em:aboutURL> |
16 | <em:updateKey>MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDc/WnetE1dTmWKY+KzphLYfqrjOc88fK7FaGSnHbwa4lpvt3gt6W0GwiCjUATvXu9zWoDU60VKPVhN0ohIOAnUuvtqSTfxjDBwDcsRXjg7fg4nofmA2mTeZtULYMymSCYZB+w6krmlOpEBpWZl14yf5Jc93Lc3gCZPDvH0xXZl9QIDAQAB</em:updateKey> | 16 | <em:updateKey>MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDc/WnetE1dTmWKY+KzphLYfqrjOc88fK7FaGSnHbwa4lpvt3gt6W0GwiCjUATvXu9zWoDU60VKPVhN0ohIOAnUuvtqSTfxjDBwDcsRXjg7fg4nofmA2mTeZtULYMymSCYZB+w6krmlOpEBpWZl14yf5Jc93Lc3gCZPDvH0xXZl9QIDAQAB</em:updateKey> |
17 | 17 | ||
18 | <!-- Firefox --> | 18 | <!-- Firefox --> |
19 | <em:targetApplication> | 19 | <em:targetApplication> |
20 | <Description> | 20 | <Description> |
21 | <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> | 21 | <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> |
22 | <em:minVersion>1.5</em:minVersion> | 22 | <em:minVersion>1.5</em:minVersion> |
23 | <em:maxVersion>3.0.*</em:maxVersion> | 23 | <em:maxVersion>3.5.*</em:maxVersion> |
24 | </Description> | 24 | </Description> |
25 | </em:targetApplication> | 25 | </em:targetApplication> |
26 | 26 | ||
27 | </Description> | 27 | </Description> |
28 | 28 | ||
29 | </RDF> | 29 | </RDF> |