summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--NEWS2
-rw-r--r--NEWS.xml3
-rw-r--r--configure.ac2
3 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5f8ef4e..a75491b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,14 @@
10.0.6.7 (August 28th, 2011)
2 - Compatibility update for the recent pack of foxes.
10.0.6.3 (August 7th, 2009) 30.0.6.3 (August 7th, 2009)
2 - Firefox 3.5 compatibility release 4 - Firefox 3.5 compatibility release
30.0.6.2 (June 19th, 2008) 50.0.6.2 (June 19th, 2008)
4 - Firefox 3.0.* compatibility release 6 - Firefox 3.0.* compatibility release
50.0.6.1 (December 20th, 2006) 70.0.6.1 (December 20th, 2006)
6 - Firefox 2.0.0.* compatibility release 8 - Firefox 2.0.0.* compatibility release
70.0.6 (December 18th, 2006) 90.0.6 (December 18th, 2006)
8 - Added ability to edit future photo privacy settings before uploading 10 - Added ability to edit future photo privacy settings before uploading
9 - Show reasons for failed uploads and make uploaded files properties visible after upload is completed (readonly, though). 11 - Show reasons for failed uploads and make uploaded files properties visible after upload is completed (readonly, though).
10 - Added shortcut key for opening fireflix: Ctrl+Shift+X (not configurable, yet) 12 - Added shortcut key for opening fireflix: Ctrl+Shift+X (not configurable, yet)
11 - doubleclicking files in uploads tab 13 - doubleclicking files in uploads tab
12 - "What's new?" link in help 14 - "What's new?" link in help
diff --git a/NEWS.xml b/NEWS.xml
index 7a0d9b6..50cbd27 100644
--- a/NEWS.xml
+++ b/NEWS.xml
@@ -1,14 +1,17 @@
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.7" date="August 28th, 2011">
4 <ni>Compatibility update for the recent pack of foxes.</ni>
5 </version>
3 <version version="0.0.6.3" date="August 7th, 2009"> 6 <version version="0.0.6.3" date="August 7th, 2009">
4 <ni>Firefox 3.5 compatibility release</ni> 7 <ni>Firefox 3.5 compatibility release</ni>
5 </version> 8 </version>
6 <version version="0.0.6.2" date="June 19th, 2008"> 9 <version version="0.0.6.2" date="June 19th, 2008">
7 <ni>Firefox 3.0.* compatibility release</ni> 10 <ni>Firefox 3.0.* compatibility release</ni>
8 </version> 11 </version>
9 <version version="0.0.6.1" date="December 20th, 2006"> 12 <version version="0.0.6.1" date="December 20th, 2006">
10 <ni>Firefox 2.0.0.* compatibility release</ni> 13 <ni>Firefox 2.0.0.* compatibility release</ni>
11 </version> 14 </version>
12 <version version="0.0.6" date="December 18th, 2006"> 15 <version version="0.0.6" date="December 18th, 2006">
13 <ni>Added ability to edit future photo privacy settings before uploading</ni> 16 <ni>Added ability to edit future photo privacy settings before uploading</ni>
14 <ni>Show reasons for failed uploads and make uploaded files properties visible after upload is completed (readonly, though).</ni> 17 <ni>Show reasons for failed uploads and make uploaded files properties visible after upload is completed (readonly, though).</ni>
diff --git a/configure.ac b/configure.ac
index e8243a0..c2f2ec0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,13 +1,13 @@
1AC_INIT([fireflix], [0.0.6.3], [fireflix-bugs@klever.net]) 1AC_INIT([fireflix], [0.0.6.7], [fireflix-bugs@klever.net])
2AC_CONFIG_SRCDIR([install.rdf.in]) 2AC_CONFIG_SRCDIR([install.rdf.in])
3AM_INIT_AUTOMAKE([dist-bzip2]) 3AM_INIT_AUTOMAKE([dist-bzip2])
4AC_SUBST([MOZ_EXT_ID],[{4269f719-86de-4668-b8ad-04752c23a69e}]) 4AC_SUBST([MOZ_EXT_ID],[{4269f719-86de-4668-b8ad-04752c23a69e}])
5 5
6AC_PATH_PROG([ZIP],[zip],[false]) 6AC_PATH_PROG([ZIP],[zip],[false])
7if test "${ZIP}" = "false" ; then 7if 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])
9fi 9fi
10AC_PATH_PROG([XSLTPROC],[xsltproc],[true]) 10AC_PATH_PROG([XSLTPROC],[xsltproc],[true])
11 11
12AC_SUBST([xpidir],[\${top_builddir}/xpi]) 12AC_SUBST([xpidir],[\${top_builddir}/xpi])
13AC_SUBST([xpichromedir],[\${xpidir}/chrome]) 13AC_SUBST([xpichromedir],[\${xpidir}/chrome])